[Webkit-unassigned] [Bug 206874] New: [GTK] imported/w3c/web-platform-tests/cors/origin.htm is failing since r251490

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 28 07:07:42 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206874

            Bug ID: 206874
           Summary: [GTK] imported/w3c/web-platform-tests/cors/origin.htm
                    is failing since r251490
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200128/7b91e698/attachment-0001.htm>


More information about the webkit-unassigned mailing list