From 2e0bdcef6bb529ed7dd2cb43154497f0b8dca64f Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Thu, 24 Jun 2021 19:04:58 +0000 Subject: [PATCH] Bug 1715566 [wpt PR 29310] - Update wpt metadata, a=testonly wpt-pr: 29310 wpt-type: metadata --- .../writable-streams/aborting.any.js.ini | 92 +++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini b/testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini index 5919c4b920ee1..b061c03c9993d 100644 --- a/testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini +++ b/testing/web-platform/meta/streams/writable-streams/aborting.any.js.ini @@ -1,3 +1,95 @@ [aborting.any.js] type: testharness disabled: need to pass --enable-writable-streams to the shell to run these + +[aborting.any.worker.html] + [WritableStreamDefaultController.signal] + expected: FAIL + + [the abort signal is signalled synchronously - write] + expected: FAIL + + [the abort signal is signalled synchronously - close] + expected: FAIL + + [the abort signal is not signalled on error] + expected: FAIL + + [the abort signal is not signalled on write failure] + expected: FAIL + + [the abort signal is not signalled on close failure] + expected: FAIL + + [recursive abort() call] + expected: FAIL + + +[aborting.any.sharedworker.html] + [WritableStreamDefaultController.signal] + expected: FAIL + + [the abort signal is signalled synchronously - write] + expected: FAIL + + [the abort signal is signalled synchronously - close] + expected: FAIL + + [the abort signal is not signalled on error] + expected: FAIL + + [the abort signal is not signalled on write failure] + expected: FAIL + + [the abort signal is not signalled on close failure] + expected: FAIL + + [recursive abort() call] + expected: FAIL + + +[aborting.any.serviceworker.html] + [WritableStreamDefaultController.signal] + expected: FAIL + + [the abort signal is signalled synchronously - write] + expected: FAIL + + [the abort signal is signalled synchronously - close] + expected: FAIL + + [the abort signal is not signalled on error] + expected: FAIL + + [the abort signal is not signalled on write failure] + expected: FAIL + + [the abort signal is not signalled on close failure] + expected: FAIL + + [recursive abort() call] + expected: FAIL + + +[aborting.any.html] + [WritableStreamDefaultController.signal] + expected: FAIL + + [the abort signal is signalled synchronously - write] + expected: FAIL + + [the abort signal is signalled synchronously - close] + expected: FAIL + + [the abort signal is not signalled on error] + expected: FAIL + + [the abort signal is not signalled on write failure] + expected: FAIL + + [the abort signal is not signalled on close failure] + expected: FAIL + + [recursive abort() call] + expected: FAIL +