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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.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/constructor.https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https-expected.txt b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3d8399fb37b90954a3b1095e6d6370bad3f0128d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/writable-streams/constructor.https-expected.txt
@@ -0,0 +1,53 @@
+This is a testharness.js-based test.
+Harness Error. harness_status.status = 1 , harness_status.message = 12 duplicate test names: "controller argument should be passed to start method", "controller argument should be passed to write method", "controller argument should be passed to close method", "highWaterMark should be reflected to desiredSize", "WritableStream should be writable and ready should fulfill immediately if the strategy does not apply backpressure", "WritableStream should be constructible with no arguments", "WritableStream instances should have standard methods and properties", "private constructors should not be exported", "WritableStreamDefaultController constructor should throw unless passed a WritableStream", "WritableStreamDefaultController constructor should throw when passed an initialised WritableStream", "WritableStreamDefaultWriter should throw unless passed a WritableStream", "WritableStreamDefaultWriter constructor should throw when stream argument is locked"
+PASS controller argument should be passed to start method
+PASS controller argument should be passed to write method
+PASS controller argument should be passed to close method
+PASS highWaterMark should be reflected to desiredSize
+PASS WritableStream should be writable and ready should fulfill immediately if the strategy does not apply backpressure
+PASS WritableStream should be constructible with no arguments
+PASS WritableStream instances should have standard methods and properties
+PASS private constructors should not be exported
+PASS WritableStreamDefaultController constructor should throw unless passed a WritableStream
+PASS WritableStreamDefaultController constructor should throw when passed an initialised WritableStream
+PASS WritableStreamDefaultWriter should throw unless passed a WritableStream
+PASS WritableStreamDefaultWriter constructor should throw when stream argument is locked
+PASS Untitled
+PASS controller argument should be passed to start method
+PASS controller argument should be passed to write method
+PASS controller argument should be passed to close method
+PASS highWaterMark should be reflected to desiredSize
+PASS WritableStream should be writable and ready should fulfill immediately if the strategy does not apply backpressure
+PASS WritableStream should be constructible with no arguments
+PASS WritableStream instances should have standard methods and properties
+PASS private constructors should not be exported
+PASS WritableStreamDefaultController constructor should throw unless passed a WritableStream
+PASS WritableStreamDefaultController constructor should throw when passed an initialised WritableStream
+PASS WritableStreamDefaultWriter should throw unless passed a WritableStream
+PASS WritableStreamDefaultWriter constructor should throw when stream argument is locked
+PASS controller argument should be passed to start method
+PASS controller argument should be passed to write method
+PASS controller argument should be passed to close method
+PASS highWaterMark should be reflected to desiredSize
+PASS WritableStream should be writable and ready should fulfill immediately if the strategy does not apply backpressure
+PASS WritableStream should be constructible with no arguments
+PASS WritableStream instances should have standard methods and properties
+PASS private constructors should not be exported
+PASS WritableStreamDefaultController constructor should throw unless passed a WritableStream
+PASS WritableStreamDefaultController constructor should throw when passed an initialised WritableStream
+PASS WritableStreamDefaultWriter should throw unless passed a WritableStream
+PASS WritableStreamDefaultWriter constructor should throw when stream argument is locked
+PASS controller argument should be passed to start method
+PASS controller argument should be passed to write method
+PASS controller argument should be passed to close method
+PASS highWaterMark should be reflected to desiredSize
+PASS WritableStream should be writable and ready should fulfill immediately if the strategy does not apply backpressure
+PASS WritableStream should be constructible with no arguments
+PASS WritableStream instances should have standard methods and properties
+PASS private constructors should not be exported
+PASS WritableStreamDefaultController constructor should throw unless passed a WritableStream
+PASS WritableStreamDefaultController constructor should throw when passed an initialised WritableStream
+PASS WritableStreamDefaultWriter should throw unless passed a WritableStream
+PASS WritableStreamDefaultWriter constructor should throw when stream argument is locked
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698