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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.dedicatedworker-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-forward.dedicatedworker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.dedicatedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.dedicatedworker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cc9c3ef288f161b69ce32045c85d4eff710669fe
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.dedicatedworker-expected.txt
@@ -0,0 +1,32 @@
+This is a testharness.js-based test.
+FAIL Errors must be propagated forward: starts errored; preventAbort = false; fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = false; rejected abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = undefined (falsy); fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = null (falsy); fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = false (falsy); fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = 0 (falsy); fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = -0 (falsy); fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = NaN (falsy); fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = (falsy); fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = true (truthy) rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = a (truthy) rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = 1 (truthy) rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = Symbol() (truthy) rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = [object Object] (truthy) rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = true, preventCancel = true rs.pipeTo is not a function
+FAIL Errors must be propagated forward: starts errored; preventAbort = true, preventCancel = true, preventClose = true rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored while empty; preventAbort = false; fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored while empty; preventAbort = false; rejected abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored while empty; preventAbort = true rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored while empty; dest never desires chunks; preventAbort = false; fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored while empty; dest never desires chunks; preventAbort = false; rejected abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored while empty; dest never desires chunks; preventAbort = true rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored after one chunk; preventAbort = false; fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored after one chunk; preventAbort = false; rejected abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored after one chunk; preventAbort = true rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored after one chunk; dest never desires chunks; preventAbort = false; fulfilled abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored after one chunk; dest never desires chunks; preventAbort = false; rejected abort promise rs.pipeTo is not a function
+FAIL Errors must be propagated forward: becomes errored after one chunk; dest never desires chunks; preventAbort = true rs.pipeTo is not a function
+FAIL Errors must be propagated forward: shutdown must not occur until the final write completes rs.pipeTo is not a function
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698