Title: [276279] trunk/LayoutTests
Revision
276279
Author
[email protected]
Date
2021-04-19 17:54:58 -0700 (Mon, 19 Apr 2021)

Log Message

[GLIB] Unreviewed test gardening. Update baselines and test expectations after r224791.

* platform/glib/TestExpectations:
* platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt:
* platform/glib/security/block-test-no-port-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (276278 => 276279)


--- trunk/LayoutTests/ChangeLog	2021-04-20 00:18:01 UTC (rev 276278)
+++ trunk/LayoutTests/ChangeLog	2021-04-20 00:54:58 UTC (rev 276279)
@@ -1,3 +1,12 @@
+2021-04-19  Diego Pino Garcia  <[email protected]>
+
+        [GLIB] Unreviewed test gardening. Update baselines and test expectations after r224791.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt:
+        * platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt:
+        * platform/glib/security/block-test-no-port-expected.txt:
+
 2021-04-19  Youenn Fablet  <[email protected]>
 
         [mac-wk2] LayoutTest fast/mediastream/getUserMedia-webaudio.html is a flaky timeout

Modified: trunk/LayoutTests/platform/glib/TestExpectations (276278 => 276279)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-04-20 00:18:01 UTC (rev 276278)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-04-20 00:54:58 UTC (rev 276279)
@@ -2051,8 +2051,6 @@
 webkit.org/b/191497 http/tests/inspector/network/resource-security-certificate.html [ Skip ]
 webkit.org/b/192150 imported/w3c/web-platform-tests/xhr/setrequestheader-content-type.htm [ Failure ]
 webkit.org/b/192407 http/tests/inspector/network/resource-security-connection.html [ Skip ]
-webkit.org/b/192883 fast/cookies/cookie-averse-document.html [ Failure ]
-webkit.org/b/192883 fast/cookies/local-file-can-set-cookies.html [ Failure ]
 webkit.org/b/192888 fast/mediastream/resize-trim.html [ Failure ]
 webkit.org/b/192900 imported/w3c/web-platform-tests/eventsource/format-mime-bogus.htm [ Failure ]
 webkit.org/b/192903 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-request-redirect.https.html [ Pass Failure ]
@@ -2350,6 +2348,9 @@
 
 webkit.org/b/194044 imported/w3c/web-platform-tests/media-source/mediasource-addsourcebuffer.html [ Failure ]
 
+webkit.org/b/224791 fast/cookies/cookie-averse-document.html [ Crash ]
+webkit.org/b/224791 fast/cookies/local-file-can-set-cookies.html [ Crash Pass ]
+
 # End: Common failures between GTK and WPE.
 
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt (276278 => 276279)


--- trunk/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt	2021-04-20 00:18:01 UTC (rev 276278)
+++ trunk/LayoutTests/platform/glib/http/tests/xmlhttprequest/simple-cross-origin-denied-events-post-expected.txt	2021-04-20 00:54:58 UTC (rev 276279)
@@ -1,6 +1,6 @@
 CONSOLE MESSAGE: Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Origin.
 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/xmlhttprequest/resources/reply.xml due to access control checks.
-CONSOLE MESSAGE: Could not connect: Connection refused
+CONSOLE MESSAGE: Could not connect to localhost: Connection refused
 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8/ due to access control checks.
 Test that a simple cross-origin request to a server that responds (but does not permit cross-origin requests) is indistinguishable from one that does not exist. Should say PASS:
 

Modified: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt (276278 => 276279)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt	2021-04-20 00:18:01 UTC (rev 276278)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/xhr/send-entity-body-none-expected.txt	2021-04-20 00:54:58 UTC (rev 276279)
@@ -4,5 +4,5 @@
 PASS No content type (HEAD)
 PASS Explicit content type (POST)
 PASS Explicit content type (PUT)
-FAIL Explicit content type (HEAD) assert_equals: expected "NO" but got "0"
+PASS Explicit content type (HEAD)
 

Modified: trunk/LayoutTests/platform/glib/security/block-test-no-port-expected.txt (276278 => 276279)


--- trunk/LayoutTests/platform/glib/security/block-test-no-port-expected.txt	2021-04-20 00:18:01 UTC (rev 276278)
+++ trunk/LayoutTests/platform/glib/security/block-test-no-port-expected.txt	2021-04-20 00:54:58 UTC (rev 276279)
@@ -1,6 +1,6 @@
 http://255.255.255.255/test.jpg - willSendRequest <NSURLRequest URL http://255.255.255.255/test.jpg, main document URL block-test-no-port.html, http method GET> redirectResponse (null)
 block-test-no-port.html - didFinishLoading
-http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain soup-http-error-quark, code 4, failing URL "http://255.255.255.255/test.jpg">
+http://255.255.255.255/test.jpg - didFailLoadingWithError: <NSError domain g-io-error-quark, code 38, failing URL "http://255.255.255.255/test.jpg">
 This test attempts to change the src of an IMG tag to a blocked IP with no port to confirm that WebKit returns the correct error for it - blocked instead of cannot find. Due to the nature of this test, the results can only be processed automatically via DumpRenderTree. In addition, on some systems the results may depend on the behavior of the proxy.
 
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to