Title: [233419] trunk/LayoutTests
Revision
233419
Author
[email protected]
Date
2018-07-02 04:30:52 -0700 (Mon, 02 Jul 2018)

Log Message

Unreviewed WPE gardening.

Adjust or add a few test expectations. Remove a bad text baseline for
one W3C Fetch test, add a proper text baseline for another.

* platform/wpe/TestExpectations:
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/headers: Added.
* platform/wpe/imported/w3c/web-platform-tests/fetch/api/headers/header-values-expected.txt: Added.
* platform/wpe/imported/w3c/web-platform-tests/fetch/security: Removed.

Modified Paths

Added Paths

Removed Paths

  • trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/security/

Diff

Modified: trunk/LayoutTests/ChangeLog (233418 => 233419)


--- trunk/LayoutTests/ChangeLog	2018-07-02 10:12:57 UTC (rev 233418)
+++ trunk/LayoutTests/ChangeLog	2018-07-02 11:30:52 UTC (rev 233419)
@@ -1,3 +1,15 @@
+2018-07-02  Zan Dobersek  <[email protected]>
+
+        Unreviewed WPE gardening.
+
+        Adjust or add a few test expectations. Remove a bad text baseline for
+        one W3C Fetch test, add a proper text baseline for another.
+
+        * platform/wpe/TestExpectations:
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/headers: Added.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/api/headers/header-values-expected.txt: Added.
+        * platform/wpe/imported/w3c/web-platform-tests/fetch/security: Removed.
+
 2018-07-02  Frederic Wang  <[email protected]>
 
         WTF's internal std::optional implementation should abort() on bad optional access

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (233418 => 233419)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2018-07-02 10:12:57 UTC (rev 233418)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2018-07-02 11:30:52 UTC (rev 233419)
@@ -1037,7 +1037,7 @@
 
 webkit.org/b/177873 http/wpt/beacon/beacon-async-error-logging.html [ Failure ]
 
-webkit.org/b/182050 http/wpt/fetch/response-opaque-clone.html [ Failure ]
+webkit.org/b/182050 http/wpt/fetch/response-opaque-clone.html [ Pass Crash ]
 webkit.org/b/180749 http/wpt/offscreen-canvas/transferToImageBitmap-webgl.html [ ImageOnlyFailure ]
 webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.html [ Failure ]
 webkit.org/b/168543 http/wpt/resource-timing/rt-nextHopProtocol.worker.html [ Failure ]
@@ -1234,3 +1234,8 @@
 
 # This test is so slow that a Slow expectation is not enough to avoid flakiness.
 webkit.org/b/159754 workers/bomb.html [ Skip ]
+
+webkit.org/b/171599 animations/trigger-container-scroll-empty.html [ Pass Failure ]
+webkit.org/b/171599 legacy-animation-engine/animations/trigger-container-scroll-empty.html [ Pass Failure ]
+
+webkit.org/b/187044 webanimations/opacity-animation-yields-compositing-span.html [ Failure ]

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/headers/header-values-expected.txt (0 => 233419)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/headers/header-values-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/fetch/api/headers/header-values-expected.txt	2018-07-02 11:30:52 UTC (rev 233419)
@@ -0,0 +1,10 @@
+
+PASS XMLHttpRequest with value x%00x needs to throw 
+PASS fetch() with value x%00x needs to throw 
+PASS XMLHttpRequest with value x%0Ax needs to throw 
+PASS fetch() with value x%0Ax needs to throw 
+PASS XMLHttpRequest with value x%0Dx needs to throw 
+PASS fetch() with value x%0Dx needs to throw 
+FAIL XMLHttpRequest with all valid values assert_equals: expected "x€x" but got "x€x"
+FAIL fetch() with all valid values assert_equals: expected "x€x" but got "x€x"
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to