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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/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, 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 = 1 duplicate test name: "Response constructed with a stream"
3 PASS Startup
4 PASS response
5 PASS Response default value test
6 PASS Construct a Response with null body using undefined.
7 PASS Construct a Response with null body using null.
8 PASS Response constructor test
9 PASS Response content type test
10 PASS Response throw error test
11 PASS Cancel body stream on Response
12 PASS call text() on null body response
13 PASS call arrayBuffer() on null body response
14 PASS call blob() on null body response
15 PASS call json() on null body response
16 PASS Clone on Response (text)
17 PASS Clone on Response (manual read)
18 PASS Used => clone
19 PASS Locked => clone
20 PASS MIME type for Blob
21 PASS MIME type for Blob with non-empty type
22 PASS MIME type for FormData
23 PASS MIME type for USVString
24 PASS Extract a MIME type with clone
25 PASS MIME type unchanged if headers are modified after Response() constructor
26 PASS Extract a MIME type (1)
27 PASS Response.error()
28 PASS Response.redirect() with default status value
29 PASS Response.redirect() with 301
30 PASS Response.redirect() with URLs with CR or LF
31 PASS Response constructed with a stream
32 PASS Response constructed with a stream
33 PASS Response constructed with a String / Read from body stream
34 PASS Response constructed with a stream / Read from body stream
35 PASS Response constructed with an errored stream
36 PASS Response constructed with a locked stream
37 PASS Response constructed stream with an undefined chunk
38 PASS Response constructed stream with a null chunk
39 PASS Response constructed stream with a string chunk
40 Harness: the test ran to completion.
41
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698