Changeset 204891 in webkit


Ignore:
Timestamp:
Aug 24, 2016 1:07:43 AM (8 years ago)
Author:
commit-queue@webkit.org
Message:

[Fetch API] Test gardening
https://bugs.webkit.org/show_bug.cgi?id=161128

Unreviewed.

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

  • TestExpectations:
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt: Added.
  • platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker-expected.txt: Added.
  • platform/mac-wk2/TestExpectations:
  • platform/win/TestExpectations:
Location:
trunk/LayoutTests
Files:
2 added
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r204880 r204891  
     12016-08-24  Youenn Fablet  <youenn@apple.com>
     2
     3        [Fetch API] Test gardening
     4        https://bugs.webkit.org/show_bug.cgi?id=161128
     5
     6        Unreviewed.
     7
     8        * TestExpectations:
     9        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt:
     10        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt:
     11        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-location-worker-expected.txt: Added.
     12        * platform/gtk/imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker-expected.txt: Added.
     13        * platform/mac-wk2/TestExpectations:
     14        * platform/win/TestExpectations:
     15
    1162016-08-23  Zalan Bujtas  <zalan@apple.com>
    217
  • trunk/LayoutTests/TestExpectations

    r204870 r204891  
    501501imported/w3c/web-platform-tests/XMLHttpRequest/responsexml-document-properties.htm [ Failure ]
    502502
    503 webkit.org/b/160510 http/tests/fetch/fetch-in-worker-crash.html [ Failure Crash Pass ]
    504503imported/w3c/web-platform-tests/fetch/api/request/request-cache.html [ Skip ]
    505 [ Release ] imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker.html [ Failure Pass ]
     504
    506505[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-basic-worker.html [ Skip ]
    507506[ Debug ] imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker.html [ Skip ]
     
    529528[ Debug ] imported/w3c/web-platform-tests/fetch/api/redirect/redirect-origin-worker.html [ Skip ]
    530529[ Debug ] imported/w3c/web-platform-tests/fetch/nosniff/worker.html [ Skip ]
     530webkit.org/b/160510 [ Debug ] http/tests/fetch/fetch-in-worker-crash.html [ Crash ]
    531531
    532532webkit.org/b/157068 imported/w3c/web-platform-tests/fetch/nosniff/importscripts.html [ Skip ]
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-expected.txt

    r198665 r204891  
    11
    2 FAIL Fetch with GET assert_equals: Request has header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
    3 FAIL Fetch with HEAD assert_equals: Request has header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
    4 FAIL Fetch with HEAD with body promise_test: Unhandled rejection with value: object "TypeError: Type error"
     2FAIL Fetch with GET assert_equals: Request should have header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
     3FAIL Fetch with HEAD assert_equals: Request should have header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
    54PASS Fetch with PUT without body
    65PASS Fetch with PUT with body
    76PASS Fetch with POST without body
    8 PASS Fetch with POST with body
     7PASS Fetch with POST with text body
     8FAIL Fetch with POST with FormData body promise_test: Unhandled rejection with value: object "TypeError: Uploading FormData is not yet implemented"
     9PASS Fetch with POST with Blob body
     10FAIL Fetch with POST with ArrayBuffer body promise_test: Unhandled rejection with value: object "TypeError: Type error"
     11PASS Fetch with POST with Blob body with mime type
    912PASS Fetch with Chicken
    1013PASS Fetch with Chicken with body
  • trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/fetch/api/basic/request-headers-worker-expected.txt

    r198891 r204891  
    11
    2 FAIL Fetch with GET assert_equals: Request has header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
    3 FAIL Fetch with HEAD assert_equals: Request has header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
    4 FAIL Fetch with HEAD with body promise_test: Unhandled rejection with value: object "TypeError: Type error"
     2FAIL Fetch with GET assert_equals: Request should have header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
     3FAIL Fetch with HEAD assert_equals: Request should have header origin: http://localhost:8800 expected (string) "http://localhost:8800" but got (object) null
    54PASS Fetch with PUT without body
    65PASS Fetch with PUT with body
    76PASS Fetch with POST without body
    8 PASS Fetch with POST with body
     7PASS Fetch with POST with text body
     8PASS Fetch with POST with Blob body
     9FAIL Fetch with POST with ArrayBuffer body promise_test: Unhandled rejection with value: object "TypeError: Type error"
     10PASS Fetch with POST with Blob body with mime type
    911PASS Fetch with Chicken
    1012PASS Fetch with Chicken with body
  • trunk/LayoutTests/platform/mac-wk2/TestExpectations

    r204877 r204891  
    374374[ ElCapitan ] fast/mediastream/MediaStream-video-element-video-tracks-disabled.html [ Skip ]
    375375
    376 # Hitting "The certificate for this server is invalid" loading error (not happening in WK1)
    377 webkit.org/b/160445 http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-worker.html [ Failure Timeout ]
    378 webkit.org/b/160445 http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-main-frame.html [ Failure Timeout ]
    379 
    380376### END OF (3) Unclassified failures
    381377########################################
     
    525521[ Sierra+ ] swipe/swipe-start-hysteresis-failures.html [ Skip ]
    526522
     523# Hitting "The certificate for this server is invalid" loading error (not happening in WK1)
     524webkit.org/b/160445 [ Sierra+ ] http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-worker.html [ Failure ]
     525webkit.org/b/160445 [ Sierra+ ] http/tests/security/contentSecurityPolicy/upgrade-insecure-requests/upgrade-insecure-fetch-in-main-frame.html [ Failure ]
     526
    527527webkit.org/b/159447 [ Debug ] inspector/debugger/tail-deleted-frames-from-vm-entry.html [ Pass Failure ]
    528528
  • trunk/LayoutTests/platform/win/TestExpectations

    r204872 r204891  
    34843484imported/w3c/web-platform-tests/fetch/api/cors/cors-basic-worker.html [ Failure ]
    34853485imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies.html [ Failure ]
     3486imported/w3c/web-platform-tests/fetch/api/cors/cors-cookies-worker.html [ Failure ]
    34863487imported/w3c/web-platform-tests/fetch/api/cors/cors-no-preflight.html [ Failure ]
    34873488imported/w3c/web-platform-tests/fetch/api/cors/cors-no-preflight-worker.html [ Failure ]
    34883489imported/w3c/web-platform-tests/fetch/api/credentials/cookies.html [ Failure ]
     3490imported/w3c/web-platform-tests/fetch/api/credentials/cookies-worker.html [ Failure ]
    34893491imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method.html [ Failure ]
    34903492imported/w3c/web-platform-tests/fetch/api/redirect/redirect-method-worker.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.