RESOLVED FIXED Bug 49740
[NRWT] '--new-baseline' doesn't work
https://bugs.webkit.org/show_bug.cgi?id=49740
Summary [NRWT] '--new-baseline' doesn't work
Hayato Ito
Reported 2010-11-18 10:14:48 PST
Including the '--new-baseline' flag in new-run-webkit-test causes the script to fail.
Attachments
fix-new-baseline (1.59 KB, patch)
2010-11-18 10:18 PST, Hayato Ito
no flags
Hayato Ito
Comment 1 2010-11-18 10:18:21 PST
Created attachment 74249 [details] fix-new-baseline
Shinichiro Hamaji
Comment 2 2010-11-18 10:21:22 PST
Comment on attachment 74249 [details] fix-new-baseline Thanks for the fix.
Hayato Ito
Comment 3 2010-11-18 10:29:16 PST
Comment on attachment 74249 [details] fix-new-baseline Clearing flags on attachment: 74249 Committed r72307: <http://trac.webkit.org/changeset/72307>
Hayato Ito
Comment 4 2010-11-18 10:29:24 PST
All reviewed patches have been landed. Closing bug.
Dirk Pranke
Comment 5 2010-11-18 11:52:48 PST
I was wondering why the unit tests didn't catch this ... of course, we disabled them because they wrote to the real file system :( I really need to land the patches in 48072.
Hayato Ito
Comment 6 2010-11-18 11:57:55 PST
As far as I remember, I ran ./WebKitTools/Scripts/test-webkit-scripts and it passed all tests. Could you tell me how do you guys run tests about new-run-webkit-tests? (In reply to comment #5) > I was wondering why the unit tests didn't catch this ... of course, we disabled them because they wrote to the real file system :( I really need to land the patches in 48072.
Dirk Pranke
Comment 7 2010-11-18 14:07:03 PST
(In reply to comment #6) > As far as I remember, I ran ./WebKitTools/Scripts/test-webkit-scripts and it passed all tests. > Could you tell me how do you guys run tests about new-run-webkit-tests? > That would be sufficient. Like I said, the tests that would've caught at least part of this were disabled (and had bit-rotted accordingly). The new patch will bring them back online. Typically I run a script I have that just runs the subset of test-webkitpy that includes the tests under layout_tests/*, and if that passes, then I'll usually run test-webkitpy to be sure nothing weird happened. I have some other patches to test-webkitpy that should make things a little better so that I don't my separate script, and of course the patch above will allow test-webkitpy to complete in ~ 4 seconds, so that'll help, too.
Note You need to log in before you can comment on or make changes to this bug.