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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.serviceworker.https-expected.txt

Issue 2831763003: Unified error handling for WritableStream (Closed)
Patch Set: Created 3 years, 8 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.serviceworker.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.serviceworker.https-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.serviceworker.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..da76b40b93b0b8e7db3ecdb8181bc78fad878aea
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/external/wpt/streams/piping/general.serviceworker.https-expected.txt
@@ -0,0 +1,16 @@
+This is a testharness.js-based test.
+PASS Service worker test setup
+PASS Piping must lock both the ReadableStream and WritableStream
+PASS Piping finishing must unlock both the ReadableStream and WritableStream
+PASS pipeTo must check the brand of its ReadableStream this value
+PASS pipeTo must check the brand of its WritableStream argument
+PASS pipeTo must fail if the ReadableStream is locked, and not lock the WritableStream
+PASS pipeTo must fail if the WritableStream is locked, and not lock the ReadableStream
+PASS Piping from a ReadableStream from which lots of chunks are synchronously readable
+FAIL Piping from a ReadableStream for which a chunk becomes asynchronously readable after the pipeTo assert_array_equals: close must always be called with the controller lengths differ, expected 1 got 0
+PASS an undefined rejection from pull should cause pipeTo() to reject when preventAbort is true
+PASS an undefined rejection from pull should cause pipeTo() to reject when preventAbort is false
+PASS an undefined rejection from write should cause pipeTo() to reject when preventCancel is true
+PASS an undefined rejection from write should cause pipeTo() to reject when preventCancel is false
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698