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

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

Issue 2648173006: Import wpt@cf62b859e6b890abc34f8140d185ba91df95c5b6 (Closed)
Patch Set: Rebased 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
(Empty)
1 This is a testharness.js-based test.
2 PASS getReader({mode: "byob"}) throws on non-bytes streams
3 FAIL ReadableStream with byte source can be constructed with no errors bytes typ e is not yet implemented
4 FAIL ReadableStream with byte source: Construct and expect start and pull being called bytes type is not yet implemented
5 FAIL ReadableStream with byte source: No automatic pull call if start doesn't fi nish bytes type is not yet implemented
6 FAIL ReadableStream with byte source: Construct with highWaterMark of 0 bytes ty pe is not yet implemented
7 FAIL ReadableStream with byte source: getReader(), then releaseLock() bytes type is not yet implemented
8 FAIL ReadableStream with byte source: getReader() with mode set to byob, then re leaseLock() bytes type is not yet implemented
9 FAIL ReadableStream with byte source: Test that closing a stream does not releas e a reader automatically bytes type is not yet implemented
10 FAIL ReadableStream with byte source: Test that closing a stream does not releas e a BYOB reader automatically bytes type is not yet implemented
11 FAIL ReadableStream with byte source: Test that erroring a stream does not relea se a reader automatically bytes type is not yet implemented
12 FAIL ReadableStream with byte source: Test that erroring a stream does not relea se a BYOB reader automatically bytes type is not yet implemented
13 FAIL ReadableStream with byte source: releaseLock() on ReadableStreamReader with pending read() must throw bytes type is not yet implemented
14 FAIL ReadableStream with byte source: Automatic pull() after start() bytes type is not yet implemented
15 FAIL ReadableStream with byte source: Automatic pull() after start() and read() bytes type is not yet implemented
16 FAIL ReadableStream with byte source: autoAllocateChunkSize bytes type is not ye t implemented
17 FAIL ReadableStream with byte source: Mix of auto allocate and BYOB bytes type i s not yet implemented
18 FAIL ReadableStream with byte source: Automatic pull() after start() and read(vi ew) bytes type is not yet implemented
19 FAIL ReadableStream with byte source: enqueue(), getReader(), then read() bytes type is not yet implemented
20 FAIL ReadableStream with byte source: Push source that doesn't understand pull s ignal bytes type is not yet implemented
21 FAIL ReadableStream with byte source: read(), but pull() function is not callabl e bytes type is not yet implemented
22 FAIL ReadableStream with byte source: read(view), but pull() function is not cal lable bytes type is not yet implemented
23 FAIL ReadableStream with byte source: enqueue() with Uint16Array, getReader(), t hen read() bytes type is not yet implemented
24 FAIL ReadableStream with byte source: enqueue(), read(view) partially, then read () bytes type is not yet implemented
25 FAIL ReadableStream with byte source: getReader(), enqueue(), close(), then read () bytes type is not yet implemented
26 FAIL ReadableStream with byte source: enqueue(), close(), getReader(), then read () bytes type is not yet implemented
27 FAIL ReadableStream with byte source: Respond to pull() by enqueue() bytes type is not yet implemented
28 FAIL ReadableStream with byte source: Respond to pull() by enqueue() asynchronou sly bytes type is not yet implemented
29 FAIL ReadableStream with byte source: read(view), then respond() bytes type is n ot yet implemented
30 FAIL ReadableStream with byte source: read(view), then respond() with a transfer red ArrayBuffer bytes type is not yet implemented
31 FAIL ReadableStream with byte source: read(view), then respond() with too big va lue bytes type is not yet implemented
32 FAIL ReadableStream with byte source: respond(3) to read(view) with 2 element Ui nt16Array enqueues the 1 byte remainder bytes type is not yet implemented
33 FAIL ReadableStream with byte source: enqueue(), getReader(), then read(view) by tes type is not yet implemented
34 FAIL ReadableStream with byte source: enqueue(), getReader(), then cancel() (mod e = not BYOB) bytes type is not yet implemented
35 FAIL ReadableStream with byte source: enqueue(), getReader(), then cancel() (mod e = BYOB) bytes type is not yet implemented
36 FAIL ReadableStream with byte source: getReader(), read(view), then cancel() byt es type is not yet implemented
37 FAIL ReadableStream with byte source: cancel() with partially filled pending pul l() request bytes type is not yet implemented
38 FAIL ReadableStream with byte source: enqueue(), getReader(), then read(view) wh ere view.buffer is not fully covered by view bytes type is not yet implemented
39 FAIL ReadableStream with byte source: Multiple enqueue(), getReader(), then read (view) bytes type is not yet implemented
40 FAIL ReadableStream with byte source: enqueue(), getReader(), then read(view) wi th a bigger view bytes type is not yet implemented
41 FAIL ReadableStream with byte source: enqueue(), getReader(), then read(view) wi th a smaller views bytes type is not yet implemented
42 FAIL ReadableStream with byte source: enqueue() 1 byte, getReader(), then read(v iew) with Uint16Array bytes type is not yet implemented
43 FAIL ReadableStream with byte source: enqueue() 3 byte, getReader(), then read(v iew) with 2-element Uint16Array bytes type is not yet implemented
44 FAIL ReadableStream with byte source: read(view) with Uint16Array on close()-d s tream with 1 byte enqueue()-d must fail bytes type is not yet implemented
45 FAIL ReadableStream with byte source: A stream must be errored if close()-d befo re fulfilling read(view) with Uint16Array bytes type is not yet implemented
46 FAIL ReadableStream with byte source: Throw if close()-ed more than once bytes t ype is not yet implemented
47 FAIL ReadableStream with byte source: Throw on enqueue() after close() bytes typ e is not yet implemented
48 FAIL ReadableStream with byte source: read(view), then respond() and close() in pull() bytes type is not yet implemented
49 FAIL ReadableStream with byte source: read(view) with Uint32Array, then fill it by multiple respond() calls bytes type is not yet implemented
50 FAIL ReadableStream with byte source: read() twice, then enqueue() twice bytes t ype is not yet implemented
51 FAIL ReadableStream with byte source: Multiple read(view), close() and respond() bytes type is not yet implemented
52 FAIL ReadableStream with byte source: Multiple read(view), big enqueue() bytes t ype is not yet implemented
53 FAIL ReadableStream with byte source: Multiple read(view) and multiple enqueue() bytes type is not yet implemented
54 FAIL ReadableStream with byte source: read(view) with passing undefined as view must fail bytes type is not yet implemented
55 FAIL ReadableStream with byte source: read(view) with zero-length view must fail bytes type is not yet implemented
56 FAIL ReadableStream with byte source: read(view) with passing an empty object as view must fail bytes type is not yet implemented
57 FAIL ReadableStream with byte source: Even read(view) with passing ArrayBufferVi ew like object as view must fail bytes type is not yet implemented
58 FAIL ReadableStream with byte source: read() on an errored stream bytes type is not yet implemented
59 FAIL ReadableStream with byte source: read(), then error() bytes type is not yet implemented
60 FAIL ReadableStream with byte source: read(view) on an errored stream bytes type is not yet implemented
61 FAIL ReadableStream with byte source: read(view), then error() bytes type is not yet implemented
62 FAIL ReadableStream with byte source: Throwing in pull function must error the s tream bytes type is not yet implemented
63 FAIL ReadableStream with byte source: Throwing in pull in response to read() mus t be ignored if the stream is errored in it bytes type is not yet implemented
64 FAIL ReadableStream with byte source: Throwing in pull in response to read(view) function must error the stream bytes type is not yet implemented
65 FAIL ReadableStream with byte source: Throwing in pull in response to read(view) must be ignored if the stream is errored in it bytes type is not yet implemente d
66 FAIL ReadableStreamBYOBReader can be constructed directly bytes type is not yet implemented
67 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream argument byt es type is not yet implemented
68 FAIL ReadableStreamBYOBReader constructor requires an unlocked ReadableStream by tes type is not yet implemented
69 FAIL ReadableStreamBYOBReader constructor requires a ReadableStream with type "b ytes" bytes type is not yet implemented
70 Harness: the test ran to completion.
71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698