Title: [213775] trunk/LayoutTests
Revision
213775
Author
[email protected]
Date
2017-03-12 17:16:54 -0700 (Sun, 12 Mar 2017)

Log Message

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

Unreviewed GTK+ gardening.

Rebaseline tests:
LayoutTests/imported/w3c:

   - imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive.html


* web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive-expected.txt:

LayoutTests:

   - http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html


* platform/gtk/TestExpectations:
   - fast/text/font-selection-font-face-parse.html [ Skip ]
* platform/gtk/http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (213774 => 213775)


--- trunk/LayoutTests/ChangeLog	2017-03-12 23:52:30 UTC (rev 213774)
+++ trunk/LayoutTests/ChangeLog	2017-03-13 00:16:54 UTC (rev 213775)
@@ -1,3 +1,17 @@
+2017-03-12  Javier Fernandez  <[email protected]>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=169534
+
+        Unreviewed GTK+ gardening.
+
+        Rebaseline tests:
+           - http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers.html
+
+        * platform/gtk/TestExpectations:
+           - fast/text/font-selection-font-face-parse.html [ Skip ]
+        * platform/gtk/http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt:
+
 2017-03-12  Romain Bellessort  <[email protected]>
 
         [Readable Streams API] Implement ReadableStreamBYOBRequest respond() (closed stream state)

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (213774 => 213775)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2017-03-12 23:52:30 UTC (rev 213774)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2017-03-13 00:16:54 UTC (rev 213775)
@@ -1,3 +1,15 @@
+2017-03-12  Javier Fernandez  <[email protected]>
+
+        [GTK] Unreviewed test gardening
+        https://bugs.webkit.org/show_bug.cgi?id=169534
+
+        Unreviewed GTK+ gardening.
+
+        Rebaseline tests:
+           - imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive.html
+
+        * web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive-expected.txt:
+
 2017-03-12  Romain Bellessort  <[email protected]>
 
         [Readable Streams API] Implement ReadableStreamBYOBRequest respond() (closed stream state)

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive-expected.txt (213774 => 213775)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive-expected.txt	2017-03-12 23:52:30 UTC (rev 213774)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/XMLHttpRequest/getresponseheader-case-insensitive-expected.txt	2017-03-13 00:16:54 UTC (rev 213775)
@@ -1,3 +1,3 @@
 
-FAIL XMLHttpRequest: getResponseHeader() case-insensitive matching assert_equals: expected "1, 2" but got "1,2"
+PASS XMLHttpRequest: getResponseHeader() case-insensitive matching 
 

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (213774 => 213775)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-03-12 23:52:30 UTC (rev 213774)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-03-13 00:16:54 UTC (rev 213775)
@@ -476,15 +476,18 @@
 webkit.org/b/133122 imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/rsa_pss.worker.html [ Failure ]
 webkit.org/b/133122 imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pkcs.html [ Failure ]
 webkit.org/b/133122 imported/w3c/web-platform-tests/WebCryptoAPI/sign_verify/test_rsa_pss.html [ Failure ]
-webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.worker.html [ Failure ]
-webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.worker.html [ Failure ]
-webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_failures_ECDH.html [ Failure ]
-webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_ECDH.html [ Failure ]
-webkit.org/b/169468 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.html [ Failure ]
-webkit.org/b/169468 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_pbkdf2.html [ Failure ]
-webkit.org/b/169469 imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.worker.html [ Failure ]
-webkit.org/b/169469 imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.html [ Failure ]
+# We don't support ECDH functions
+webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDH.worker.html [ Skip ]
+webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_ECDH.worker.html [ Skip ]
+webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_failures_ECDH.html [ Skip ]
+webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/test_successes_ECDH.html [ Skip ]
+webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/import_export/ec_importKey.worker.html [ Skip ]
+webkit.org/b/169272 imported/w3c/web-platform-tests/WebCryptoAPI/import_export/test_ec_importKey.html [ Skip ]
+# We don't support PBKDF2
+webkit.org/b/169528 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/pbkdf2.worker.html [ Skip ]
+webkit.org/b/169528 imported/w3c/web-platform-tests/WebCryptoAPI/derive_bits_keys/test_pbkdf2.html [ Skip ]
 
+
 # GTK does not implement setAutomaticLinkDetectionEnabled
 editing/inserting/typing-space-to-trigger-smart-link.html [ Skip ]
 editing/inserting/smart-link-when-caret-is-moved-before-URL.html [ Skip ]
@@ -821,6 +824,8 @@
 webkit.org/b/162815 fast/text/variations/ [ Skip ]
 webkit.org/b/162815 animations/font-variations/ [ Skip ]
 
+webkit.org/b/169531 fast/text/font-selection-font-face-parse.html [ Skip ]
+
 webkit.org/b/158836 imported/w3c/web-platform-tests/encrypted-media [ Skip ]
 
 # No support for modern media controls on GTK

Modified: trunk/LayoutTests/platform/gtk/http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt (213774 => 213775)


--- trunk/LayoutTests/platform/gtk/http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt	2017-03-12 23:52:30 UTC (rev 213774)
+++ trunk/LayoutTests/platform/gtk/http/tests/xmlhttprequest/xmlhttprequest-test-custom-headers-expected.txt	2017-03-13 00:16:54 UTC (rev 213775)
@@ -6,7 +6,7 @@
 PASS xhr.getResponseHeader("CONTENT-TYPE").indexOf("text/plain") is >= 0
 PASS xhr.getResponseHeader("x-custom-header-single") is "single"
 PASS xhr.getResponseHeader("x-custom-header-empty") is ""
-FAIL xhr.getResponseHeader("x-custom-header-list") should be one, two. Was one,two.
+PASS xhr.getResponseHeader("x-custom-header-list") is "one, two"
 PASS successfullyParsed is true
 
 TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to