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

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

Powered by Google App Engine
This is Rietveld 408576698