Modified: trunk/LayoutTests/ChangeLog (234721 => 234722)
--- trunk/LayoutTests/ChangeLog 2018-08-09 11:50:49 UTC (rev 234721)
+++ trunk/LayoutTests/ChangeLog 2018-08-09 12:00:35 UTC (rev 234722)
@@ -1,3 +1,12 @@
+2018-08-09 Zan Dobersek <[email protected]>
+
+ Unreviewed GTK+ and WPE gardening. Add a reftest failure expectation.
+ Update a WPT EME test baseline for the WPE port.
+
+ * platform/gtk/TestExpectations:
+ * platform/wpe/TestExpectations:
+ * platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.https-expected.txt:
+
2018-08-08 Ryosuke Niwa <[email protected]>
REGRESSION (r228260): Events handled by input method invoke default event handler
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (234721 => 234722)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2018-08-09 11:50:49 UTC (rev 234721)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2018-08-09 12:00:35 UTC (rev 234722)
@@ -3517,6 +3517,8 @@
webkit.org/b/188218 fast/repaint/canvas-object-fit.html [ Failure ]
webkit.org/b/188220 svg/as-image/svg-image-with-data-uri-background.html [ ImageOnlyFailure ]
+webkit.org/b/188433 svg/custom/href-svg-namespace-static.svg [ ImageOnlyFailure ]
+
#////////////////////////////////////////////////////////////////////////////////////////
# End of non-crashing, non-flaky tests failing
#////////////////////////////////////////////////////////////////////////////////////////
Modified: trunk/LayoutTests/platform/wpe/TestExpectations (234721 => 234722)
--- trunk/LayoutTests/platform/wpe/TestExpectations 2018-08-09 11:50:49 UTC (rev 234721)
+++ trunk/LayoutTests/platform/wpe/TestExpectations 2018-08-09 12:00:35 UTC (rev 234722)
@@ -1332,3 +1332,5 @@
webkit.org/b/188162 [ Debug ] fast/canvas/webgl/texImage2D-video-flipY-false.html [ Crash ]
webkit.org/b/188162 [ Debug ] fast/canvas/webgl/texImage2D-video-flipY-true.html [ Crash ]
+
+webkit.org/b/188433 svg/custom/href-svg-namespace-static.svg [ ImageOnlyFailure ]
Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.https-expected.txt (234721 => 234722)
--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.https-expected.txt 2018-08-09 11:50:49 UTC (rev 234721)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/encrypted-media/clearkey-generate-request-disallowed-input.https-expected.txt 2018-08-09 12:00:35 UTC (rev 234722)
@@ -1,8 +1,11 @@
-FAIL org.w3.clearkey, temporary, cenc, initData longer than 64Kb characters assert_equals: expected "TypeError" but got "NotSupportedError"
+PASS org.w3.clearkey, temporary, cenc, initData longer than 64Kb characters
PASS org.w3.clearkey, temporary, keyids, initData longer than 64Kb characters
-FAIL org.w3.clearkey, temporary, cenc, invalid initdata (invalid pssh) assert_equals: expected "TypeError" but got "NotSupportedError"
-FAIL org.w3.clearkey, temporary, cenc, invalid initdata (not pssh) assert_equals: expected "TypeError" but got "NotSupportedError"
+PASS org.w3.clearkey, temporary, cenc, invalid initdata (size too large)
+PASS org.w3.clearkey, temporary, cenc, invalid initdata (not pssh)
+PASS org.w3.clearkey, temporary, cenc, invalid key id length (4 instead of 2)
+PASS org.w3.clearkey, temporary, cenc, invalid data size (32 instead of 16)
+PASS org.w3.clearkey, temporary, cenc, invalid initdata (second box has incorrect size)
FAIL org.w3.clearkey, temporary, keyids, invalid initdata (too short key ID) assert_unreached: generateRequest() succeeded unexpectedly Reached unreachable code
FAIL org.w3.clearkey, temporary, keyids, invalid initdata (too long key ID) assert_unreached: generateRequest() succeeded unexpectedly Reached unreachable code