blob: 9643b1d2f07e6e59879c07119d695db824486a60 [file] [log] [blame]
CONSOLE MESSAGE: ReferenceError: Can't find variable: WritableStream
Harness Error (FAIL), message = ReferenceError: Can't find variable: WritableStream
FAIL Piping through a duck-typed pass-through transform stream should work Can't find variable: WritableStream
FAIL Piping through a transform errored on the writable end does not cause an unhandled promise rejection Can't find variable: WritableStream
FAIL pipeThrough should not call pipeTo on this Can't find variable: WritableStream
FAIL pipeThrough should not call pipeTo on the ReadableStream prototype Can't find variable: WritableStream
FAIL pipeThrough should brand-check this and not allow 'null' Can't find variable: WritableStream
FAIL pipeThrough should brand-check readable and not allow 'null' assert_throws_js: pipeThrough should brand-check readable function "() => rs.pipeThrough({
get writable() {
writableGetterCalled = true;
return new WritableStream();
},
readable
})" threw object "ReferenceError: Can't find variable: WritableStream" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
FAIL pipeThrough should brand-check this and not allow 'undefined' Can't find variable: WritableStream
FAIL pipeThrough should brand-check readable and not allow 'undefined' assert_throws_js: pipeThrough should brand-check readable function "() => rs.pipeThrough({
get writable() {
writableGetterCalled = true;
return new WritableStream();
},
readable
})" threw object "ReferenceError: Can't find variable: WritableStream" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
FAIL pipeThrough should brand-check this and not allow '0' Can't find variable: WritableStream
FAIL pipeThrough should brand-check readable and not allow '0' assert_throws_js: pipeThrough should brand-check readable function "() => rs.pipeThrough({
get writable() {
writableGetterCalled = true;
return new WritableStream();
},
readable
})" threw object "ReferenceError: Can't find variable: WritableStream" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
FAIL pipeThrough should brand-check this and not allow 'NaN' Can't find variable: WritableStream
FAIL pipeThrough should brand-check readable and not allow 'NaN' assert_throws_js: pipeThrough should brand-check readable function "() => rs.pipeThrough({
get writable() {
writableGetterCalled = true;
return new WritableStream();
},
readable
})" threw object "ReferenceError: Can't find variable: WritableStream" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
FAIL pipeThrough should brand-check this and not allow 'true' Can't find variable: WritableStream
FAIL pipeThrough should brand-check readable and not allow 'true' assert_throws_js: pipeThrough should brand-check readable function "() => rs.pipeThrough({
get writable() {
writableGetterCalled = true;
return new WritableStream();
},
readable
})" threw object "ReferenceError: Can't find variable: WritableStream" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
FAIL pipeThrough should brand-check this and not allow 'ReadableStream' Can't find variable: WritableStream
FAIL pipeThrough should brand-check readable and not allow 'ReadableStream' assert_throws_js: pipeThrough should brand-check readable function "() => rs.pipeThrough({
get writable() {
writableGetterCalled = true;
return new WritableStream();
},
readable
})" threw object "ReferenceError: Can't find variable: WritableStream" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")
FAIL pipeThrough should brand-check this and not allow '[object ReadableStream]' Can't find variable: WritableStream
FAIL pipeThrough should brand-check readable and not allow '[object ReadableStream]' assert_throws_js: pipeThrough should brand-check readable function "() => rs.pipeThrough({
get writable() {
writableGetterCalled = true;
return new WritableStream();
},
readable
})" threw object "ReferenceError: Can't find variable: WritableStream" ("ReferenceError") expected instance of function "function TypeError() {
[native code]
}" ("TypeError")