Title: [225268] trunk/LayoutTests
Revision
225268
Author
ms2...@igalia.com
Date
2017-11-29 09:09:57 -0800 (Wed, 29 Nov 2017)

Log Message

[GTK][WPE] Test gardening
https://bugs.webkit.org/show_bug.cgi?id=180136

Unreviewed test gardening.


* TestExpectations: Skip more alternative-presentation-button tests.
* platform/gtk/TestExpectations: Updated expectations:
  - fast/attachment/attachment-without-appearance.html: recently added test for a disabled feature.
  - fast/dom/MutationObserver/end-of-task-delivery.html: flaky.
  - http/tests/local/link-stylesheet-load-order-preload.html: flaky.
* platform/gtk/compositing/overflow/composited-scrolling-paint-phases-expected.txt: rebaseline for r225220.
* platform/mac/TestExpectations: Enable the skipped alternative-presentation-button tests.
* platform/wpe/TestExpectations: Updated expectations:
  - fast/canvas/canvas-createPattern-video-modify.html: passing since r225060.
  - webanimations/*: failing since they were added; bug filed.
* platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
  DeviceMotionEvent and DeviceMotionEvent were disabled in r225098
  (matching mac ports); the remaining difference with the platform-neutral
  expectation is that TouchEvent is enabled here.
* platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt:
  DeviceMotionEvent and DeviceMotionEvent were disabled in r225098
  (matching mac ports); the remaining difference with the platform-neutral
  expectation is that TouchEvent is enabled here.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (225267 => 225268)


--- trunk/LayoutTests/ChangeLog	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/ChangeLog	2017-11-29 17:09:57 UTC (rev 225268)
@@ -1,3 +1,29 @@
+2017-11-29  Ms2ger  <ms2...@igalia.com>
+
+        [GTK][WPE] Test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=180136
+
+        Unreviewed test gardening.
+
+        * TestExpectations: Skip more alternative-presentation-button tests.
+        * platform/gtk/TestExpectations: Updated expectations:
+          - fast/attachment/attachment-without-appearance.html: recently added test for a disabled feature.
+          - fast/dom/MutationObserver/end-of-task-delivery.html: flaky.
+          - http/tests/local/link-stylesheet-load-order-preload.html: flaky.
+        * platform/gtk/compositing/overflow/composited-scrolling-paint-phases-expected.txt: rebaseline for r225220.
+        * platform/mac/TestExpectations: Enable the skipped alternative-presentation-button tests.
+        * platform/wpe/TestExpectations: Updated expectations:
+          - fast/canvas/canvas-createPattern-video-modify.html: passing since r225060.
+          - webanimations/*: failing since they were added; bug filed.
+        * platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt:
+          DeviceMotionEvent and DeviceMotionEvent were disabled in r225098
+          (matching mac ports); the remaining difference with the platform-neutral
+          expectation is that TouchEvent is enabled here.
+        * platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt:
+          DeviceMotionEvent and DeviceMotionEvent were disabled in r225098
+          (matching mac ports); the remaining difference with the platform-neutral
+          expectation is that TouchEvent is enabled here.
+
 2017-11-29  Antoine Quint  <grao...@apple.com>
 
         Pressing the space bar while watching a fullscreen video doesn't play or pause

Modified: trunk/LayoutTests/TestExpectations (225267 => 225268)


--- trunk/LayoutTests/TestExpectations	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/TestExpectations	2017-11-29 17:09:57 UTC (rev 225268)
@@ -23,6 +23,8 @@
 fast/zooming/ios [ Skip ]
 fast/forms/ios [ Skip ]
 fast/forms/alternative-presentation-button [ Skip ]
+accessibility/alternative-presentation-button-input-type.html [ Skip ]
+accessibility/alternative-presentation-button.html [ Skip ]
 fast/viewport/ios [ Skip ]
 fast/visual-viewport/ios/ [ Skip ]
 fast/events/ios [ Skip ]

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (225267 => 225268)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-11-29 17:09:57 UTC (rev 225268)
@@ -847,6 +847,7 @@
 webkit.org/b/141698 editing/pasteboard/5761530-1.html [ Failure ]
 webkit.org/b/141699 fast/attachment/attachment-disabled-rendering.html [ Failure ]
 webkit.org/b/141699 fast/attachment/attachment-rendering.html [ Failure ]
+webkit.org/b/141699 fast/attachment/attachment-without-appearance.html [ Failure ]
 
 webkit.org/b/141831 svg/animations/animate-text-nested-transforms.html [ Failure ]
 webkit.org/b/98653  svg/text/lengthAdjust-text-metrics.html [ Failure ]
@@ -2363,7 +2364,7 @@
 webkit.org/b/93977 fast/dom/Geolocation/page-reload-cancel-permission-requests.html [ Timeout ]
 
 # Fails because MutationObservers are not notified at end-of-task.
-webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Failure Timeout ]
+webkit.org/b/78290 fast/dom/MutationObserver/end-of-task-delivery.html [ Pass Failure Timeout ]
 
 # Implement testRunner.setUseDeferredFrameLoading
 # http://webkit.org/b/93980
@@ -2458,7 +2459,7 @@
 
 # There is no network load scheduling or prioritization with NetworkProcess.
 webkit.org/b/123431 http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Failure Pass ]
-webkit.org/b/123431 http/tests/local/link-stylesheet-load-order-preload.html [ Failure ]
+webkit.org/b/123431 http/tests/local/link-stylesheet-load-order-preload.html [ Pass Failure ]
 webkit.org/b/123431 http/tests/local/link-stylesheet-load-order.html [ Failure Pass ]
 
 webkit.org/b/145253 http/tests/appcache/different-https-origin-resource-main.html  [ Failure ]

Modified: trunk/LayoutTests/platform/gtk/compositing/overflow/composited-scrolling-paint-phases-expected.txt (225267 => 225268)


--- trunk/LayoutTests/platform/gtk/compositing/overflow/composited-scrolling-paint-phases-expected.txt	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/platform/gtk/compositing/overflow/composited-scrolling-paint-phases-expected.txt	2017-11-29 17:09:57 UTC (rev 225268)
@@ -4,7 +4,7 @@
   (paintingPhases
     GraphicsLayerPaintBackground
     GraphicsLayerPaintForeground
-  )
+    )
   (children 1
     (GraphicsLayer
       (bounds 800.00 600.00)
@@ -12,7 +12,7 @@
       (paintingPhases
         GraphicsLayerPaintBackground
         GraphicsLayerPaintForeground
-      )
+        )
       (children 1
         (GraphicsLayer
           (position 28.00 20.00)
@@ -21,7 +21,7 @@
           (paintingPhases
             GraphicsLayerPaintBackground
             GraphicsLayerPaintCompositedScroll
-          )
+            )
           (children 4
             (GraphicsLayer
               (position 1.00 1.00)
@@ -29,7 +29,7 @@
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-              )
+                )
               (children 1
                 (GraphicsLayer
                   (bounds 185.00 715.00)
@@ -37,7 +37,7 @@
                   (paintingPhases
                     GraphicsLayerPaintOverflowContents
                     GraphicsLayerPaintCompositedScroll
-                  )
+                    )
                   (children 2
                     (GraphicsLayer
                       (position 0.00 10.00)
@@ -46,7 +46,7 @@
                       (paintingPhases
                         GraphicsLayerPaintBackground
                         GraphicsLayerPaintForeground
-                      )
+                        )
                     )
                     (GraphicsLayer
                       (bounds 185.00 715.00)
@@ -53,7 +53,7 @@
                       (drawsContent 1)
                       (paintingPhases
                         GraphicsLayerPaintForeground
-                      )
+                        )
                     )
                   )
                 )
@@ -66,7 +66,7 @@
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-              )
+                )
             )
             (GraphicsLayer
               (position 186.00 1.00)
@@ -75,7 +75,7 @@
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-              )
+                )
             )
             (GraphicsLayer
               (position 186.00 186.00)
@@ -84,7 +84,7 @@
               (paintingPhases
                 GraphicsLayerPaintBackground
                 GraphicsLayerPaintForeground
-              )
+                )
             )
           )
         )

Modified: trunk/LayoutTests/platform/mac/TestExpectations (225267 => 225268)


--- trunk/LayoutTests/platform/mac/TestExpectations	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2017-11-29 17:09:57 UTC (rev 225268)
@@ -13,6 +13,8 @@
 media/mac [ Pass ]
 
 fast/forms/alternative-presentation-button [ Pass ]
+accessibility/alternative-presentation-button-input-type.html [ Pass ]
+accessibility/alternative-presentation-button.html [ Pass ]
 fast/forms/search/search-padding-cancel-results-buttons.html [ Pass ]
 fast/forms/search/search-results-hidden-crash.html [ Pass ]
 

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (225267 => 225268)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-11-29 17:09:57 UTC (rev 225268)
@@ -153,7 +153,6 @@
 fast/canvas/canvas-blend-image.html [ Failure ]
 fast/canvas/canvas-blend-solid.html [ Failure ]
 fast/canvas/canvas-createPattern-video-loading.html [ Failure ]
-fast/canvas/canvas-createPattern-video-modify.html [ Failure ]
 fast/canvas/canvas-ellipse-zero-lineto.html [ Failure ]
 fast/canvas/canvas-gradient-addStop-error.html [ Failure ]
 fast/canvas/canvas-imageSmoothingQuality.html [ Failure ]
@@ -1056,3 +1055,7 @@
 webkit.org/b/179897 imported/w3c/web-platform-tests/XMLHttpRequest/getallresponseheaders.htm [ Failure ]
 
 webkit.org/b/179898 svg/animations/svglengthlist-animation-3.html [ Pass Failure ]
+
+webkit.org/b/180134 webanimations/left-and-opacity-animation-yields-no-compositing.html [ Failure ]
+webkit.org/b/180134 webanimations/opacity-animation-no-longer-composited-upon-completion.html [ Failure ]
+webkit.org/b/180134 webanimations/width-and-opacity-separate-animation-yields-no-compositing.html [ Failure ]

Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt (225267 => 225268)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/events/EventTarget-dispatchEvent-expected.txt	2017-11-29 17:09:57 UTC (rev 225268)
@@ -4,8 +4,8 @@
 PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (BeforeUnloadEvent). 
 PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (CompositionEvent). 
 PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (CustomEvent). 
-PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceMotionEvent). 
-PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceOrientationEvent). 
+FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceMotionEvent). The operation is not supported.
+FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceOrientationEvent). The operation is not supported.
 FAIL If the event's initialized flag is not set, an InvalidStateError must be thrown (DragEvent). The operation is not supported.
 PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (Event). 
 PASS If the event's initialized flag is not set, an InvalidStateError must be thrown (Events). 

Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt (225267 => 225268)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt	2017-11-29 17:06:58 UTC (rev 225267)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/dom/nodes/Document-createEvent-expected.txt	2017-11-29 17:09:57 UTC (rev 225268)
@@ -20,19 +20,19 @@
 PASS CUSTOMEVENT should be an alias for CustomEvent. 
 PASS createEvent('CUSTOMEVENT') should be initialized correctly. 
 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "CustomEvents" 
-PASS DeviceMotionEvent should be an alias for DeviceMotionEvent. 
-PASS createEvent('DeviceMotionEvent') should be initialized correctly. 
-PASS devicemotionevent should be an alias for DeviceMotionEvent. 
-PASS createEvent('devicemotionevent') should be initialized correctly. 
-PASS DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent. 
-PASS createEvent('DEVICEMOTIONEVENT') should be initialized correctly. 
+FAIL DeviceMotionEvent should be an alias for DeviceMotionEvent. The operation is not supported.
+FAIL createEvent('DeviceMotionEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
+FAIL devicemotionevent should be an alias for DeviceMotionEvent. The operation is not supported.
+FAIL createEvent('devicemotionevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
+FAIL DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent. The operation is not supported.
+FAIL createEvent('DEVICEMOTIONEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DeviceMotionEvents" 
-PASS DeviceOrientationEvent should be an alias for DeviceOrientationEvent. 
-PASS createEvent('DeviceOrientationEvent') should be initialized correctly. 
-PASS deviceorientationevent should be an alias for DeviceOrientationEvent. 
-PASS createEvent('deviceorientationevent') should be initialized correctly. 
-PASS DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent. 
-PASS createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly. 
+FAIL DeviceOrientationEvent should be an alias for DeviceOrientationEvent. The operation is not supported.
+FAIL createEvent('DeviceOrientationEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
+FAIL deviceorientationevent should be an alias for DeviceOrientationEvent. The operation is not supported.
+FAIL createEvent('deviceorientationevent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
+FAIL DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent. The operation is not supported.
+FAIL createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DeviceOrientationEvents" 
 FAIL DragEvent should be an alias for DragEvent. The operation is not supported.
 FAIL createEvent('DragEvent') should be initialized correctly. undefined is not an object (evaluating 'ev.type')
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to