Title: [236515] trunk/LayoutTests
Revision
236515
Author
ab...@igalia.com
Date
2018-09-26 12:13:53 -0700 (Wed, 26 Sep 2018)

Log Message

[GTK] Unreviewed test gardening
https://bugs.webkit.org/show_bug.cgi?id=190002


* TestExpectations:
* platform/gtk/TestExpectations:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (236514 => 236515)


--- trunk/LayoutTests/ChangeLog	2018-09-26 18:57:32 UTC (rev 236514)
+++ trunk/LayoutTests/ChangeLog	2018-09-26 19:13:53 UTC (rev 236515)
@@ -1,3 +1,11 @@
+2018-09-26  Alicia Boya GarcĂ­a  <ab...@igalia.com>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=190002
+
+        * TestExpectations:
+        * platform/gtk/TestExpectations:
+
 2018-09-26  Truitt Savell  <tsav...@apple.com>
 
         Marking two more media-fragments/ tests as flakey after the iOS12 update

Modified: trunk/LayoutTests/TestExpectations (236514 => 236515)


--- trunk/LayoutTests/TestExpectations	2018-09-26 18:57:32 UTC (rev 236514)
+++ trunk/LayoutTests/TestExpectations	2018-09-26 19:13:53 UTC (rev 236515)
@@ -2871,4 +2871,6 @@
 http/wpt/webauthn/public-key-credential-create-success.https.html [ Skip ]
 http/wpt/webauthn/public-key-credential-get-failure.https.html [ Skip ]
 http/wpt/webauthn/public-key-credential-get-success.https.html [ Skip ]
-http/wpt/webauthn/idl.https.html [ Skip ]
\ No newline at end of file
+http/wpt/webauthn/idl.https.html [ Skip ]
+
+webkit.org/b/189997 imported/w3c/web-platform-tests/resource-timing/resource_timing.worker.html [ Failure ]
\ No newline at end of file

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (236514 => 236515)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2018-09-26 18:57:32 UTC (rev 236514)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2018-09-26 19:13:53 UTC (rev 236515)
@@ -2047,6 +2047,8 @@
 
 webkit.org/b/189339 compositing/filters/opacity-change-on-filtered-paints-into-ancestor.html [ ImageOnlyFailure Pass ]
 
