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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 PASS Service worker test setup
3 PASS Piping must lock both the ReadableStream and WritableStream
4 PASS Piping finishing must unlock both the ReadableStream and WritableStream
5 PASS pipeTo must check the brand of its ReadableStream this value
6 PASS pipeTo must check the brand of its WritableStream argument
7 PASS pipeTo must fail if the ReadableStream is locked, and not lock the Writable Stream
8 PASS pipeTo must fail if the WritableStream is locked, and not lock the Readable Stream
9 PASS Piping from a ReadableStream from which lots of chunks are synchronously re adable
10 FAIL Piping from a ReadableStream for which a chunk becomes asynchronously reada ble after the pipeTo assert_array_equals: close must always be called with the c ontroller lengths differ, expected 1 got 0
11 PASS an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is true
12 PASS an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is false
13 PASS an undefined rejection from write should cause pipeTo() to reject when prev entCancel is true
14 PASS an undefined rejection from write should cause pipeTo() to reject when prev entCancel is false
15 Harness: the test ran to completion.
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698