Changeset 204023 in webkit


Ignore:
Timestamp:
Aug 2, 2016 5:45:04 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

Skip fetch API worker tests in Debug mode
https://bugs.webkit.org/show_bug.cgi?id=160448

Unreviewed.

Patch by Youenn Fablet <youenn@apple.com> on 2016-08-02

LayoutTests/imported/w3c:

  • web-platform-tests/fetch/api/cors/cors-cookies-worker-expected.txt: Rebasing

LayoutTests:

Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r204020 r204023  
     12016-08-02  Youenn Fablet  <youenn@apple.com>
     2
     3        Skip fetch API worker tests in Debug mode
     4        https://bugs.webkit.org/show_bug.cgi?id=160448
     5
     6        Unreviewed.
     7
     8        * TestExpectations:
     9
    1102016-08-02  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/LayoutTests/TestExpectations

    r204020 r204023  
    339339imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-document-properties.htm [ Failure ]
    340340
    341 imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker.html [ Crash Failure Pass ]
    342 [ Debug ] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker.html [ Crash Pass ]
    343341imported/w3c/web-platform-tests/fetch/api/request/request-cache.html [ Skip ]
     342[ Release ] imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker.html [ Failure Pass ]
     343[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-basic-worker.html [ Skip ]
     344[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker.html [ Skip ]
     345[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-filtering-worker.html [ Skip ]
     346[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-multiple-origins-worker.html [ Skip ]
     347[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-no-preflight-worker.html [ Skip ]
     348[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-origin-worker.html [ Skip ]
     349[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-redirect-worker.html [ Skip ]
     350[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-referrer-worker.html [ Skip ]
     351[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-status-worker.html [ Skip ]
     352[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-preflight-worker.html [ Skip ]
     353[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-redirect-credentials-worker.html [ Skip ]
     354[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-redirect-worker.html [ Skip ]
     355[ Debug ] imported/w3c/web-platform-tests/fetch/api/credentials/authentication-basic-worker.html [ Skip ]
     356[ Debug ] imported/w3c/web-platform-tests/fetch/api/credentials/cookies-worker.html [ Skip ]
     357[ Debug ] imported/w3c/web-platform-tests/fetch/api/policies/csp-blocked-worker.html [ Skip ]
     358[ Debug ] imported/w3c/web-platform-tests/fetch/api/policies/referrer-no-referrer-worker.html [ Skip ]
     359[ Debug ] imported/w3c/web-platform-tests/fetch/api/policies/referrer-origin-worker.html [ Skip ]
     360[ Debug ] imported/w3c/web-platform-tests/fetch/api/policies/referrer-unsafe-url-worker.html [ Skip ]
     361[ Debug ] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-count-worker.html [ Skip ]
     362[ Debug ] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker.html [ Skip ]
     363[ Debug ] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker.html [ Skip ]
     364[ Debug ] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-mode-worker.html [ Skip ]
     365[ Debug ] imported/w3c/web-platform-tests/fetch/nosniff/worker.html [ Skip ]
    344366
    345367webkit.org/b/157068 imported/w3c/web-platform-tests/fetch/nosniff/importscripts.html [ Skip ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r204020 r204023  
     12016-08-02  Youenn Fablet  <youenn@apple.com>
     2
     3        Skip fetch API worker tests in Debug mode
     4        https://bugs.webkit.org/show_bug.cgi?id=160448
     5
     6        Unreviewed.
     7
     8        * web-platform-tests/fetch/api/cors/cors-cookies-worker-expected.txt: Rebasing
     9
    1102016-08-02  Youenn Fablet  <youenn@apple.com>
    211
  • trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker-expected.txt

    r203900 r204023  
     1Blocked access to external URL http://www.localhost:8800/fetch/api/resources/inspect-headers.py?cors&headers=cookie
     2
     3Harness Error (TIMEOUT), message = null
    14
    25PASS Omit mode: no cookie sent
     
    58PASS Include mode: remote cookies are not sent with local request
    69PASS Same-origin mode: cookies are discarded in cors request
    7 FAIL Include mode: remote cookies are not sent with other remote request promise_test: Unhandled rejection with value: object "TypeError: Type error"
     10TIMEOUT Include mode: remote cookies are not sent with other remote request Test timed out
    811
Note: See TracChangeset for help on using the changeset viewer.