+webkit.org/b/190001 transitions/start-transform-transition.html [ Pass Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Flaky tests
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -3543,6 +3545,21 @@
 webkit.org/b/189739 svg/gradients/spreadMethodDiagonal3.svg [ ImageOnlyFailure ]
 webkit.org/b/189739 svg/gradients/spreadMethodDiagonal4.svg [ ImageOnlyFailure ]
 
+webkit.org/b/189993 http/tests/fileapi/xhr-send-form-data-filename-escaping.html [ Failure ]
+webkit.org/b/189993 http/tests/fileapi/xhr-send-form-data-mimetype-normalization.html [ Failure ]
+webkit.org/b/189993 http/tests/local/formdata/send-form-data-constructed-from-form-using-open-panel.html [ Failure ]
+webkit.org/b/189993 http/tests/misc/form-blob-challenge.html [ Failure ]
+
+webkit.org/b/189994 fast/files/xhr-response-blob.html [ Failure ]
+
+webkit.org/b/189995 imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html [ Failure ]
+
+webkit.org/b/189999 legacy-animation-engine/animations/animation-direction-reverse.html [ Failure ]
+webkit.org/b/189999 legacy-animation-engine/animations/transform-non-accelerated.html [ Failure ]
+webkit.org/b/189999 legacy-animation-engine/transitions/start-transform-transition.html [ Failure ]
+
+webkit.org/b/190000 svg/W3C-SVG-1.1-SE/svgdom-over-01-f.svg [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of non-crashing, non-flaky tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/extension/pointerevent_touch-action-verification-expected.txt (0 => 236515)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/extension/pointerevent_touch-action-verification-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/extension/pointerevent_touch-action-verification-expected.txt	2018-09-26 19:13:53 UTC (rev 236515)
@@ -0,0 +1,51 @@
+Pointer Events touch-action attribute support
+
+Test Description: Test will automatically check parsing behaviour of various touch-action combinations.
+
+touch-action: basic verification
+
+The following pointer types were detected: .
+
+
+PASS default 
+FAIL stylesheet-none assert_equals: expected "auto" but got "none"
+PASS explicit-auto 
+FAIL explicit-pan-x assert_equals: expected "auto" but got "pan-x"
+FAIL explicit-pan-left assert_equals: expected "auto" but got "pan-left"
+FAIL explicit-pan-right assert_equals: expected "auto" but got "pan-right"
+FAIL explicit-pan-y assert_equals: expected "auto" but got "pan-y"
+FAIL explicit-pan-up assert_equals: expected "auto" but got "pan-up"
+FAIL explicit-pan-down assert_equals: expected "auto" but got "pan-down"
+FAIL explicit-pinch-zoom assert_equals: expected "auto" but got "pinch-zoom"
+FAIL explicit-pan-x-pan-y assert_equals: expected "auto" but got "pan-x pan-y"
+FAIL explicit-pan-y-pan-x assert_equals: expected "auto" but got "pan-x pan-y"
+FAIL explicit-pan-left-pan-up assert_equals: expected "auto" but got "pan-left pan-up"
+FAIL explicit-pan-left-pan-down assert_equals: expected "auto" but got "pan-left pan-down"
+FAIL explicit-pan-right-pan-up assert_equals: expected "auto" but got "pan-right pan-up"
+FAIL explicit-pan-right-pan-down assert_equals: expected "auto" but got "pan-right pan-down"
+FAIL explicit-pan-up-pan-left assert_equals: expected "auto" but got "pan-left pan-up"
+FAIL explicit-pan-up-pan-right assert_equals: expected "auto" but got "pan-right pan-up"
+FAIL explicit-pan-down-pan-left assert_equals: expected "auto" but got "pan-left pan-down"
+FAIL explicit-pan-down-pan-right assert_equals: expected "auto" but got "pan-right pan-down"
+FAIL explicit-pinch-zoom-pan-x-pan-up assert_equals: expected "auto" but got "pan-x pan-up pinch-zoom"
+FAIL explicit-pinch-zoom-pan-x-pan-y assert_equals: expected "auto" but got "manipulation"
+PASS explicit-manipulation 
+FAIL explicit-none assert_equals: expected "auto" but got "none"
+PASS explicit-invalid-1 
+FAIL explicit-invalid-2 assert_equals: expected "auto" but got "none"
+PASS explicit-invalid-3 
+PASS explicit-invalid-4 
+PASS explicit-invalid-5 
+PASS explicit-invalid-6 
+PASS explicit-invalid-7 
+PASS explicit-invalid-8 
+PASS explicit-invalid-9 
+PASS explicit-invalid-10 
+PASS explicit-invalid-11 
+PASS explicit-invalid-12 
+PASS explicit-invalid-13 
+PASS explicit-invalid-14 
+PASS not-inherited 
+FAIL inherit assert_equals: expected "auto" but got "none"
+PASS initial 
+

Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/pointerevent_touch-action-illegal-expected.txt (0 => 236515)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/pointerevent_touch-action-illegal-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/pointerevent_touch-action-illegal-expected.txt	2018-09-26 19:13:53 UTC (rev 236515)
@@ -0,0 +1,13 @@
+Pointer Events touch-action attribute support
+
+Test Description: Test will automatically check behaviour of following combinations: 'pan-x none', 'pan-y none', 'auto none'
+
+touch-action: none
+
+The following pointer types were detected: (none).
+
+
+PASS 'pan-x none' is corrected properly 
+PASS 'pan-y none' is corrected properly 
+PASS 'auto none' is corrected properly 
+

Added: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/pointerevent_touch-action-verification-expected.txt (0 => 236515)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/pointerevent_touch-action-verification-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/pointerevents/pointerevent_touch-action-verification-expected.txt	2018-09-26 19:13:53 UTC (rev 236515)
@@ -0,0 +1,33 @@
+Pointer Events touch-action attribute support
+
+Test Description: Test will automatically check parsing behaviour of various touch-action combinations.
+
+touch-action: basic verification
+
+
+PASS default 
+FAIL stylesheet-none assert_equals: expected "auto" but got "none"
+PASS explicit-auto 
+FAIL explicit-pan-x assert_equals: expected "auto" but got "pan-x"
+FAIL explicit-pan-y assert_equals: expected "auto" but got "pan-y"
+FAIL explicit-pan-x-pan-y assert_equals: expected "auto" but got "pan-x pan-y"
+FAIL explicit-pan-y-pan-x assert_equals: expected "auto" but got "pan-x pan-y"
+PASS explicit-manipulation 
+FAIL explicit-none assert_equals: expected "auto" but got "none"
+PASS explicit-invalid-1 
+FAIL explicit-invalid-2 assert_equals: expected "auto" but got "none"
+PASS explicit-invalid-3 
+PASS explicit-invalid-4 
+PASS explicit-invalid-5 
+PASS explicit-invalid-6 
+PASS explicit-invalid-7 
+PASS explicit-invalid-8 
+PASS explicit-invalid-9 
+PASS explicit-invalid-10 
+PASS explicit-invalid-11 
+PASS explicit-invalid-12 
+PASS explicit-invalid-13 
+PASS not-inherited 
+FAIL inherit assert_equals: expected "auto" but got "none"
+PASS initial 
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to