blob: dda3449cbde379be61605795497c1b158b81aa51 [file] [log] [blame]
FAIL TransformStream can be constructed with a transform function Can't find variable: TransformStream
FAIL TransformStream can be constructed with no transform function Can't find variable: TransformStream
FAIL TransformStream writable starts in the writable state Can't find variable: TransformStream
FAIL Identity TransformStream: can read from readable what is put into writable Can't find variable: TransformStream
FAIL Uppercaser sync TransformStream: can read from readable transformed version of what is put into writable Can't find variable: TransformStream
FAIL Uppercaser-doubler sync TransformStream: can read both chunks put into the readable Can't find variable: TransformStream
FAIL Uppercaser async TransformStream: can read from readable transformed version of what is put into writable Can't find variable: TransformStream
FAIL Uppercaser-doubler async TransformStream: can read both chunks put into the readable Can't find variable: TransformStream
FAIL TransformStream: by default, closing the writable closes the readable (when there are no queued writes) Can't find variable: TransformStream
FAIL TransformStream: by default, closing the writable waits for transforms to finish before closing both Can't find variable: TransformStream
FAIL TransformStream: by default, closing the writable closes the readable after sync enqueues and async done Can't find variable: TransformStream
FAIL TransformStream: by default, closing the writable closes the readable after async enqueues and async done Can't find variable: TransformStream
FAIL Transform stream should call transformer methods as methods Can't find variable: TransformStream
FAIL methods should not not have .apply() or .call() called Can't find variable: TransformStream
FAIL TransformStream start, transform, and flush should be strictly ordered Can't find variable: TransformStream
FAIL it should be possible to call transform() synchronously Can't find variable: TransformStream
FAIL closing the writable should close the readable when there are no queued chunks, even with backpressure Can't find variable: TransformStream
FAIL enqueue() should throw after controller.terminate() Can't find variable: TransformStream
FAIL enqueue() should throw after readable.cancel() Can't find variable: TransformStream
FAIL controller.terminate() should do nothing the second time it is called Can't find variable: TransformStream
FAIL terminate() should do nothing after readable.cancel() Can't find variable: TransformStream
FAIL start() should not be called twice Can't find variable: TransformStream
FAIL specifying a defined readableType should throw assert_throws_js: constructor should throw function "() => new TransformStream({ readableType: 'bytes' })" threw object "ReferenceError: Can't find variable: TransformStream" ("ReferenceError") expected instance of function "function RangeError() {
[native code]
}" ("RangeError")
FAIL specifying a defined writableType should throw assert_throws_js: constructor should throw function "() => new TransformStream({ writableType: 'bytes' })" threw object "ReferenceError: Can't find variable: TransformStream" ("ReferenceError") expected instance of function "function RangeError() {
[native code]
}" ("RangeError")
FAIL Subclassing TransformStream should work Can't find variable: TransformStream