Changeset 225794 in webkit


Ignore:
Timestamp:
Dec 12, 2017 11:40:40 AM (6 years ago)
Author:
commit-queue@webkit.org
Message:

Rebasing/unskipping some WPT service worker tests
https://bugs.webkit.org/show_bug.cgi?id=180705

Unreviewed.

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

LayoutTests/imported/w3c:

  • web-platform-tests/service-workers/service-worker/fetch-event.https-expected.txt:
  • web-platform-tests/service-workers/service-worker/service-worker-csp-default.https-expected.txt:
  • web-platform-tests/service-workers/service-worker/service-worker-csp-script.https-expected.txt:

LayoutTests:

Location:
trunk/LayoutTests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r225791 r225794  
     12017-12-12  Youenn Fablet  <youenn@apple.com>
     2
     3        Rebasing/unskipping some WPT service worker tests
     4        https://bugs.webkit.org/show_bug.cgi?id=180705
     5
     6        Unreviewed.
     7
     8        * TestExpectations:
     9
    1102017-12-12  Simon Fraser  <simon.fraser@apple.com>
    211
  • trunk/LayoutTests/TestExpectations

    r225776 r225794  
    168168imported/w3c/web-platform-tests/service-workers/service-worker/about-blank-replacement.https.html [ Pass Failure ]
    169169webkit.org/b/179137 imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-match.https.html [ Pass Failure ]
    170 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event.https.html [ Pass Failure ]
    171170webkit.org/b/179248 imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-within-sw.https.html [ Pass Failure ]
    172171imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event-respond-with-response-body-with-invalid-chunk.https.html [ Pass Failure ]
     
    175174imported/w3c/web-platform-tests/service-workers/service-worker/multiple-update.https.html [ Pass Failure ]
    176175imported/w3c/web-platform-tests/service-workers/service-worker/performance-timeline.https.html [ Pass Failure ]
    177 webkit.org/b/179194 imported/w3c/web-platform-tests/service-workers/service-worker/registration-mime-types.https.html [ Pass Failure ]
    178176imported/w3c/web-platform-tests/service-workers/service-worker/registration-service-worker-attributes.https.html [ Pass Failure ]
    179177webkit.org/b/179138 imported/w3c/web-platform-tests/service-workers/service-worker/registration-updateviacache.https.html [ Pass Failure ]
    180178imported/w3c/web-platform-tests/service-workers/service-worker/service-worker-csp-connect.https.html [ Pass Failure ]
    181 imported/w3c/web-platform-tests/service-workers/service-worker/service-worker-csp-default.https.html [ Pass Failure ]
    182 imported/w3c/web-platform-tests/service-workers/service-worker/service-worker-csp-script.https.html [ Pass Failure ]
    183179imported/w3c/web-platform-tests/service-workers/service-worker/uncontrolled-page.https.html [ Pass Failure ]
    184180imported/w3c/web-platform-tests/service-workers/service-worker/update-bytecheck.https.html [ Pass Failure ]
     
    190186imported/w3c/web-platform-tests/service-workers/service-worker/fetch-canvas-tainting-cache.https.html [ DumpJSConsoleLogInStdErr Pass Failure ]
    191187imported/w3c/web-platform-tests/service-workers/service-worker/fetch-cors-xhr.https.html [ DumpJSConsoleLogInStdErr Pass Failure ]
    192 imported/w3c/web-platform-tests/service-workers/service-worker/update.https.html [ Pass Failure Timeout ]
     188imported/w3c/web-platform-tests/service-workers/service-worker/update.https.html [ Pass Failure ]
    193189
    194190imported/w3c/web-platform-tests/service-workers/service-worker/fetch-response-taint.https.html [ DumpJSConsoleLogInStdErr ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r225784 r225794  
     12017-12-12  Youenn Fablet  <youenn@apple.com>
     2
     3        Rebasing/unskipping some WPT service worker tests
     4        https://bugs.webkit.org/show_bug.cgi?id=180705
     5
     6        Unreviewed.
     7
     8        * web-platform-tests/service-workers/service-worker/fetch-event.https-expected.txt:
     9        * web-platform-tests/service-workers/service-worker/service-worker-csp-default.https-expected.txt:
     10        * web-platform-tests/service-workers/service-worker/service-worker-csp-script.https-expected.txt:
     11
    1122017-12-12  Romain Bellessort  <romain.bellessort@crf.canon.fr>
    213
  • trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/fetch-event.https-expected.txt

    r225294 r225794  
    99PASS Service Worker responds to fetch event with null response body
    1010PASS Service Worker fetches other file in fetch event
    11 PASS Service Worker responds to fetch event with POST form
     11FAIL Service Worker responds to fetch event with POST form assert_unreached: unexpected rejection: assert_equals: expected "POST:application/x-www-form-urlencoded:testName1=testValue1&testName2=testValue2" but got "POST:null:testName1=testValue1&testName2=testValue2" Reached unreachable code
    1212PASS Multiple calls of respondWith must throw InvalidStateErrors
    1313PASS Service Worker event.respondWith must set the used flag
  • trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/service-worker-csp-default.https-expected.txt

    r225467 r225794  
    11
    22PASS CSP test for default-src in ServiceWorkerGlobalScope
    3 FAIL importScripts test for default-src assert_true: Importing the other origins script should fail. expected true got false
     3PASS importScripts test for default-src
    44FAIL Fetch test for default-src assert_unreached: unexpected rejection: assert_unreached: fetch should fail. Reached unreachable code Reached unreachable code
    55FAIL Redirected fetch test for default-src assert_unreached: unexpected rejection: assert_unreached: Redirected fetch should fail. Reached unreachable code Reached unreachable code
  • trunk/LayoutTests/imported/w3c/web-platform-tests/service-workers/service-worker/service-worker-csp-script.https-expected.txt

    r225467 r225794  
    11
    22PASS CSP test for script-src in ServiceWorkerGlobalScope
    3 FAIL importScripts test for script-src assert_true: Importing the other origins script should fail. expected true got false
     3PASS importScripts test for script-src
    44PASS Fetch test for script-src
    55PASS Redirected fetch test for script-src
Note: See TracChangeset for help on using the changeset viewer.