214 lines
7.9 KiB
INI
214 lines
7.9 KiB
INI
[read-min.any.worker.html]
|
|
[ReadableStream with byte source: read({ min }) rejects if min is 0]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is negative]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }), then read()]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with a DataView]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: enqueue(), then read({ min })]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed before view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed immediately after view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: cancel() with partially filled pending read({ min }) request]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2]
|
|
expected: FAIL
|
|
|
|
|
|
[read-min.any.html]
|
|
[ReadableStream with byte source: read({ min }) rejects if min is 0]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is negative]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }), then read()]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with a DataView]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: enqueue(), then read({ min })]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed before view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed immediately after view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: cancel() with partially filled pending read({ min }) request]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2]
|
|
expected: FAIL
|
|
|
|
|
|
[read-min.any.serviceworker.html]
|
|
[ReadableStream with byte source: read({ min }) rejects if min is 0]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is negative]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }), then read()]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with a DataView]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: enqueue(), then read({ min })]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed before view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed immediately after view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: cancel() with partially filled pending read({ min }) request]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2]
|
|
expected: FAIL
|
|
|
|
|
|
[read-min.any.sharedworker.html]
|
|
[ReadableStream with byte source: read({ min }) rejects if min is 0]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is negative]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint8Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (Uint16Array)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) rejects if min is larger than view's length (DataView)]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }), then read()]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with a DataView]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: enqueue(), then read({ min })]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 3-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 3 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min: 3 }) on a 5-byte Uint8Array, then multiple enqueue() up to 4 bytes]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed before view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) when closed immediately after view is filled]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: cancel() with partially filled pending read({ min }) request]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: 3 byte enqueue(), then close(), then read({ min }) with 2-element Uint16Array must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: read({ min }) with 2-element Uint16Array, then 3 byte enqueue(), then close() must fail]
|
|
expected: FAIL
|
|
|
|
[ReadableStream with byte source: tee() with read({ min }) from branch1 and read() from branch2]
|
|
expected: FAIL
|
|
|
|
|
|
[read-min.any.shadowrealm.html]
|
|
expected: ERROR
|