Title: [212440] trunk/LayoutTests
Revision
212440
Author
jfernan...@igalia.com
Date
2017-02-16 09:56:04 -0800 (Thu, 16 Feb 2017)

Log Message

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

Unreviewed GTK+ gardening.

LayoutTests/imported/w3c:

- rebaseline setrequestheader-content-type-expected.txt which still have FAILs as Mac does (bug 161003)


* web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt:

LayoutTests:

- imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm marked as slow
- rebaseline LayoutTests/platform/gtk/js/dom/constructor-length-expected.txt to it matches current Mac expected results.
- the tests http/tests/xmlhttprequest/redirections-and-user-headers.html marked as Failure (bug 168433)


* platform/gtk/TestExpectations:
* platform/gtk/js/dom/constructor-length-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (212439 => 212440)


--- trunk/LayoutTests/ChangeLog	2017-02-16 17:32:34 UTC (rev 212439)
+++ trunk/LayoutTests/ChangeLog	2017-02-16 17:56:04 UTC (rev 212440)
@@ -1,3 +1,17 @@
+2017-02-16  Javier Fernandez  <jfernan...@igalia.com>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=168436
+
+        Unreviewed GTK+ gardening.
+
+        - imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm marked as slow
+        - rebaseline LayoutTests/platform/gtk/js/dom/constructor-length-expected.txt to it matches current Mac expected results.
+        - the tests http/tests/xmlhttprequest/redirections-and-user-headers.html marked as Failure (bug 168433)
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/js/dom/constructor-length-expected.txt:
+
 2017-02-16  Yusuke Suzuki  <utatane....@gmail.com>
 
         Web Inspector: allow import() inside the inspector

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (212439 => 212440)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2017-02-16 17:32:34 UTC (rev 212439)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2017-02-16 17:56:04 UTC (rev 212440)
@@ -1,3 +1,14 @@
+2017-02-16  Javier Fernandez  <jfernan...@igalia.com>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=168436
+
+        Unreviewed GTK+ gardening.
+
+        - rebaseline setrequestheader-content-type-expected.txt which still have FAILs as Mac does (bug 161003)
+
+        * web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt:
+
 2017-02-15  Chris Dumez  <cdu...@apple.com>
 
         Expose Symbol.toPrimitive / valueOf on Location instances

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt (212439 => 212440)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt	2017-02-16 17:32:34 UTC (rev 212439)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type-expected.txt	2017-02-16 17:56:04 UTC (rev 212440)
@@ -28,9 +28,9 @@
 PASS FormData request respects setRequestHeader("") 
 PASS FormData request has correct default Content-Type of "multipart/form-data;boundary=_" 
 PASS FormData request keeps setRequestHeader() Content-Type and charset 
-FAIL URLSearchParams respects setRequestHeader("") assert_unreached: Skipping test as could not create a URLSearchParams;  Reached unreachable code
-FAIL URLSearchParams request has correct default Content-Type of "application/x-www-form-urlencoded;charset=UTF-8" assert_unreached: Skipping test as could not create a URLSearchParams;  Reached unreachable code
-FAIL URLSearchParams request keeps setRequestHeader() Content-Type, with charset adjusted to UTF-8 assert_unreached: Skipping test as could not create a URLSearchParams;  Reached unreachable code
+PASS URLSearchParams respects setRequestHeader("") 
+FAIL URLSearchParams request has correct default Content-Type of "application/x-www-form-urlencoded;charset=UTF-8" assert_equals: expected "content-type: application/x-www-form-urlencoded;charset=utf-8" but got "content-type: text/plain;charset=utf-8"
+PASS URLSearchParams request keeps setRequestHeader() Content-Type, with charset adjusted to UTF-8 
 PASS ReadableStream request respects setRequestHeader("") 
 FAIL ReadableStream request with under type sends no Content-Type without setRequestHeader() call assert_equals: expected "" but got "content-type: text/plain;charset=utf-8"
 FAIL ReadableStream request keeps setRequestHeader() Content-Type and charset assert_equals: expected "content-type: application/xml;charset=ascii" but got "content-type: application/xml;charset=utf-8"

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (212439 => 212440)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-02-16 17:32:34 UTC (rev 212439)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-02-16 17:56:04 UTC (rev 212440)
@@ -822,6 +822,8 @@
 # We render the focus ring differently
 fast/images/image-map-outline-with-scale-transform.html [ ImageOnlyFailure ]
 
+webkit.org/b/168433 http/tests/xmlhttprequest/redirections-and-user-headers.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Expected failures
 #////////////////////////////////////////////////////////////////////////////////////////
@@ -2599,7 +2601,7 @@
 imported/w3c/web-platform-tests/XMLHttpRequest/status-async.htm [ Failure ]
 imported/w3c/web-platform-tests/XMLHttpRequest/status-basic.htm [ Failure ]
 imported/w3c/web-platform-tests/XMLHttpRequest/status-error.htm [ Failure ]
-imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Pass ]
+imported/w3c/web-platform-tests/XMLHttpRequest/event-readystatechange-loaded.htm [ Slow ]
 imported/w3c/web-platform-tests/XMLHttpRequest/setrequestheader-content-type.htm [ Pass ]
 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-none.htm [ Pass ]
 imported/w3c/web-platform-tests/XMLHttpRequest/send-entity-body-empty.htm  [ Pass ]

Modified: trunk/LayoutTests/platform/gtk/js/dom/constructor-length-expected.txt (212439 => 212440)


--- trunk/LayoutTests/platform/gtk/js/dom/constructor-length-expected.txt	2017-02-16 17:32:34 UTC (rev 212439)
+++ trunk/LayoutTests/platform/gtk/js/dom/constructor-length-expected.txt	2017-02-16 17:56:04 UTC (rev 212440)
@@ -27,7 +27,7 @@
 PASS Int8Array.length is 3
 FAIL Intent.length should be 3. Threw exception ReferenceError: Can't find variable: Intent
 PASS MediaController.length is 0
-FAIL MediaStream.length should be 0. Threw exception ReferenceError: Can't find variable: MediaStream
+PASS MediaStream.length is 0
 PASS MessageChannel.length is 0
 PASS MessageEvent.length is 1
 PASS OverflowEvent.length is 1
@@ -35,7 +35,7 @@
 FAIL PeerConnection.length should be 2. Threw exception ReferenceError: Can't find variable: PeerConnection
 PASS PopStateEvent.length is 1
 PASS ProgressEvent.length is 1
-FAIL ShadowRoot.length should be 1. Threw exception ReferenceError: Can't find variable: ShadowRoot
+FAIL ShadowRoot.length should be 1. Was 0.
 PASS StorageEvent.length is 1
 PASS TextTrackCue.length is 0
 PASS TrackEvent.length is 1
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to