Title: [281057] trunk/LayoutTests
Revision
281057
Author
[email protected]
Date
2021-08-14 10:38:26 -0700 (Sat, 14 Aug 2021)

Log Message

[GLIB] Update baselines after r281012
https://bugs.webkit.org/show_bug.cgi?id=229108

Unreviewed test gardening.

Patch by Arcady Goldmints-Orlov <[email protected]> on 2021-08-14

* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/content-security-policy/inside-worker/dedicatedworker-report-only-expected.txt: Removed.
* platform/glib/imported/w3c/web-platform-tests/fetch/h1-parsing/status-code.window-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281056 => 281057)


--- trunk/LayoutTests/ChangeLog	2021-08-14 04:47:04 UTC (rev 281056)
+++ trunk/LayoutTests/ChangeLog	2021-08-14 17:38:26 UTC (rev 281057)
@@ -1,3 +1,16 @@
+2021-08-14  Arcady Goldmints-Orlov  <[email protected]>
+
+        [GLIB] Update baselines after r281012
+        https://bugs.webkit.org/show_bug.cgi?id=229108
+
+        Unreviewed test gardening.
+
+        * platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any-expected.txt: Removed.
+        * platform/glib/imported/w3c/web-platform-tests/FileAPI/url/url-with-fetch.any.worker-expected.txt: Removed.
+        * platform/glib/imported/w3c/web-platform-tests/content-security-policy/inside-worker/dedicatedworker-report-only-expected.txt: Removed.
+        * platform/glib/imported/w3c/web-platform-tests/fetch/h1-parsing/status-code.window-expected.txt:
+        * platform/glib/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt: Removed.
+
 2021-08-13  Chris Dumez  <[email protected]>
 
         Add Cross-Origin-Embedder-Policy support for Blob URLs

Deleted: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/inside-worker/dedicatedworker-report-only-expected.txt (281056 => 281057)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/inside-worker/dedicatedworker-report-only-expected.txt	2021-08-14 04:47:04 UTC (rev 281056)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/content-security-policy/inside-worker/dedicatedworker-report-only-expected.txt	2021-08-14 17:38:26 UTC (rev 281057)
@@ -1,11 +0,0 @@
-Blocked access to external URL https://www.localhost:9444/content-security-policy/support/resource.py?cross-origin-fetch
-Blocked access to external URL https://www.localhost:9444/content-security-policy/support/resource.py?cross-origin-xhr
-Blocked access to external URL https://www.localhost:9444/content-security-policy/support/resource.py?cross-origin-fetch
-
-PASS Same-origin 'fetch()'.
-PASS Same-origin XHR.
-FAIL Cross-origin 'fetch()'. promise_test: Unhandled rejection with value: object "TypeError: Type error"
-FAIL Cross-origin XHR. promise_test: Unhandled rejection with value: "xhr.open should not have thrown."
-FAIL Same-origin => cross-origin 'fetch()'. promise_test: Unhandled rejection with value: object "TypeError: Load request cancelled"
-FAIL connect-src-self-report-only assert_array_equals: Reports do not match lengths differ, expected array ["http://localhost:8800/common/redirect-opt-in.py?status=307&location=https://www.localhost:9444/content-security-policy/support/resource.py?cross-origin-fetch", "https://www.localhost:9444/content-security-policy/support/resource.py?cross-origin-fetch", "https://www.localhost:9444/content-security-policy/support/resource.py?cross-origin-xhr"] length 3, got [] length 0
-

Modified: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/fetch/h1-parsing/status-code.window-expected.txt (281056 => 281057)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/fetch/h1-parsing/status-code.window-expected.txt	2021-08-14 04:47:04 UTC (rev 281056)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/fetch/h1-parsing/status-code.window-expected.txt	2021-08-14 17:38:26 UTC (rev 281057)
@@ -1,11 +1,11 @@
 
 PASS HTTP/1.1  (network error)
 PASS HTTP/1.1 BLAH (network error)
-FAIL HTTP/1.1 0 OK  promise_test: Unhandled rejection with value: object "TypeError: Could not parse HTTP response"
-FAIL HTTP/1.1 1 OK  promise_test: Unhandled rejection with value: object "TypeError: Could not parse HTTP response"
-FAIL HTTP/1.1 99 NOT OK  promise_test: Unhandled rejection with value: object "TypeError: Could not parse HTTP response"
-FAIL HTTP/1.1 077 77  promise_test: Unhandled rejection with value: object "TypeError: Could not parse HTTP response"
-FAIL HTTP/1.1 099 HELLO  promise_test: Unhandled rejection with value: object "TypeError: Could not parse HTTP response"
+FAIL HTTP/1.1 0 OK  promise_test: Unhandled rejection with value: object "TypeError: Load failed"
+FAIL HTTP/1.1 1 OK  promise_test: Unhandled rejection with value: object "TypeError: Load failed"
+FAIL HTTP/1.1 99 NOT OK  promise_test: Unhandled rejection with value: object "TypeError: Load failed"
+FAIL HTTP/1.1 077 77  promise_test: Unhandled rejection with value: object "TypeError: Load failed"
+FAIL HTTP/1.1 099 HELLO  promise_test: Unhandled rejection with value: object "TypeError: Load failed"
 PASS HTTP/1.1 200
 PASS HTTP/1.1 999 DOES IT MATTER
 PASS HTTP/1.1 1000 BOO (network error)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to