This is a testharness.js-based test. Found 36 FAIL, 0 TIMEOUT, 0 NOTRUN. [FAIL] ReadableStream.from accepts an array of values promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts an array of promises promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts an array iterator promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a Set promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a Set iterator promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a sync generator promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts an async generator promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a sync iterable of values promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a sync iterable of promises promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a sync iterable with a function iterator promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts an async iterable promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts an async iterable with a function iterator promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a ReadableStream promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from accepts a ReadableStream async iterator promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from re-throws errors from calling the @@iterator method assert_throws_exactly: from() should re-throw the error function "() => ReadableStream.from(iterable)" threw object "TypeError: ReadableStream.from is not a function" but we expected it to throw object "Error: a unique string" [FAIL] ReadableStream.from re-throws errors from calling the @@asyncIterator method assert_throws_exactly: from() should re-throw the error function "() => ReadableStream.from(iterable)" threw object "TypeError: ReadableStream.from is not a function" but we expected it to throw object "Error: a unique string" [FAIL] ReadableStream.from ignores @@iterator if @@asyncIterator exists assert_throws_exactly: from() should re-throw the error function "() => ReadableStream.from(iterable)" threw object "TypeError: ReadableStream.from is not a function" but we expected it to throw object "Error: a unique string" [FAIL] ReadableStream.from ignores a null @@asyncIterator assert_throws_exactly: from() should re-throw the error function "() => ReadableStream.from(iterable)" threw object "TypeError: ReadableStream.from is not a function" but we expected it to throw object "Error: a unique string" [FAIL] ReadableStream.from accepts an empty iterable promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: stream errors when next() rejects promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: stream errors when next() throws synchronously promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: stream errors when next() returns a non-object promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: stream errors when next() fulfills with a non-object promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: stream stalls when next() never settles promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: calls next() after first read() promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: cancelling the returned stream calls and awaits return() promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: return() is not called when iterator completes normally promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: cancel() resolves when return() method is missing promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: cancel() rejects when return() is not a method promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: cancel() rejects when return() rejects promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: cancel() rejects when return() throws synchronously promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: cancel() rejects when return() fulfills with a non-object promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: reader.read() inside next() promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: reader.cancel() inside next() promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from: reader.cancel() inside return() promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" [FAIL] ReadableStream.from(array), push() to array while reading promise_test: Unhandled rejection with value: object "TypeError: ReadableStream.from is not a function" Harness: the test ran to completion.