[Webkit-unassigned] [Bug 61877] TestFailures page doesn't show testers that use new-run-webkit-tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 6 13:38:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61877





--- Comment #8 from Adam Roben (:aroben) <aroben at apple.com>  2011-07-06 13:38:53 PST ---
(From update of attachment 99869)
View in context: https://bugs.webkit.org/attachment.cgi?id=99869&action=review

>> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/NRWTResultsParser.js:65
>> +                if (expectedArray.contains('FAIL') && ['IMAGE', 'TEXT', 'IMAGE+TEXT'].contains(actualValue))
> 
> FAIL includes all of these:
> http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/tool/servers/data/gardeningserver/results.js#L17

http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/layout_tests/layout_package/test_expectations.py#L53 and http://trac.webkit.org/browser/trunk/LayoutTests/fast/harness/results.html#L396 seem to disagree with you.

>> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/NRWTResultsParser.js:88
>> +            return 'unknown failure type ' + nrwtResult;
> 
> AUDIO will fall into this category, for example.

Right. This is just a first pass, trying to get NRWT basically to the level of ORWT in TestFailures.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list