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

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

Powered by Google App Engine
This is Rietveld 408576698