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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee-expected.txt

Issue 2808853003: Remove Blink copies of readable-streams layout tests (Closed)
Patch Set: Restore rs-utils.js as it is used by fetch tests 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 = 10 duplicate test names: "ReadableStream teeing: rs.tee() returns an array of two ReadableSt reams", "ReadableStream teeing: should be able to read one branch to the end wit hout affecting the other", "ReadableStream teeing: values should be equal across each branch", "ReadableStream teeing: errors in the source should propagate to both branches", "ReadableStream teeing: canceling branch1 should not impact bran ch2", "ReadableStream teeing: canceling branch2 should not impact branch2", "Rea dableStream teeing: canceling both branches should aggregate the cancel reasons into an array", "ReadableStream teeing: failing to cancel the original stream sh ould cause cancel() to reject on branches", "ReadableStream teeing: closing the original should immediately close the branches", "ReadableStream teeing: errorin g the original should immediately error the branches"
3 PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
4 PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
5 PASS ReadableStream teeing: values should be equal across each branch
6 PASS ReadableStream teeing: errors in the source should propagate to both branch es
7 PASS ReadableStream teeing: canceling branch1 should not impact branch2
8 PASS ReadableStream teeing: canceling branch2 should not impact branch2
9 PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
10 PASS ReadableStream teeing: failing to cancel the original stream should cause c ancel() to reject on branches
11 PASS ReadableStream teeing: closing the original should immediately close the br anches
12 PASS ReadableStream teeing: erroring the original should immediately error the b ranches
13 PASS Untitled
14 PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
15 PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
16 PASS ReadableStream teeing: values should be equal across each branch
17 PASS ReadableStream teeing: errors in the source should propagate to both branch es
18 PASS ReadableStream teeing: canceling branch1 should not impact branch2
19 PASS ReadableStream teeing: canceling branch2 should not impact branch2
20 PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
21 PASS ReadableStream teeing: failing to cancel the original stream should cause c ancel() to reject on branches
22 PASS ReadableStream teeing: closing the original should immediately close the br anches
23 PASS ReadableStream teeing: erroring the original should immediately error the b ranches
24 PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
25 PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
26 PASS ReadableStream teeing: values should be equal across each branch
27 PASS ReadableStream teeing: errors in the source should propagate to both branch es
28 PASS ReadableStream teeing: canceling branch1 should not impact branch2
29 PASS ReadableStream teeing: canceling branch2 should not impact branch2
30 PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
31 PASS ReadableStream teeing: failing to cancel the original stream should cause c ancel() to reject on branches
32 PASS ReadableStream teeing: closing the original should immediately close the br anches
33 PASS ReadableStream teeing: erroring the original should immediately error the b ranches
34 PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
35 PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
36 PASS ReadableStream teeing: values should be equal across each branch
37 PASS ReadableStream teeing: errors in the source should propagate to both branch es
38 PASS ReadableStream teeing: canceling branch1 should not impact branch2
39 PASS ReadableStream teeing: canceling branch2 should not impact branch2
40 PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
41 PASS ReadableStream teeing: failing to cancel the original stream should cause c ancel() to reject on branches
42 PASS ReadableStream teeing: closing the original should immediately close the br anches
43 PASS ReadableStream teeing: erroring the original should immediately error the b ranches
44 Harness: the test ran to completion.
45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698