[Webkit-unassigned] [Bug 97027] New: [Mac] Flaky compositing tests: compositing/rtl/rtl-fixed-overflow.html, compositing/rtl/rtl-fixed.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 18 10:40:12 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97027

           Summary: [Mac] Flaky compositing tests:
                    compositing/rtl/rtl-fixed-overflow.html,
                    compositing/rtl/rtl-fixed.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org
                CC: bdakin at apple.com, simon.fraser at apple.com


http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK1%20(Tests)/r128900%20(969)/results.html

Perhaps the tests depend on what runs before them?

--- /Volumes/Data/slave/mountainlion-debug-tests-wk1/build/layout-test-results/compositing/rtl/rtl-fixed-expected.txt
+++ /Volumes/Data/slave/mountainlion-debug-tests-wk1/build/layout-test-results/compositing/rtl/rtl-fixed-actual.txt
@@ -3,7 +3,12 @@
   (children 1
     (GraphicsLayer
       (bounds 800.00 600.00)
-      (children 1
+      (children 2
+        (GraphicsLayer
+          (position 50.00 50.00)
+          (bounds 100.00 100.00)
+          (drawsContent 1)
+        )
         (GraphicsLayer
           (position 50.00 50.00)
           (bounds 100.00 100.00)

--- /Volumes/Data/slave/mountainlion-debug-tests-wk1/build/layout-test-results/compositing/rtl/rtl-fixed-overflow-expected.txt
+++ /Volumes/Data/slave/mountainlion-debug-tests-wk1/build/layout-test-results/compositing/rtl/rtl-fixed-overflow-actual.txt
@@ -4,7 +4,12 @@
   (children 1
     (GraphicsLayer
       (bounds 1000.00 1000.00)
-      (children 1
+      (children 2
+        (GraphicsLayer
+          (position 265.00 50.00)
+          (bounds 100.00 100.00)
+          (drawsContent 1)
+        )
         (GraphicsLayer
           (position 265.00 50.00)
           (bounds 100.00 100.00)




compositing/iframes/overlapped-nested-iframes.html has a similar kind of trouble, but a different change history, so I'm not sure if it should be tracked together with these.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list