Bug 64514 - test without expected result shouldn't make bots red
Summary: test without expected result shouldn't make bots red
Status: RESOLVED DUPLICATE of bug 64812
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 34984
  Show dependency treegraph
 
Reported: 2011-07-13 23:32 PDT by Csaba Osztrogonác
Modified: 2011-07-19 11:31 PDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-07-13 23:32:58 PDT
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.
Comment 1 Andras Becsi 2011-07-13 23:54:03 PDT
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
Comment 2 Eric Seidel (no email) 2011-07-14 00:18:57 PDT
I suspect the "orange" part is special code in teh buildbot master.
Comment 3 Eric Seidel (no email) 2011-07-14 00:19:46 PDT
Yup, should just be a small chagne here:
http://trac.webkit.org/browser/trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg#L218
Comment 4 Adam Roben (:aroben) 2011-07-19 11:31:51 PDT

*** This bug has been marked as a duplicate of bug 64812 ***