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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-base-https-other-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/fetch/workers/response-base-https-other-https-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-base-https-other-https-expected.txt b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-base-https-other-https-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7974a50148bc30528cf937f21705c3432853eacf
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/response-base-https-other-https-expected.txt
@@ -0,0 +1,40 @@
+This is a testharness.js-based test.
+Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Response constructed with a stream"
+PASS Startup
+PASS Response default value test
+PASS Construct a Response with null body using undefined.
+PASS Construct a Response with null body using null.
+PASS Response constructor test
+PASS Response content type test
+PASS Response throw error test
+PASS Cancel body stream on Response
+PASS call text() on null body response
+PASS call arrayBuffer() on null body response
+PASS call blob() on null body response
+PASS call json() on null body response
+PASS Clone on Response (text)
+PASS Clone on Response (manual read)
+PASS Used => clone
+PASS Locked => clone
+PASS MIME type for Blob
+PASS MIME type for Blob with non-empty type
+PASS MIME type for FormData
+PASS MIME type for USVString
+PASS Extract a MIME type with clone
+PASS MIME type unchanged if headers are modified after Response() constructor
+PASS Extract a MIME type (1)
+PASS Response.error()
+PASS Response.redirect() with default status value
+PASS Response.redirect() with 301
+PASS Response.redirect() with URLs with CR or LF
+PASS Response constructed with a stream
+PASS Response constructed with a stream
+PASS Response constructed with a String / Read from body stream
+PASS Response constructed with a stream / Read from body stream
+PASS Response constructed with an errored stream
+PASS Response constructed with a locked stream
+PASS Response constructed stream with an undefined chunk
+PASS Response constructed stream with a null chunk
+PASS Response constructed stream with a string chunk
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698