Bug 50255
Summary: | compositing/iframes/overlapped-nested-iframes.html fails on Snow Leopard commit queue | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, mitz, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
compositing/iframes/overlapped-nested-iframes.html fails on Snow Leopard commit queue
It may just be flaky.
http://trac.webkit.org/browser/trunk/LayoutTests/compositing/iframes/overlapped-nested-iframes.html
--- /tmp/layout-test-results/compositing/iframes/overlapped-nested-iframes-expected.txt 2010-11-30 11:30:47.000000000 -0800
+++ /tmp/layout-test-results/compositing/iframes/overlapped-nested-iframes-actual.txt 2010-11-30 11:30:47.000000000 -0800
@@ -4,7 +4,7 @@
(children 1
(GraphicsLayer
(bounds 785.00 1650.00)
- (children 3
+ (children 2
(GraphicsLayer
(position 20.00 150.00)
(bounds 284.00 204.00)
@@ -67,67 +67,6 @@
)
)
(GraphicsLayer
- (position 20.00 374.00)
- (bounds 284.00 204.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 2.00 2.00)
- (bounds 280.00 200.00)
- (children 1
- (GraphicsLayer
- (children 1
- (GraphicsLayer
- (bounds 280.00 200.00)
- (children 1
- (GraphicsLayer
- (bounds 280.00 200.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 8.00 8.00)
- (bounds 252.00 172.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 1.00 1.00)
- (bounds 250.00 170.00)
- (children 1
- (GraphicsLayer
- (children 1
- (GraphicsLayer
- (bounds 250.00 230.00)
- (children 1
- (GraphicsLayer
- (bounds 250.00 230.00)
- (drawsContent 1)
- (children 1
- (GraphicsLayer
- (position 18.00 10.00)
- (bounds 210.00 210.00)
- (drawsContent 1)
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- )
- (GraphicsLayer
(position 0.00 100.00)
(bounds 785.00 120.00)
(drawsContent 1)
One of many examples:
http://queues.webkit.org/results/6388121
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
Here is a (huge) list of flakes of this test:
https://bugs.webkit.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=RESOLVED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=product&type0-0-0=substring&value0-0-0=compositing/iframes/overlapped-nested-iframes.html&field0-0-1=component&type0-0-1=substring&value0-0-1=compositing/iframes/overlapped-nested-iframes.html&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=compositing/iframes/overlapped-nested-iframes.html&field0-0-3=status_whiteboard&type0-0-3=substring&value0-0-3=compositing/iframes/overlapped-nested-iframes.html&field0-0-4=longdesc&type0-0-4=substring&value0-0-4=compositing/iframes/overlapped-nested-iframes.html
Eric Seidel (no email)
We need to just skip this test. Its flakiness is out of control.
Eric Seidel (no email)
Skipped:
Committed r73107: <http://trac.webkit.org/changeset/73107>
Alexey Proskuryakov
This test fails for me on Lion all the time with the same diff. Should it be just skipped, or is there something bad going on behind the scenes?