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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.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/general.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.https-expected.txt
deleted file mode 100644
index cb4eb74226ac1145db6c2b51df492b1a4c4ab32d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.https-expected.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-This is a testharness.js-based test.
-FAIL Piping must lock both the ReadableStream and WritableStream rs.pipeTo is not a function
-FAIL Piping finishing must unlock both the ReadableStream and WritableStream rs.pipeTo is not a function
-FAIL pipeTo must check the brand of its ReadableStream this value Cannot read property 'apply' of undefined
-FAIL pipeTo must check the brand of its WritableStream argument Cannot read property 'apply' of undefined
-FAIL pipeTo must fail if the ReadableStream is locked, and not lock the WritableStream rs.pipeTo is not a function
-FAIL pipeTo must fail if the WritableStream is locked, and not lock the ReadableStream rs.pipeTo is not a function
-FAIL Piping from a ReadableStream from which lots of chunks are synchronously readable rs.pipeTo is not a function
-FAIL Piping from a ReadableStream for which a chunk becomes asynchronously readable after the pipeTo rs.pipeTo is not a function
-FAIL an undefined rejection from pull should cause pipeTo() to reject when preventAbort is true rs.pipeTo is not a function
-FAIL an undefined rejection from pull should cause pipeTo() to reject when preventAbort is false rs.pipeTo is not a function
-FAIL an undefined rejection from write should cause pipeTo() to reject when preventCancel is true rs.pipeTo is not a function
-FAIL an undefined rejection from write should cause pipeTo() to reject when preventCancel is false rs.pipeTo is not a function
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698