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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.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-forward.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.https-expected.txt
deleted file mode 100644
index cc9c3ef288f161b69ce32045c85d4eff710669fe..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/error-propagation-forward.https-expected.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-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