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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/writable-streams/write.serviceworker.https-expected.txt

Issue 2772293002: Update WritableStream to new standard version (Closed)
Patch Set: Changes from domenic@ review 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 PASS WritableStream should complete synchronous writes before close resolves
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 FAIL writer.write(), ready and closed reject with the error passed to controller .error() made before sink.write rejection assert_throws: writer.closed must reje ct with the error passed to the controller function "function () { throw e }" th rew object "error2: error2" ("error2") expected object "error1: error1" ("error1 ")
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