RESOLVED FIXED 38504
new-run-webkit-tests: --verbose is not printing everything
https://bugs.webkit.org/show_bug.cgi?id=38504
Summary new-run-webkit-tests: --verbose is not printing everything
Dirk Pranke
Reported 2010-05-03 19:51:35 PDT
new-run-webkit-tests: --verbose is not printing everything
Attachments
Patch (3.62 KB, patch)
2010-05-03 19:52 PDT, Dirk Pranke
eric: review-
Dirk Pranke
Comment 1 2010-05-03 19:52:45 PDT
Dirk Pranke
Comment 2 2010-05-03 19:53:42 PDT
Eric Seidel (no email)
Comment 3 2010-05-03 20:20:08 PDT
Comment on attachment 54985 [details] Patch I see you've already landed... but this really should have a unit test to confirm that self.switches is set to the same thing as --print everything would.
Dirk Pranke
Comment 4 2010-05-03 20:27:46 PDT
Yeah, I sort of wanted to get feedback on this bug on what the right fix should be before I wrote unit tests for it. Should --print override --verbose (which is what this patch does), or vice versa? Admittedly, landing before figuring this out is a bad thing, but the bots were already borked, so I figured it was a lesser of two evils thing (and I didn't want to back out the offending change).
Eric Seidel (no email)
Comment 5 2010-05-03 20:30:32 PDT
I think --print should probably override --verbose. Otherwise you can't add verbosity. Then again, --verbose could just imply --print=verbose which was the set of settings enabled by default for verbose. :)
Ojan Vafai
Comment 6 2010-05-04 10:16:19 PDT
I don't see why we should worry about overriding. Lets just throw an error if you try to specify both.
Dirk Pranke
Comment 7 2010-05-04 13:09:08 PDT
(In reply to comment #6) > I don't see why we should worry about overriding. Lets just throw an error if > you try to specify both. The only real advantage I could see to allowing both would be if you wanted the equivalent of --print everything,trace-everything (i.e., verbose + tracing)
Note You need to log in before you can comment on or make changes to this bug.