[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:04:17 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61877
--- Comment #4 from Adam Barth <abarth at webkit.org> 2011-07-06 13:04:17 PST ---
(From update of attachment 99865)
View in context: https://bugs.webkit.org/attachment.cgi?id=99865&action=review
> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/NRWTResultsParser.js:74
> + result.tests[test.name] = { failureType: convertNRWTResultString(test.actual) };
A couple things:
1) You'll need to split test.actual on " " because there can be multiple actual results for a given test in a given run.
2) You'll need to compare against test.expected otherwise you'll get a bunch of bogus failure reports about tests that we expect to fail.
--
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