Bug 64514
Summary: | test without expected result shouldn't make bots red | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, abecsi, aroben, eric, kkristof, loki, rgabor, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 34984 |
Csaba Osztrogonác
ORWT didn't make bots red when a new test was committed with Mac
specific expected result and without expected result for other ports.
Unfortunately NRWT make the bot red with this message: "failed 1 failed"
It would be better if new tests made the bot orange as ORWT did.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Andras Becsi
The result of a test without expected file is:
fast/forms/textarea-placeholder-wrapping.html: unknown failure type MISSING
But results.html has the test correctly listed as new
Tests that had no expected results (probably new):
fast/forms/textarea-placeholder-wrapping.html result
Eric Seidel (no email)
I suspect the "orange" part is special code in teh buildbot master.
Eric Seidel (no email)
Yup, should just be a small chagne here:
http://trac.webkit.org/browser/trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg#L218
Adam Roben (:aroben)
*** This bug has been marked as a duplicate of bug 64812 ***