Changeset 252363 in webkit


Ignore:
Timestamp:
Nov 12, 2019 7:24:15 AM (4 years ago)
Author:
commit-queue@webkit.org
Message:

Unskip some fetch tests
https://bugs.webkit.org/show_bug.cgi?id=204047

Patch by Rob Buis <rbuis@igalia.com> on 2019-11-12
Reviewed by Youenn Fablet.

LayoutTests/imported/w3c:

Add expectation for bad-gzip-body.any.worker.html.

  • web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https-expected.txt: Added.
  • web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt:

LayoutTests:

Unskip two fetch tests that do not time out anymore.

Location:
trunk/LayoutTests
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r252361 r252363  
     12019-11-12  Rob Buis  <rbuis@igalia.com>
     2
     3        Unskip some fetch tests
     4        https://bugs.webkit.org/show_bug.cgi?id=204047
     5
     6        Reviewed by Youenn Fablet.
     7
     8        Unskip two fetch tests that do not time out anymore.
     9
     10        * TestExpectations:
     11
    1122019-11-12  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    213
  • trunk/LayoutTests/TestExpectations

    r252348 r252363  
    766766
    767767# These fetch tests time out
    768 imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https.html [ Skip ]
    769768imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination.https.html [ Skip ]
    770 imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker.html [ Skip ]
    771769imported/w3c/web-platform-tests/fetch/api/request/destination/fetch-destination-prefetch.https.html [ Skip ]
    772770imported/w3c/web-platform-tests/fetch/content-type/response.window.html [ Skip ]
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r252360 r252363  
     12019-11-12  Rob Buis  <rbuis@igalia.com>
     2
     3        Unskip some fetch tests
     4        https://bugs.webkit.org/show_bug.cgi?id=204047
     5
     6        Reviewed by Youenn Fablet.
     7
     8        Add expectation for bad-gzip-body.any.worker.html.
     9
     10        * web-platform-tests/fetch/api/request/destination/fetch-destination-no-load-event.https-expected.txt: Added.
     11        * web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt:
     12
    1132019-11-12  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    214
  • trunk/LayoutTests/imported/w3c/web-platform-tests/fetch/content-encoding/bad-gzip-body.any.worker-expected.txt

    r239693 r252363  
    1 
    2 Harness Error (TIMEOUT), message = null
    31
    42PASS Fetching a resource with bad gzip content should still resolve
    5 TIMEOUT Consuming the body of a resource with bad gzip content with arrayBuffer() should reject Test timed out
    6 NOTRUN Consuming the body of a resource with bad gzip content with blob() should reject
    7 NOTRUN Consuming the body of a resource with bad gzip content with formData() should reject
    8 NOTRUN Consuming the body of a resource with bad gzip content with json() should reject
    9 NOTRUN Consuming the body of a resource with bad gzip content with text() should reject
     3PASS Consuming the body of a resource with bad gzip content with arrayBuffer() should reject
     4PASS Consuming the body of a resource with bad gzip content with blob() should reject
     5FAIL Consuming the body of a resource with bad gzip content with formData() should reject assert_throws: function "function () { throw e }" threw object "NotSupportedError: The operation is not supported." ("NotSupportedError") expected object "TypeError" ("TypeError")
     6PASS Consuming the body of a resource with bad gzip content with json() should reject
     7PASS Consuming the body of a resource with bad gzip content with text() should reject
    108
Note: See TracChangeset for help on using the changeset viewer.