Title: [222905] trunk/LayoutTests
Revision
222905
Author
[email protected]
Date
2017-10-05 02:04:14 -0700 (Thu, 05 Oct 2017)

Log Message

Unreviewed WPE gardening.

Enable the http/tests/ layout tests in general, but skip the directories
that contain failing tests that still have to be cataloged.

* platform/wpe/TestExpectations:
* platform/wpe/http: Added.
* platform/wpe/http/wpt: Added.
* platform/wpe/http/wpt/resource-timing: Added.
* platform/wpe/http/wpt/resource-timing/rt-initiatorType-media-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222904 => 222905)


--- trunk/LayoutTests/ChangeLog	2017-10-05 08:06:16 UTC (rev 222904)
+++ trunk/LayoutTests/ChangeLog	2017-10-05 09:04:14 UTC (rev 222905)
@@ -1,3 +1,16 @@
+2017-10-05  Zan Dobersek  <[email protected]>
+
+        Unreviewed WPE gardening.
+
+        Enable the http/tests/ layout tests in general, but skip the directories
+        that contain failing tests that still have to be cataloged.
+
+        * platform/wpe/TestExpectations:
+        * platform/wpe/http: Added.
+        * platform/wpe/http/wpt: Added.
+        * platform/wpe/http/wpt/resource-timing: Added.
+        * platform/wpe/http/wpt/resource-timing/rt-initiatorType-media-expected.txt: Added.
+
 2017-10-04  Matt Baker  <[email protected]>
 
         Web Inspector: Improve CanvasManager recording events

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (222904 => 222905)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-10-05 08:06:16 UTC (rev 222904)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-10-05 09:04:14 UTC (rev 222905)
@@ -3,7 +3,6 @@
 Bug(WPE) fonts/ [ Skip ]
 Bug(WPE) fullscreen/ [ Skip ]
 Bug(WPE) gamepad/ [ Skip ]
-Bug(WPE) http/tests/ [ Skip ]
 Bug(WPE) inspector/ [ Skip ]
 Bug(WPE) mathml/ [ Skip ]
 Bug(WPE) media/ [ Skip ]
@@ -17,6 +16,9 @@
 Bug(WPE) webaudio/ [ Skip ]
 Bug(WPE) webrtc [ Skip ]
 
+# Doesn't apply to platforms that don't enforce the CFNetwork-style 3rd party cookie policy.
+http/tests/cookies/third-party-cookie-relaxing.html [ WontFix Failure ]
+
 Bug(WPE) http/tests/appcache [ Pass ]
 # Appcache manifest is still downloaded in the WebProcess
 webkit.org/b/138736 http/tests/appcache/auth.html [ Skip ]
@@ -851,3 +853,50 @@
 
 Bug(WPE) contentfiltering/ [ Skip ]
 Bug(WPE) http/wpt/beacon/contentextensions/ [ Skip ]
+
+http/tests/contentdispositionattachmentsandbox [ Skip ]
+http/tests/contentextensions [ Skip ]
+http/tests/contentfiltering [ Skip ]
+http/tests/download [ Skip ]
+http/tests/fileapi [ Skip ]
+http/tests/frame-throttling [ Skip ]
+http/tests/fullscreen [ Skip ]
+http/tests/globalhistory [ Skip ]
+http/tests/history [ Skip ]
+http/tests/inspector [ Skip ]
+http/tests/loading [ Skip ]
+http/tests/local [ Skip ]
+http/tests/media [ Skip ]
+http/tests/messaging [ Skip ]
+http/tests/misc [ Skip ]
+http/tests/multipart [ Skip ]
+http/tests/navigation [ Skip ]
+http/tests/notifications [ Skip ]
+http/tests/permissionclient [ Skip ]
+http/tests/plugins [ Skip ]
+http/tests/pointer-lock [ Skip ]
+http/tests/preconnect [ Skip ]
+http/tests/preload [ Skip ]
+http/tests/quicklook [ Skip ]
+http/tests/security [ Skip ]
+http/tests/ssl [ Skip ]
+http/tests/svg [ Skip ]
+http/tests/webarchive [ Skip ]
+http/tests/webfont [ Skip ]
+http/tests/webrtc [ Skip ]
+http/tests/websocket [ Skip ]
+http/tests/xmlhttprequest [ Skip ]
+
+webkit.org/b/139489 http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html [ Failure Pass ]
+webkit.org/b/139489 http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html [ Failure Pass ]
+
+webkit.org/b/175419 http/tests/workers/service [ Skip ]
+
+webkit.org/b/176652 http/tests/cache-storage/cache-origins.https.html [ Failure ]
+webkit.org/b/176652 http/tests/cache-storage/cache-records-persistency.https.html [ Failure ]
+
+http/tests/dom/document-attributes-null-handling [ Failure ]
+
+webkit.org/b/175422 http/tests/blink/sendbeacon/beacon-same-origin.html [ Failure ]
+
+http/tests/cookies/double-quoted-value-with-semi-colon.html [ Failure ]

Added: trunk/LayoutTests/platform/wpe/http/wpt/resource-timing/rt-initiatorType-media-expected.txt (0 => 222905)


--- trunk/LayoutTests/platform/wpe/http/wpt/resource-timing/rt-initiatorType-media-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/http/wpt/resource-timing/rt-initiatorType-media-expected.txt	2017-10-05 09:04:14 UTC (rev 222905)
@@ -0,0 +1,8 @@
+Resource Timing: Element localName initiatorType
+
+
+PASS Type: video - <video src> 
+PASS Timing: video - <video src> 
+PASS Type: audio - <audio src> 
+PASS Timing: audio - <audio src> 
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to