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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/piping/general-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 Piping must lock both the ReadableStream and WritableStream
3 PASS Piping finishing must unlock both the ReadableStream and WritableStream
4 PASS pipeTo must check the brand of its ReadableStream this value
5 PASS pipeTo must check the brand of its WritableStream argument
6 PASS pipeTo must fail if the ReadableStream is locked, and not lock the Writable Stream
7 PASS pipeTo must fail if the WritableStream is locked, and not lock the Readable Stream
8 PASS Piping from a ReadableStream from which lots of chunks are synchronously re adable
9 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
10 PASS an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is true
11 PASS an undefined rejection from pull should cause pipeTo() to reject when preve ntAbort is false
12 PASS an undefined rejection from write should cause pipeTo() to reject when prev entCancel is true
13 PASS an undefined rejection from write should cause pipeTo() to reject when prev entCancel is false
14 Harness: the test ran to completion.
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698