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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-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/close-propagation-forward.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-forward.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-forward.https-expected.txt
deleted file mode 100644
index 1862e6d173c552b3c4097518bb44c4bc0f4b33a1..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/close-propagation-forward.https-expected.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-This is a testharness.js-based test.
-FAIL Closing must be propagated forward: starts closed; preventClose omitted; fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose omitted; rejected close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = undefined (falsy); fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = null (falsy); fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = false (falsy); fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = 0 (falsy); fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = -0 (falsy); fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = NaN (falsy); fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = (falsy); fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = true (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = a (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = 1 (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = Symbol() (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = [object Object] (truthy) rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = true, preventAbort = true rs.pipeTo is not a function
-FAIL Closing must be propagated forward: starts closed; preventClose = true, preventAbort = true, preventCancel = true rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed asynchronously; preventClose omitted; fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed asynchronously; preventClose omitted; rejected close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed asynchronously; preventClose = true rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed asynchronously; dest never desires chunks; preventClose omitted; fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed asynchronously; dest never desires chunks; preventClose omitted; rejected close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed asynchronously; dest never desires chunks; preventClose = true rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed after one chunk; preventClose omitted; fulfilled close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed after one chunk; preventClose omitted; rejected close promise rs.pipeTo is not a function
-FAIL Closing must be propagated forward: becomes closed after one chunk; preventClose = true rs.pipeTo is not a function
-FAIL Closing 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