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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general-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/general-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general-expected.txt b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general-expected.txt
deleted file mode 100644
index 5c43a912e97de5f3f290994d9004db0b273cff02..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general-expected.txt
+++ /dev/null
@@ -1,145 +0,0 @@
-This is a testharness.js-based test.
-Harness Error. harness_status.status = 1 , harness_status.message = 35 duplicate test names: "ReadableStream can be constructed with no errors", "ReadableStream can't be constructed with garbage", "ReadableStream can't be constructed with an invalid type", "ReadableStream instances should have the correct list of properties", "ReadableStream constructor should throw for non-function start arguments", "ReadableStream constructor can get initial garbage as cancel argument", "ReadableStream constructor can get initial garbage as pull argument", "ReadableStream start should be called with the proper parameters", "ReadableStream start controller parameter should be extensible", "ReadableStream should be able to call start method within prototype chain of its source", "ReadableStream start should be able to return a promise", "ReadableStream start should be able to return a promise and reject it", "ReadableStream should be able to enqueue different objects.", "ReadableStream: if pull rejects, it should error the stream", "ReadableStream: should only call pull once upon starting the stream", "ReadableStream: should call pull when trying to read from a started, empty stream", "ReadableStream: should only call pull once on a non-empty stream read from before start fulfills", "ReadableStream: should only call pull once on a non-empty stream read from after start fulfills", "ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining", "ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining", "ReadableStream: should not call pull until the previous pull call's promise fulfills", "ReadableStream: should pull after start, and after every read", "ReadableStream: should not call pull after start if the stream is now closed", "ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows", "ReadableStream pull should be able to close a stream.", "ReadableStream pull should be able to error a stream.", "ReadableStream pull should be able to error a stream and throw.", "ReadableStream: enqueue should throw when the stream is readable but draining", "ReadableStream: enqueue should throw when the stream is closed", "ReadableStream: should call underlying source methods as methods", "ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue", "ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately", "ReadableStream integration test: adapting a random push source", "ReadableStream integration test: adapting a sync pull source", "ReadableStream integration test: adapting an async pull source"
-PASS ReadableStream can be constructed with no errors
-PASS ReadableStream can't be constructed with garbage
-PASS ReadableStream can't be constructed with an invalid type
-PASS ReadableStream instances should have the correct list of properties
-PASS ReadableStream constructor should throw for non-function start arguments
-PASS ReadableStream constructor can get initial garbage as cancel argument
-PASS ReadableStream constructor can get initial garbage as pull argument
-PASS ReadableStream start should be called with the proper parameters
-PASS ReadableStream start controller parameter should be extensible
-PASS ReadableStream should be able to call start method within prototype chain of its source
-PASS ReadableStream start should be able to return a promise
-PASS ReadableStream start should be able to return a promise and reject it
-PASS ReadableStream should be able to enqueue different objects.
-PASS ReadableStream: if pull rejects, it should error the stream
-PASS ReadableStream: should only call pull once upon starting the stream
-PASS ReadableStream: should call pull when trying to read from a started, empty stream
-PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
-PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
-PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining
-PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining
-PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
-PASS ReadableStream: should pull after start, and after every read
-PASS ReadableStream: should not call pull after start if the stream is now closed
-PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
-PASS ReadableStream pull should be able to close a stream.
-PASS ReadableStream pull should be able to error a stream.
-PASS ReadableStream pull should be able to error a stream and throw.
-PASS ReadableStream: enqueue should throw when the stream is readable but draining
-PASS ReadableStream: enqueue should throw when the stream is closed
-PASS ReadableStream: should call underlying source methods as methods
-PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
-PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately
-PASS ReadableStream integration test: adapting a random push source
-PASS ReadableStream integration test: adapting a sync pull source
-PASS ReadableStream integration test: adapting an async pull source
-PASS Untitled
-PASS ReadableStream can be constructed with no errors
-PASS ReadableStream can't be constructed with garbage
-PASS ReadableStream can't be constructed with an invalid type
-PASS ReadableStream instances should have the correct list of properties
-PASS ReadableStream constructor should throw for non-function start arguments
-PASS ReadableStream constructor can get initial garbage as cancel argument
-PASS ReadableStream constructor can get initial garbage as pull argument
-PASS ReadableStream start should be called with the proper parameters
-PASS ReadableStream start controller parameter should be extensible
-PASS ReadableStream should be able to call start method within prototype chain of its source
-PASS ReadableStream start should be able to return a promise
-PASS ReadableStream start should be able to return a promise and reject it
-PASS ReadableStream should be able to enqueue different objects.
-PASS ReadableStream: if pull rejects, it should error the stream
-PASS ReadableStream: should only call pull once upon starting the stream
-PASS ReadableStream: should call pull when trying to read from a started, empty stream
-PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
-PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
-PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining
-PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining
-PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
-PASS ReadableStream: should pull after start, and after every read
-PASS ReadableStream: should not call pull after start if the stream is now closed
-PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
-PASS ReadableStream pull should be able to close a stream.
-PASS ReadableStream pull should be able to error a stream.
-PASS ReadableStream pull should be able to error a stream and throw.
-PASS ReadableStream: enqueue should throw when the stream is readable but draining
-PASS ReadableStream: enqueue should throw when the stream is closed
-PASS ReadableStream: should call underlying source methods as methods
-PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
-PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately
-PASS ReadableStream integration test: adapting a random push source
-PASS ReadableStream integration test: adapting a sync pull source
-PASS ReadableStream integration test: adapting an async pull source
-PASS ReadableStream can be constructed with no errors
-PASS ReadableStream can't be constructed with garbage
-PASS ReadableStream can't be constructed with an invalid type
-PASS ReadableStream instances should have the correct list of properties
-PASS ReadableStream constructor should throw for non-function start arguments
-PASS ReadableStream constructor can get initial garbage as cancel argument
-PASS ReadableStream constructor can get initial garbage as pull argument
-PASS ReadableStream start should be called with the proper parameters
-PASS ReadableStream start controller parameter should be extensible
-PASS ReadableStream should be able to call start method within prototype chain of its source
-PASS ReadableStream start should be able to return a promise
-PASS ReadableStream start should be able to return a promise and reject it
-PASS ReadableStream should be able to enqueue different objects.
-PASS ReadableStream: if pull rejects, it should error the stream
-PASS ReadableStream: should only call pull once upon starting the stream
-PASS ReadableStream: should call pull when trying to read from a started, empty stream
-PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
-PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
-PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining
-PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining
-PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
-PASS ReadableStream: should pull after start, and after every read
-PASS ReadableStream: should not call pull after start if the stream is now closed
-PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
-PASS ReadableStream pull should be able to close a stream.
-PASS ReadableStream pull should be able to error a stream.
-PASS ReadableStream pull should be able to error a stream and throw.
-PASS ReadableStream: enqueue should throw when the stream is readable but draining
-PASS ReadableStream: enqueue should throw when the stream is closed
-PASS ReadableStream: should call underlying source methods as methods
-PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
-PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately
-PASS ReadableStream integration test: adapting a random push source
-PASS ReadableStream integration test: adapting a sync pull source
-PASS ReadableStream integration test: adapting an async pull source
-PASS ReadableStream can be constructed with no errors
-PASS ReadableStream can't be constructed with garbage
-PASS ReadableStream can't be constructed with an invalid type
-PASS ReadableStream instances should have the correct list of properties
-PASS ReadableStream constructor should throw for non-function start arguments
-PASS ReadableStream constructor can get initial garbage as cancel argument
-PASS ReadableStream constructor can get initial garbage as pull argument
-PASS ReadableStream start should be called with the proper parameters
-PASS ReadableStream start controller parameter should be extensible
-PASS ReadableStream should be able to call start method within prototype chain of its source
-PASS ReadableStream start should be able to return a promise
-PASS ReadableStream start should be able to return a promise and reject it
-PASS ReadableStream should be able to enqueue different objects.
-PASS ReadableStream: if pull rejects, it should error the stream
-PASS ReadableStream: should only call pull once upon starting the stream
-PASS ReadableStream: should call pull when trying to read from a started, empty stream
-PASS ReadableStream: should only call pull once on a non-empty stream read from before start fulfills
-PASS ReadableStream: should only call pull once on a non-empty stream read from after start fulfills
-PASS ReadableStream: should call pull in reaction to read()ing the last chunk, if not draining
-PASS ReadableStream: should not call pull() in reaction to read()ing the last chunk, if draining
-PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
-PASS ReadableStream: should pull after start, and after every read
-PASS ReadableStream: should not call pull after start if the stream is now closed
-PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
-PASS ReadableStream pull should be able to close a stream.
-PASS ReadableStream pull should be able to error a stream.
-PASS ReadableStream pull should be able to error a stream and throw.
-PASS ReadableStream: enqueue should throw when the stream is readable but draining
-PASS ReadableStream: enqueue should throw when the stream is closed
-PASS ReadableStream: should call underlying source methods as methods
-PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
-PASS ReadableStream strategies: the default strategy should continue giving desiredSize of 1 if the chunks are read immediately
-PASS ReadableStream integration test: adapting a random push source
-PASS ReadableStream integration test: adapting a sync pull source
-PASS ReadableStream integration test: adapting an async pull source
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698