diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/streams/readable-streams/cancel.https.html.ini | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/streams/readable-streams/cancel.https.html.ini')
-rw-r--r-- | testing/web-platform/meta/streams/readable-streams/cancel.https.html.ini | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/testing/web-platform/meta/streams/readable-streams/cancel.https.html.ini b/testing/web-platform/meta/streams/readable-streams/cancel.https.html.ini new file mode 100644 index 000000000..f79ab229c --- /dev/null +++ b/testing/web-platform/meta/streams/readable-streams/cancel.https.html.ini @@ -0,0 +1,93 @@ +[cancel.https.html] + type: testharness + disabled: @True + [ReadableStream cancellation: integration test on an infinite stream derived from a random push source] + expected: FAIL + + [ReadableStream cancellation: cancel(reason) should pass through the given reason to the underlying source] + expected: FAIL + + [ReadableStream cancellation: cancel() on a locked stream should fail and not call the underlying source cancel] + expected: FAIL + + [ReadableStream cancellation: should fulfill promise when cancel callback went fine] + expected: FAIL + + [ReadableStream cancellation: returning a value from the underlying source's cancel should not affect the fulfillment value of the promise returned by the stream's cancel] + expected: FAIL + + [ReadableStream cancellation: should reject promise when cancel callback raises an exception] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (1)] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (2)] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should reject when that one does] + expected: FAIL + + [ReadableStream cancellation: cancelling before start finishes should prevent pull() from being called] + expected: FAIL + + [ReadableStream cancellation: integration test on an infinite stream derived from a random push source] + expected: FAIL + + [ReadableStream cancellation: cancel(reason) should pass through the given reason to the underlying source] + expected: FAIL + + [ReadableStream cancellation: cancel() on a locked stream should fail and not call the underlying source cancel] + expected: FAIL + + [ReadableStream cancellation: should fulfill promise when cancel callback went fine] + expected: FAIL + + [ReadableStream cancellation: returning a value from the underlying source's cancel should not affect the fulfillment value of the promise returned by the stream's cancel] + expected: FAIL + + [ReadableStream cancellation: should reject promise when cancel callback raises an exception] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (1)] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (2)] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should reject when that one does] + expected: FAIL + + [ReadableStream cancellation: cancelling before start finishes should prevent pull() from being called] + expected: FAIL + + [ReadableStream cancellation: integration test on an infinite stream derived from a random push source] + expected: FAIL + + [ReadableStream cancellation: cancel(reason) should pass through the given reason to the underlying source] + expected: FAIL + + [ReadableStream cancellation: cancel() on a locked stream should fail and not call the underlying source cancel] + expected: FAIL + + [ReadableStream cancellation: should fulfill promise when cancel callback went fine] + expected: FAIL + + [ReadableStream cancellation: returning a value from the underlying source's cancel should not affect the fulfillment value of the promise returned by the stream's cancel] + expected: FAIL + + [ReadableStream cancellation: should reject promise when cancel callback raises an exception] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (1)] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should fulfill when that one does (2)] + expected: FAIL + + [ReadableStream cancellation: if the underlying source's cancel method returns a promise, the promise returned by the stream's cancel should reject when that one does] + expected: FAIL + + [ReadableStream cancellation: cancelling before start finishes should prevent pull() from being called] + expected: FAIL + |