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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/streams/readable-streams/general.sharedworker-expected.txt

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests Created 3 years, 10 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS ReadableStream can be constructed with no errors 2 PASS ReadableStream can be constructed with no errors
3 PASS ReadableStream can't be constructed with garbage 3 PASS ReadableStream can't be constructed with garbage
4 PASS ReadableStream can't be constructed with an invalid type 4 PASS ReadableStream can't be constructed with an invalid type
5 PASS ReadableStream instances should have the correct list of properties 5 PASS ReadableStream instances should have the correct list of properties
6 PASS ReadableStream constructor should throw for non-function start arguments 6 PASS ReadableStream constructor should throw for non-function start arguments
7 PASS ReadableStream constructor can get initial garbage as cancel argument 7 PASS ReadableStream constructor can get initial garbage as cancel argument
8 PASS ReadableStream constructor can get initial garbage as pull argument 8 PASS ReadableStream constructor can get initial garbage as pull argument
9 FAIL ReadableStream start should be called with the proper parameters assert_equ als: constructor should have 4 parameter expected 4 but got 5 9 FAIL ReadableStream start should be called with the proper parameters assert_equ als: constructor should have 4 parameter expected 4 but got 5
10 PASS ReadableStream start controller parameter should be extensible 10 PASS ReadableStream start controller parameter should be extensible
(...skipping 11 matching lines...) Expand all
22 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills 22 PASS ReadableStream: should not call pull until the previous pull call's promise fulfills
23 PASS ReadableStream: should pull after start, and after every read 23 PASS ReadableStream: should pull after start, and after every read
24 PASS ReadableStream: should not call pull after start if the stream is now close d 24 PASS ReadableStream: should not call pull after start if the stream is now close d
25 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows 25 PASS ReadableStream: should call pull after enqueueing from inside pull (with no read requests), if strategy allows
26 PASS ReadableStream pull should be able to close a stream. 26 PASS ReadableStream pull should be able to close a stream.
27 PASS ReadableStream pull should be able to error a stream. 27 PASS ReadableStream pull should be able to error a stream.
28 PASS ReadableStream pull should be able to error a stream and throw. 28 PASS ReadableStream pull should be able to error a stream and throw.
29 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng 29 PASS ReadableStream: enqueue should throw when the stream is readable but draini ng
30 PASS ReadableStream: enqueue should throw when the stream is closed 30 PASS ReadableStream: enqueue should throw when the stream is closed
31 PASS ReadableStream: should call underlying source methods as methods 31 PASS ReadableStream: should call underlying source methods as methods
32 FAIL ReadableStream: desiredSize when closed assert_equals: after closing, desir edSize must be 0 expected 0 but got 10
33 FAIL ReadableStream: desiredSize when errored assert_equals: after erroring, des iredSize must be null expected (object) null but got (number) 10
32 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue 34 PASS ReadableStream strategies: the default strategy should give desiredSize of 1 to start, decreasing by 1 per enqueue
33 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately 35 PASS ReadableStream strategies: the default strategy should continue giving desi redSize of 1 if the chunks are read immediately
34 PASS ReadableStream integration test: adapting a random push source 36 PASS ReadableStream integration test: adapting a random push source
35 PASS ReadableStream integration test: adapting a sync pull source 37 PASS ReadableStream integration test: adapting a sync pull source
36 PASS ReadableStream integration test: adapting an async pull source 38 PASS ReadableStream integration test: adapting an async pull source
37 Harness: the test ran to completion. 39 Harness: the test ran to completion.
38 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698