Changeset 225532 in webkit


Ignore:
Timestamp:
Dec 5, 2017 1:24:22 PM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Unskip some more Service Worker tests
https://bugs.webkit.org/show_bug.cgi?id=180428

Unreviewed.

Patch by Youenn Fablet <youenn@apple.com> on 2017-12-05

LayoutTests/imported/w3c:

  • web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt:
  • imported/w3c/web-platform-tests/service-workers/service-worker/unregister-then-register-new-script.https-expected.txt:

LayoutTests:

Location:
trunk/LayoutTests
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r225527 r225532  
     12017-12-05  Youenn Fablet  <youenn@apple.com>
     2
     3        Unskip some more Service Worker tests
     4        https://bugs.webkit.org/show_bug.cgi?id=180428
     5
     6        Unreviewed.
     7
     8        * TestExpectations:
     9
    1102017-12-05  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/LayoutTests/TestExpectations

    r225513 r225532  
    159159imported/w3c/web-platform-tests/service-workers/service-worker/postmessage.https.html [ Skip ]
    160160imported/w3c/web-platform-tests/service-workers/service-worker/postmessage-msgport-to-client.https.html [ Skip ]
    161 webkit.org/b/179452 imported/w3c/web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https.html [ Skip ]
    162161imported/w3c/web-platform-tests/service-workers/service-worker/respond-with-body-accessed-response.https.html [ Skip ]
    163162imported/w3c/web-platform-tests/service-workers/service-worker/sandboxed-iframe-fetch-event.https.html [ Skip ]
    164 imported/w3c/web-platform-tests/service-workers/service-worker/unregister-then-register-new-script.https.html [ Skip ]
    165163imported/w3c/web-platform-tests/service-workers/service-worker/update-after-navigation-fetch-event.https.html [ Skip ]
    166164imported/w3c/web-platform-tests/service-workers/service-worker/update-after-oneday.https.html [ Skip ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r225531 r225532  
     12017-12-05  Youenn Fablet  <youenn@apple.com>
     2
     3        Unskip some more Service Worker tests
     4        https://bugs.webkit.org/show_bug.cgi?id=180428
     5
     6        Unreviewed.
     7
     8        * web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt:
     9        * imported/w3c/web-platform-tests/service-workers/service-worker/unregister-then-register-new-script.https-expected.txt:
     10
    1112017-12-05  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/register-same-scope-different-script-url.https-expected.txt

    r225461 r225532  
    1 
    2 Harness Error (TIMEOUT), message = null
    31
    42PASS Register different scripts concurrently
     
    64FAIL Register then register new script URL that 404s assert_unreached: unexpected rejection: assert_unreached: register should reject Reached unreachable code Reached unreachable code
    75FAIL Register then register new script that does not install assert_unreached: unexpected rejection: assert_equals: on redundant, installing should be null expected null but got object "[object ServiceWorker]" Reached unreachable code
    8 TIMEOUT Register same-scope new script url effect on controller Test timed out
     6PASS Register same-scope new script url effect on controller
    97
  • trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/unregister-then-register-new-script.https-expected.txt

    r225461 r225532  
    11
     2PASS Registering a new script URL while an unregistered registration is in use
     3FAIL Registering a new script URL that 404s does not resurrect an unregistered registration assert_unreached: unexpected rejection: assert_unreached: register should reject the promise Reached unreachable code Reached unreachable code
     4PASS Registering a new script URL that fails to install does not resurrect an unregistered registration
    25
    3 Harness Error (TIMEOUT), message = null
    4 
    5 TIMEOUT Registering a new script URL while an unregistered registration is in use Test timed out
    6 FAIL Registering a new script URL that 404s does not resurrect an unregistered registration assert_unreached: unexpected rejection: assert_unreached: register should reject the promise Reached unreachable code Reached unreachable code
    7 FAIL Registering a new script URL that fails to install does not resurrect an unregistered registration assert_unreached: unexpected rejection: assert_equals: document should not load with a controller expected null but got object "[object ServiceWorker]" Reached unreachable code
    8 
Note: See TracChangeset for help on using the changeset viewer.