RESOLVED FIXED 91370
run-webkit-test returns 254 at exit even when it succeeds
https://bugs.webkit.org/show_bug.cgi?id=91370
Summary run-webkit-test returns 254 at exit even when it succeeds
Thiago Marcos P. Santos
Reported 2012-07-16 03:16:00 PDT
Which makes impossible to make our bots green.
Attachments
Patch (1.52 KB, patch)
2012-07-16 03:40 PDT, Thiago Marcos P. Santos
no flags
Patch (1.53 KB, patch)
2012-07-16 06:45 PDT, Thiago Marcos P. Santos
no flags
Thiago Marcos P. Santos
Comment 1 2012-07-16 03:40:20 PDT
Chris Dumez
Comment 2 2012-07-16 03:44:13 PDT
Comment on attachment 152505 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152505&action=review > Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:486 > except BaseException, e: Shouldn't we catch Exception instead of BaseException ?
Thiago Marcos P. Santos
Comment 3 2012-07-16 03:46:28 PDT
(In reply to comment #2) > (From update of attachment 152505 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=152505&action=review > > > Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:486 > > except BaseException, e: > > Shouldn't we catch Exception instead of BaseException ? Check bug 91129.
Thiago Marcos P. Santos
Comment 4 2012-07-16 06:45:31 PDT
Created attachment 152522 [details] Patch Better name to return code variable.
Build Bot
Comment 5 2012-07-16 07:07:33 PDT
WebKit Review Bot
Comment 6 2012-07-16 07:56:35 PDT
Comment on attachment 152522 [details] Patch Clearing flags on attachment: 152522 Committed r122728: <http://trac.webkit.org/changeset/122728>
WebKit Review Bot
Comment 7 2012-07-16 07:56:41 PDT
All reviewed patches have been landed. Closing bug.
Dirk Pranke
Comment 8 2012-07-16 11:09:56 PDT
Comment on attachment 152522 [details] Patch interesting, I didn't realize that (obviously). Thanks for the fix!
Dirk Pranke
Comment 9 2012-07-16 11:11:34 PDT
*** Bug 91389 has been marked as a duplicate of this bug. ***
Thiago Marcos P. Santos
Comment 11 2012-07-17 07:40:27 PDT
(In reply to comment #10) > webkit_lint is still red on chromium bots. > > http://build.chromium.org/p/chromium.webkit/waterfall?branch=&builder=Webkit+Win+Builder&builder=Webkit+Win&builder=Webkit+Vista&builder=Webkit+Win7&builder=Webkit+Mac+Builder&builder=Webkit+Mac10.5&builder=Webkit+Mac10.6&builder=Webkit+Mac+Builder+%28CG%29&builder=Webkit+Mac10.5+%28CG%29&builder=Webkit+Mac10.6+%28CG%29&builder=Webkit+Mac10.7&builder=Webkit+Linux&builder=Webkit+Linux+32&reload=none IMO the actual failure is unrelated to this bug. Looks to me it is failing because of this: LayoutTests/platform/chromium/TestExpectations:2885 More specific entry for fast/frames/calculate-fixed.html on line LayoutTests/platform/chromium/TestExpectations:2885 overrides line LayoutTests/platform/chromium/TestExpectations:2883. fast/frames/calculate-fixed.html http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.6/builds/19523/steps/webkit_lint/logs/stdio
Vsevolod Vlasov
Comment 12 2012-07-17 08:49:57 PDT
(In reply to comment #11) > (In reply to comment #10) > > webkit_lint is still red on chromium bots. > > > > http://build.chromium.org/p/chromium.webkit/waterfall?branch=&builder=Webkit+Win+Builder&builder=Webkit+Win&builder=Webkit+Vista&builder=Webkit+Win7&builder=Webkit+Mac+Builder&builder=Webkit+Mac10.5&builder=Webkit+Mac10.6&builder=Webkit+Mac+Builder+%28CG%29&builder=Webkit+Mac10.5+%28CG%29&builder=Webkit+Mac10.6+%28CG%29&builder=Webkit+Mac10.7&builder=Webkit+Linux&builder=Webkit+Linux+32&reload=none > > IMO the actual failure is unrelated to this bug. Looks to me it is failing because of this: > > LayoutTests/platform/chromium/TestExpectations:2885 More specific entry for fast/frames/calculate-fixed.html on line LayoutTests/platform/chromium/TestExpectations:2885 overrides line LayoutTests/platform/chromium/TestExpectations:2883. fast/frames/calculate-fixed.html > > http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.6/builds/19523/steps/webkit_lint/logs/stdio That's correct. Sorry for the noise.
Note You need to log in before you can comment on or make changes to this bug.