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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https-expected.txt b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..6e3f4a1e0991973f90e90f59f640274dc51e44f3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/write.https-expected.txt
@@ -0,0 +1,41 @@
+This is a testharness.js-based test.
+Harness Error. harness_status.status = 1 , harness_status.message = 9 duplicate test names: "WritableStream should complete asynchronous writes before close resolves", "WritableStream should complete synchronous writes before close resolves", "fulfillment value of ws.write() call should be undefined even if the underlying sink returns a non-undefined value", "WritableStream should transition to waiting until write is acknowledged", "when write returns a rejected promise, queued 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 writes should be processed completely", "WritableStreamDefaultWriter should work when manually constructed", "returning a thenable from write() should work"
+PASS WritableStream should complete asynchronous writes before close resolves
+PASS WritableStream should complete synchronous writes before close resolves
+PASS fulfillment value of ws.write() call should be undefined even if the underlying sink returns a non-undefined value
+PASS WritableStream should transition to waiting until write is acknowledged
+PASS when write returns a rejected promise, queued writes and close should be cleared
+PASS when sink's write throws an error, the stream should become errored and the promise should reject
+PASS a large queue of writes should be processed completely
+PASS WritableStreamDefaultWriter should work when manually constructed
+PASS returning a thenable from write() should work
+PASS Untitled
+PASS WritableStream should complete asynchronous writes before close resolves
+PASS WritableStream should complete synchronous writes before close resolves
+PASS fulfillment value of ws.write() call should be undefined even if the underlying sink returns a non-undefined value
+PASS WritableStream should transition to waiting until write is acknowledged
+PASS when write returns a rejected promise, queued writes and close should be cleared
+PASS when sink's write throws an error, the stream should become errored and the promise should reject
+PASS a large queue of writes should be processed completely
+PASS WritableStreamDefaultWriter should work when manually constructed
+PASS returning a thenable from write() should work
+PASS WritableStream should complete asynchronous writes before close resolves
+PASS WritableStream should complete synchronous writes before close resolves
+PASS fulfillment value of ws.write() call should be undefined even if the underlying sink returns a non-undefined value
+PASS WritableStream should transition to waiting until write is acknowledged
+PASS when write returns a rejected promise, queued writes and close should be cleared
+PASS when sink's write throws an error, the stream should become errored and the promise should reject
+PASS a large queue of writes should be processed completely
+PASS WritableStreamDefaultWriter should work when manually constructed
+PASS returning a thenable from write() should work
+PASS WritableStream should complete asynchronous writes before close resolves
+PASS WritableStream should complete synchronous writes before close resolves
+PASS fulfillment value of ws.write() call should be undefined even if the underlying sink returns a non-undefined value
+PASS WritableStream should transition to waiting until write is acknowledged
+PASS when write returns a rejected promise, queued writes and close should be cleared
+PASS when sink's write throws an error, the stream should become errored and the promise should reject
+PASS a large queue of writes should be processed completely
+PASS WritableStreamDefaultWriter should work when manually constructed
+PASS returning a thenable from write() should work
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698