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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write-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 WritableStream should complete asynchronous writes before close resolves
3 FAIL WritableStream should complete synchronous writes before close resolves ass ert_array_equals: close must always be called with the controller lengths differ , expected 1 got 0
4 PASS fulfillment value of ws.write() call should be undefined even if the underl ying sink returns a non-undefined value
5 PASS WritableStream should transition to waiting until write is acknowledged
6 PASS when write returns a rejected promise, queued writes and close should be cl eared
7 PASS when sink's write throws an error, the stream should become errored and the promise should reject
8 PASS writer.write(), ready and closed reject with the error passed to controller .error() made before sink.write rejection
9 PASS a large queue of writes should be processed completely
10 PASS WritableStreamDefaultWriter should work when manually constructed
11 PASS returning a thenable from write() should work
12 Harness: the test ran to completion.
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698