Bug 72867 - REGRESSION(r100856): New test fast/css/style-tag-display-none.html fails on Chromium (Requested by steveblock on #webkit).
Summary: REGRESSION(r100856): New test fast/css/style-tag-display-none.html fails on C...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Review Bot
URL:
Keywords:
Depends on:
Blocks: 71703
  Show dependency treegraph
 
Reported: 2011-11-21 03:05 PST by WebKit Review Bot
Modified: 2011-11-21 14:52 PST (History)
6 users (show)

See Also:


Attachments
ROLLOUT of r100856 (3.44 KB, patch)
2011-11-21 03:06 PST, WebKit Review Bot
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Review Bot 2011-11-21 03:05:48 PST
http://trac.webkit.org/changeset/100856 broke the build:
New test fast/css/style-tag-display-none.html fails on Chromium (Requested by steveblock on #webkit).

This is an automatic bug report generated by the sheriff-bot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests case pain.

"Only you can prevent forest fires." -- Smokey the Bear
Comment 1 WebKit Review Bot 2011-11-21 03:06:21 PST
Created attachment 116058 [details]
ROLLOUT of r100856

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the rollout will be successful.  This process takes approximately 15 minutes.

If you would like to land the rollout faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 WebKit Review Bot 2011-11-21 03:11:18 PST
Comment on attachment 116058 [details]
ROLLOUT of r100856

Clearing flags on attachment: 116058

Committed r100896: <http://trac.webkit.org/changeset/100896>
Comment 3 WebKit Review Bot 2011-11-21 03:11:22 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Eric Seidel (no email) 2011-11-21 11:40:33 PST
Did it need a rebaseline?  What was the issue?  Please comment in the original bug when you roll out changes to explain why you're rolling them out. :(
Comment 5 Mike Lawther 2011-11-21 14:31:17 PST
I chatted with Steve on IRC after the rollback. He said it was because the result was labelled as 'MISSING', rather than any tests actually failing.

I don't know why the bots were thinking the test result was missing, since the test and the result were committed at the same time into the same directory.
Comment 6 Dimitri Glazkov (Google) 2011-11-21 14:33:43 PST
(In reply to comment #5)
> I chatted with Steve on IRC after the rollback. He said it was because the result was labelled as 'MISSING', rather than any tests actually failing.
> 
> I don't know why the bots were thinking the test result was missing, since the test and the result were committed at the same time into the same directory.

It looks like the were no pixel results submitted with the test. Actually -- this test could totally be dumpAsText, no need for platform-specific pixel results.
Comment 7 Antti Koivisto 2011-11-21 14:51:55 PST
(In reply to comment #6)
> Actually -- this test could totally be dumpAsText, no need for platform-specific pixel results.

I don't think so. The bug tested is very sensitive to the exact document structure. Inclusion of <script> in the head likely to make the bug disappear.
Comment 8 Antti Koivisto 2011-11-21 14:52:52 PST
It would actually be good to mention that in the test case.