Bug 91370 - run-webkit-test returns 254 at exit even when it succeeds
Summary: run-webkit-test returns 254 at exit even when it succeeds
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Thiago Marcos P. Santos
URL:
Keywords:
Depends on:
Blocks: 91129
  Show dependency treegraph
 
Reported: 2012-07-16 03:16 PDT by Thiago Marcos P. Santos
Modified: 2012-07-17 08:49 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2012-07-16 03:40 PDT, Thiago Marcos P. Santos
no flags Details | Formatted Diff | Diff
Patch (1.53 KB, patch)
2012-07-16 06:45 PDT, Thiago Marcos P. Santos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thiago Marcos P. Santos 2012-07-16 03:16:00 PDT
Which makes impossible to make our bots green.
Comment 1 Thiago Marcos P. Santos 2012-07-16 03:40:20 PDT
Created attachment 152505 [details]
Patch
Comment 2 Chris Dumez 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 ?
Comment 3 Thiago Marcos P. Santos 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.
Comment 4 Thiago Marcos P. Santos 2012-07-16 06:45:31 PDT
Created attachment 152522 [details]
Patch

Better name to return code variable.
Comment 5 Build Bot 2012-07-16 07:07:33 PDT
Comment on attachment 152522 [details]
Patch

Attachment 152522 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13238934
Comment 6 WebKit Review Bot 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>
Comment 7 WebKit Review Bot 2012-07-16 07:56:41 PDT
All reviewed patches have been landed.  Closing bug.
Comment 8 Dirk Pranke 2012-07-16 11:09:56 PDT
Comment on attachment 152522 [details]
Patch

interesting, I didn't realize that (obviously). Thanks for the fix!
Comment 9 Dirk Pranke 2012-07-16 11:11:34 PDT
*** Bug 91389 has been marked as a duplicate of this bug. ***
Comment 11 Thiago Marcos P. Santos 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
Comment 12 Vsevolod Vlasov 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.