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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee-expected.txt b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee-expected.txt
deleted file mode 100644
index cf49633802f925f0b648fdc4915f397095addf25..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/tee-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = 10 duplicate test names: "ReadableStream teeing: rs.tee() returns an array of two ReadableStreams", "ReadableStream teeing: should be able to read one branch to the end without 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 branch2", "ReadableStream teeing: canceling branch2 should not impact branch2", "ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array", "ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches", "ReadableStream teeing: closing the original should immediately close the branches", "ReadableStream teeing: erroring the original should immediately error the branches"
-PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
-PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
-PASS ReadableStream teeing: values should be equal across each branch
-PASS ReadableStream teeing: errors in the source should propagate to both branches
-PASS ReadableStream teeing: canceling branch1 should not impact branch2
-PASS ReadableStream teeing: canceling branch2 should not impact branch2
-PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
-PASS ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches
-PASS ReadableStream teeing: closing the original should immediately close the branches
-PASS ReadableStream teeing: erroring the original should immediately error the branches
-PASS Untitled
-PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
-PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
-PASS ReadableStream teeing: values should be equal across each branch
-PASS ReadableStream teeing: errors in the source should propagate to both branches
-PASS ReadableStream teeing: canceling branch1 should not impact branch2
-PASS ReadableStream teeing: canceling branch2 should not impact branch2
-PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
-PASS ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches
-PASS ReadableStream teeing: closing the original should immediately close the branches
-PASS ReadableStream teeing: erroring the original should immediately error the branches
-PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
-PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
-PASS ReadableStream teeing: values should be equal across each branch
-PASS ReadableStream teeing: errors in the source should propagate to both branches
-PASS ReadableStream teeing: canceling branch1 should not impact branch2
-PASS ReadableStream teeing: canceling branch2 should not impact branch2
-PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
-PASS ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches
-PASS ReadableStream teeing: closing the original should immediately close the branches
-PASS ReadableStream teeing: erroring the original should immediately error the branches
-PASS ReadableStream teeing: rs.tee() returns an array of two ReadableStreams
-PASS ReadableStream teeing: should be able to read one branch to the end without affecting the other
-PASS ReadableStream teeing: values should be equal across each branch
-PASS ReadableStream teeing: errors in the source should propagate to both branches
-PASS ReadableStream teeing: canceling branch1 should not impact branch2
-PASS ReadableStream teeing: canceling branch2 should not impact branch2
-PASS ReadableStream teeing: canceling both branches should aggregate the cancel reasons into an array
-PASS ReadableStream teeing: failing to cancel the original stream should cause cancel() to reject on branches
-PASS ReadableStream teeing: closing the original should immediately close the branches
-PASS ReadableStream teeing: erroring the original should immediately error the branches
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698