Changeset 263661 in webkit


Ignore:
Timestamp:
Jun 29, 2020 7:38:16 AM (4 years ago)
Author:
Chris Dumez
Message:

REGRESSION(r263626): 2 imported/w3c/web-platform-tests/cors/ tests failing constantly
https://bugs.webkit.org/show_bug.cgi?id=213729

Unreviewed, rebaseline a couple of cors tests after upstream resync in r263626.

  • web-platform-tests/cors/credentials-flag-expected.txt:
  • web-platform-tests/cors/origin-expected.txt:
Location:
trunk/LayoutTests/imported/w3c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r263659 r263661  
     12020-06-29  Chris Dumez  <cdumez@apple.com>
     2
     3        REGRESSION(r263626): 2 imported/w3c/web-platform-tests/cors/ tests failing constantly
     4        https://bugs.webkit.org/show_bug.cgi?id=213729
     5
     6        Unreviewed, rebaseline a couple of cors tests after upstream resync in r263626.
     7
     8        * web-platform-tests/cors/credentials-flag-expected.txt:
     9        * web-platform-tests/cors/origin-expected.txt:
     10
    1112020-06-09  Sergio Villar Senin  <svillar@igalia.com>
    212
  • trunk/LayoutTests/imported/w3c/web-platform-tests/cors/credentials-flag-expected.txt

    r263626 r263661  
    1515PASS Access-Control-Allow-Credentials: ,true should be disallowed (async)
    1616PASS Access-Control-Allow-Credentials: true, should be disallowed (async)
    17 FAIL Access-Control-Allow-Credentials: true%0B should be disallowed (async) assert_unreached: onload Reached unreachable code
    18 FAIL Access-Control-Allow-Credentials: true%0C should be disallowed (async) assert_unreached: onload Reached unreachable code
     17PASS Access-Control-Allow-Credentials: true%0B should be disallowed (async)
     18PASS Access-Control-Allow-Credentials: true%0C should be disallowed (async)
    1919
  • trunk/LayoutTests/imported/w3c/web-platform-tests/cors/origin-expected.txt

    r263626 r263661  
    3434PASS Disallow origin: *,
    3535PASS Disallow origin: \0*
    36 FAIL Disallow origin:
    37 * assert_throws_dom: send function "function () { client.send() }" did not throw
    38 FAIL Disallow origin:
    39 * assert_throws_dom: send function "function () { client.send() }" did not throw
     36PASS Disallow origin:
     37*
     38PASS Disallow origin:
     39*
    4040PASS Disallow origin: *\0
    41 FAIL Disallow origin: *
    42  assert_throws_dom: send function "function () { client.send() }" did not throw
    43 FAIL Disallow origin: *
    44  assert_throws_dom: send function "function () { client.send() }" did not throw
     41PASS Disallow origin: *
     42 
     43PASS Disallow origin: *
     44 
    4545PASS Disallow origin: '*'
    4646PASS Disallow origin: "*"
Note: See TracChangeset for help on using the changeset viewer.