WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 88816
Don't consider show warnings in the garden-o-matic UI for non-layout test failures
https://bugs.webkit.org/show_bug.cgi?id=88816
Summary
Don't consider show warnings in the garden-o-matic UI for non-layout test fai...
Ojan Vafai
Reported
2012-06-11 15:55:45 PDT
Don't consider show warnings in the garden-o-matic UI for non-layout test failures
Attachments
Patch
(11.96 KB, patch)
2012-06-11 15:57 PDT
,
Ojan Vafai
no flags
Details
Formatted Diff
Diff
Patch
(9.61 KB, patch)
2012-06-11 16:06 PDT
,
Ojan Vafai
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2012-06-11 15:57:03 PDT
Created
attachment 146944
[details]
Patch
Dirk Pranke
Comment 2
2012-06-11 16:02:10 PDT
Comment on
attachment 146944
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=146944&action=review
> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/builders.js:50 > + return step.results[0] > 0 && step.text.indexOf('warning') == -1;
Does this work with the webkit lint step? Do we want to display those errors?
> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/builders_unittests.js:585 > +var kExampleBuildInfoWithTaskKillWarning = {
Do we really need 200 lines of sample data here?
Ojan Vafai
Comment 3
2012-06-11 16:06:04 PDT
Created
attachment 146948
[details]
Patch
Ojan Vafai
Comment 4
2012-06-11 16:08:08 PDT
Comment on
attachment 146944
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=146944&action=review
>> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/builders.js:50 >> + return step.results[0] > 0 && step.text.indexOf('warning') == -1; > > Does this work with the webkit lint step? Do we want to display those errors?
Yes the webkit lint tests as step.text == ['webkit_lint', 'failed']. It is correctly not a warning.
>> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/builders_unittests.js:585 >> +var kExampleBuildInfoWithTaskKillWarning = { > > Do we really need 200 lines of sample data here?
Good point. I cut out some more. I'm hesitant to cut out too much as we might end up writing other code that touches other parts of the output over time. At the same time, it's possible for the actual bot output to change. Tried to walk a middle ground here. Hopefully you're happier the with the new version.
Dirk Pranke
Comment 5
2012-06-11 16:10:41 PDT
thanks!
WebKit Review Bot
Comment 6
2012-06-11 16:48:27 PDT
Comment on
attachment 146948
[details]
Patch Clearing flags on attachment: 146948 Committed
r120019
: <
http://trac.webkit.org/changeset/120019
>
WebKit Review Bot
Comment 7
2012-06-11 16:48:32 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug