Title: [225109] trunk/LayoutTests
Revision
225109
Author
ms2...@igalia.com
Date
2017-11-23 02:31:07 -0800 (Thu, 23 Nov 2017)

Log Message

[WPE] Enable some more wpt tests.
https://bugs.webkit.org/show_bug.cgi?id=179939

Reviewed by Žan Doberšek.

* TestExpectations: Add the number of a bug I filed.
* platform/wpe/TestExpectations: Enable some smaller top-level wpt
  directories.
* platform/wpe/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt:
  Added: Service Workers are not yet enabled for WPE, which affects the
  results of this test in a harmless way.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (225108 => 225109)


--- trunk/LayoutTests/ChangeLog	2017-11-23 09:17:08 UTC (rev 225108)
+++ trunk/LayoutTests/ChangeLog	2017-11-23 10:31:07 UTC (rev 225109)
@@ -1,3 +1,17 @@
+2017-11-23  Ms2ger  <ms2...@igalia.com>
+
+        [WPE] Enable some more wpt tests.
+        https://bugs.webkit.org/show_bug.cgi?id=179939
+
+        Reviewed by Žan Doberšek.
+
+        * TestExpectations: Add the number of a bug I filed.
+        * platform/wpe/TestExpectations: Enable some smaller top-level wpt
+          directories.
+        * platform/wpe/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt:
+          Added: Service Workers are not yet enabled for WPE, which affects the
+          results of this test in a harmless way.
+
 2017-11-22  Ali Juma  <aj...@chromium.org>
 
         Implement VisualViewport API attributes

Modified: trunk/LayoutTests/TestExpectations (225108 => 225109)


--- trunk/LayoutTests/TestExpectations	2017-11-23 09:17:08 UTC (rev 225108)
+++ trunk/LayoutTests/TestExpectations	2017-11-23 10:31:07 UTC (rev 225109)
@@ -291,7 +291,7 @@
 imported/w3c/web-platform-tests/background-fetch [ Skip ]
 
 # We fail this reftest
-imported/w3c/web-platform-tests/encoding/eof-shift_jis.html [ ImageOnlyFailure ]
+webkit.org/b/179881 imported/w3c/web-platform-tests/encoding/eof-shift_jis.html [ ImageOnlyFailure ]
 
 # These tests are so slow that on debug builds they time out even if marked Slow, so skip them
 [ Debug ] imported/w3c/web-platform-tests/encoding/legacy-mb-korean/euc-kr/euckr-decode-cseuckr.html [ Skip ]

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (225108 => 225109)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-11-23 09:17:08 UTC (rev 225108)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-11-23 10:31:07 UTC (rev 225109)
@@ -213,6 +213,39 @@
 imported/w3c/web-platform-tests/dom/nodes/Document-constructor-svg.svg [ Timeout ]
 
 
+# WPT: cssom
+# ==========
+imported/w3c/web-platform-tests/cssom [ Pass ]
+
+
+# WPT: domparsing
+# ===============
+imported/w3c/web-platform-tests/domparsing [ Pass ]
+
+
+# WPT: encoding
+# =============
+imported/w3c/web-platform-tests/encoding [ Pass ]
+
+# Platform-neutral expectations
+# -----------------------------
+webkit.org/b/179881 imported/w3c/web-platform-tests/encoding/eof-shift_jis.html [ ImageOnlyFailure ]
+
+
+# WPT: FileAPI
+# ============
+imported/w3c/web-platform-tests/FileAPI [ Pass ]
+
+# Platform-neutral expectations
+# -----------------------------
+webkit.org/b/172099 imported/w3c/web-platform-tests/FileAPI/url/url_xmlhttprequest_img.html [ ImageOnlyFailure ]
+
+
+# WPT: url
+# ========
+imported/w3c/web-platform-tests/url [ Pass ]
+
+
 # WPT: XMLHttpRequest
 # ===================
 imported/w3c/web-platform-tests/XMLHttpRequest [ Pass ]

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt (0 => 225109)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/FileAPI/historical.https-expected.txt	2017-11-23 10:31:07 UTC (rev 225109)
@@ -0,0 +1,9 @@
+
+PASS "toNativeLineEndings" should not be supported 
+FAIL "FileError" should not be supported assert_false: expected false got true
+PASS "FileException" should not be supported 
+PASS Blob should not support slice prefixed 
+PASS BlobBuilder should not be supported. 
+PASS createFor method should not be supported 
+PASS Blob.close() should not be supported 
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to