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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https-expected.txt

Issue 2766823003: Fix testharness result parsing, make "Harness error" count as failure. (Closed)
Patch Set: One more test with nondeterministic message order 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 Harness Error. harness_status.status = 1 , harness_status.message = 9 duplicate test names: "WritableStream should complete asynchronous writes before close res olves", "WritableStream should complete synchronous writes before close resolves ", "fulfillment value of ws.write() call should be undefined even if the underly ing sink returns a non-undefined value", "WritableStream should transition to wa iting until write is acknowledged", "when write returns a rejected promise, queu ed writes and close should be cleared", "when sink's write throws an error, the stream should become errored and the promise should reject", "a large queue of w rites should be processed completely", "WritableStreamDefaultWriter should work when manually constructed", "returning a thenable from write() should work"
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 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 PASS Untitled
13 PASS WritableStream should complete asynchronous writes before close resolves
14 PASS WritableStream should complete synchronous writes before close resolves
15 PASS fulfillment value of ws.write() call should be undefined even if the underl ying sink returns a non-undefined value
16 PASS WritableStream should transition to waiting until write is acknowledged
17 PASS when write returns a rejected promise, queued writes and close should be cl eared
18 PASS when sink's write throws an error, the stream should become errored and the promise should reject
19 PASS a large queue of writes should be processed completely
20 PASS WritableStreamDefaultWriter should work when manually constructed
21 PASS returning a thenable from write() should work
22 PASS WritableStream should complete asynchronous writes before close resolves
23 PASS WritableStream should complete synchronous writes before close resolves
24 PASS fulfillment value of ws.write() call should be undefined even if the underl ying sink returns a non-undefined value
25 PASS WritableStream should transition to waiting until write is acknowledged
26 PASS when write returns a rejected promise, queued writes and close should be cl eared
27 PASS when sink's write throws an error, the stream should become errored and the promise should reject
28 PASS a large queue of writes should be processed completely
29 PASS WritableStreamDefaultWriter should work when manually constructed
30 PASS returning a thenable from write() should work
31 PASS WritableStream should complete asynchronous writes before close resolves
32 PASS WritableStream should complete synchronous writes before close resolves
33 PASS fulfillment value of ws.write() call should be undefined even if the underl ying sink returns a non-undefined value
34 PASS WritableStream should transition to waiting until write is acknowledged
35 PASS when write returns a rejected promise, queued writes and close should be cl eared
36 PASS when sink's write throws an error, the stream should become errored and the promise should reject
37 PASS a large queue of writes should be processed completely
38 PASS WritableStreamDefaultWriter should work when manually constructed
39 PASS returning a thenable from write() should work
40 Harness: the test ran to completion.
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698