RESOLVED FIXED 72867
REGRESSION(r100856): New test fast/css/style-tag-display-none.html fails on Chromium (Requested by steveblock on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=72867
Summary REGRESSION(r100856): New test fast/css/style-tag-display-none.html fails on C...
WebKit Review Bot
Reported 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
Attachments
ROLLOUT of r100856 (3.44 KB, patch)
2011-11-21 03:06 PST, WebKit Review Bot
no flags
WebKit Review Bot
Comment 1 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.
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2011-11-21 03:11:22 PST
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 4 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. :(
Mike Lawther
Comment 5 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.
Dimitri Glazkov (Google)
Comment 6 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.
Antti Koivisto
Comment 7 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.
Antti Koivisto
Comment 8 2011-11-21 14:52:52 PST
It would actually be good to mention that in the test case.
Note You need to log in before you can comment on or make changes to this bug.