Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.sharedworker-expected.txt

Issue 2642393002: Import wpt@40665266227e475bc4a56884247d8c09d78dfb6a (Closed)
Patch Set: rebaseline-cl Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.sharedworker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.sharedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.sharedworker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cb0fa1977d5d602391cd9d1ded184f6d109057a7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.sharedworker-expected.txt
@@ -0,0 +1,38 @@
+This is a testharness.js-based test.
+FAIL Errors must be propagated backward: starts errored; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel omitted; fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel omitted; rejected cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = undefined (falsy); fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = null (falsy); fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = false (falsy); fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = 0 (falsy); fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = -0 (falsy); fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = NaN (falsy); fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = (falsy); fulfilled cancel promise promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = true (truthy) promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = a (truthy) promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = 1 (truthy) promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = Symbol() (truthy) promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = [object Object] (truthy) promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write, preventCancel = true; preventAbort = true promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored before piping due to write; preventCancel = true, preventAbort = true, preventClose = true promise_test: Unhandled rejection with value: object "TypeError: rs.pipeTo is not a function"
+FAIL Errors must be propagated backward: becomes errored during piping due to write; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored during piping due to write; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored during piping due to write; preventCancel = true rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored during piping due to write, but async; preventCancel = false; fulfilled cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored during piping due to write, but async; preventCancel = false; rejected cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored during piping due to write, but async; preventCancel = true rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping; preventCancel = true rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping due to last write; source is closed; preventCancel omitted (but cancel is never called) rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping due to last write; source is closed; preventCancel = true rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping; dest never desires chunks; preventCancel = false; fulfilled cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping; dest never desires chunks; preventCancel = false; rejected cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored after piping; dest never desires chunks; preventCancel = true rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored before piping via abort; preventCancel omitted; fulfilled cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored before piping via abort; preventCancel omitted; rejected cancel promise rs.pipeTo is not a function
+FAIL Errors must be propagated backward: becomes errored before piping via abort; preventCancel = true rs.pipeTo is not a function
+FAIL Errors must be propagated backward: erroring via the controller errors once pending write completes rs.pipeTo is not a function
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698