Closed
Bug 1917550
Opened 27 days ago
Closed 26 days ago
Failing WPT service-workers/cache-storage/cache-abort.https.any.js
Categories
(Core :: Storage: Cache API, task, P3)
Core
Storage: Cache API
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(1 file)
When I run:
./mach wpt --headless testing/web-platform/tests/service-workers/cache-storage/cache-abort.https.any.js
I get:
Unexpected Results
------------------
/service-workers/cache-storage/cache-abort.https.any.serviceworker.html
FAIL add() on an already-aborted request should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
FAIL addAll() on an already-aborted request should reject with AbortError - promise_rejects_dom: addAll should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
/service-workers/cache-storage/cache-abort.https.any.worker.html
FAIL add() on an already-aborted request should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
FAIL addAll() on an already-aborted request should reject with AbortError - promise_rejects_dom: addAll should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
/service-workers/cache-storage/cache-abort.https.any.sharedworker.html
FAIL add() on an already-aborted request should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
FAIL addAll() on an already-aborted request should reject with AbortError - promise_rejects_dom: addAll should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
/service-workers/cache-storage/cache-abort.https.any.html
FAIL add() on an already-aborted request should reject with AbortError - promise_rejects_dom: add should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
FAIL addAll() on an already-aborted request should reject with AbortError - promise_rejects_dom: addAll should reject function "function() { throw e }" threw object "TypeError: NetworkError when attempting to fetch resource." that is not a DOMException AbortError: property "code" is equal to undefined, expected 20
It's also failing on try:
https://treeherder.mozilla.org/jobs?repo=try&revision=d6c715c9d9dae04b8fb7f622d6b0db01ffa79a38
Assignee | ||
Comment 1•27 days ago
|
||
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e1435b14473
Failing WPT service-workers/cache-storage/cache-abort.https.any.js; r=dom-storage-reviewers,aiunusov
Comment 3•26 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 26 days ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•