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

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

Issue 2657583002: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. 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.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.https-expected.txt
deleted file mode 100644
index cb0fa1977d5d602391cd9d1ded184f6d109057a7..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-backward.https-expected.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-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