Bug 206874
Summary: | [GTK] imported/w3c/web-platform-tests/cors/origin.htm is failing since r251490 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
wk-testhunter shows the following range when the regression happens:
r251482 NOERROR
[r251483-r251497] UNKNOWN
r251498 TEXT (Expected: PASS)
Inspecting r251483-r251498, it seems the likely cause for the regression is r251490.
Diff:
--- /imported/w3c/web-platform-tests/cors/origin-expected.txt
+++ /imported/w3c/web-platform-tests/cors/origin-actual.txt
@@ -25,13 +25,13 @@
PASS Disallow origin: http://localhost:8800%23
PASS Disallow origin: http://localhost:8800:80
PASS Disallow origin: http://localhost:8800, *
-PASS Disallow origin: http://localhost:8800\0
+FAIL Disallow origin: http://localhost:8800\0 assert_throws: send function "function () { client.send() }" did not throw
PASS Disallow origin: HTTP://LOCALHOST:8800
PASS Disallow origin: HTTP://localhost:8800
PASS Disallow origin: -
PASS Disallow origin: **
-PASS Disallow origin: \0*
-PASS Disallow origin: *\0
+FAIL Disallow origin: \0* assert_throws: send function "function () { client.send() }" did not throw
+FAIL Disallow origin: *\0 assert_throws: send function "function () { client.send() }" did not throw
PASS Disallow origin: '*'
PASS Disallow origin: "*"
PASS Disallow origin: * *
@@ -40,7 +40,7 @@
PASS Disallow origin: *http://localhost:8800
PASS Disallow origin: * http://localhost:8800
PASS Disallow origin: *, http://localhost:8800
-PASS Disallow origin: \0http://localhost:8800
+FAIL Disallow origin: \0http://localhost:8800 assert_throws: send function "function () { client.send() }" did not throw
PASS Disallow origin: null http://localhost:8800
PASS Disallow origin: http://example.net
PASS Disallow origin: null
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
The test(s) file under this bug is no longer failing. The test(s) was removed from TestExpectation in https://commits.webkit.org/258351@main.
Radar WebKit Bug Importer
<rdar://problem/103754689>