diff options
Diffstat (limited to 'testing/web-platform/meta/web-locks/signal.tentative.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/web-locks/signal.tentative.https.any.js.ini | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/meta/web-locks/signal.tentative.https.any.js.ini b/testing/web-platform/meta/web-locks/signal.tentative.https.any.js.ini new file mode 100644 index 0000000000..5c70d17876 --- /dev/null +++ b/testing/web-platform/meta/web-locks/signal.tentative.https.any.js.ini @@ -0,0 +1,38 @@ +[signal.tentative.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Passing an already aborted signal rejects with the custom abort reason.] + expected: FAIL + + [Passing an already aborted signal rejects with the default abort reason.] + expected: FAIL + + +[signal.tentative.https.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Passing an already aborted signal rejects with the custom abort reason.] + expected: FAIL + + [Passing an already aborted signal rejects with the default abort reason.] + expected: FAIL + + +[signal.tentative.https.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Passing an already aborted signal rejects with the custom abort reason.] + expected: FAIL + + [Passing an already aborted signal rejects with the default abort reason.] + expected: FAIL + + +[signal.tentative.https.any.worker.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Passing an already aborted signal rejects with the custom abort reason.] + expected: FAIL + + [Passing an already aborted signal rejects with the default abort reason.] + expected: FAIL |