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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-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/general.sharedworker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..37a588c6b34c430e2226880c8e57b9ec9a12b657
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.sharedworker-expected.txt
@@ -0,0 +1,11 @@
+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
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698