OLD | NEW |
---|---|
(Empty) | |
1 This is a testharness.js-based test. | |
2 FAIL ReadableStream.prototype.pipeThrough should work generically on its this an d its arguments Cannot read property 'call' of undefined | |
3 PASS ReadableStream.prototype.pipeThrough should throw when its first argument i s not convertible to an object | |
Adam Rice
2016/11/15 06:55:42
This should not pass. We should modify methodThrow
| |
4 PASS ReadableStream.prototype.pipeThrough should throw when "this" has no pipeTo method | |
5 FAIL ReadableStream.prototype.pipeThrough should rethrow errors from accessing p ipeTo, readable, or writable assert_throws: pipeThrough should rethrow the error thrown by pipeTo function "() => ReadableStream.prototype.pipeThrough.call(thro wingPipeTo, { readable: { }, writable: { } }, {})" threw object "TypeError: Cann ot read property 'call' of undefined" ("TypeError") expected object "Error: pota to" ("Error") | |
6 FAIL ReadableStream.prototype.pipeThrough should work with missing readable, wri table, or options Cannot read property 'call' of undefined | |
7 PASS Untitled | |
8 FAIL ReadableStream.prototype.pipeThrough should work generically on its this an d its arguments Cannot read property 'call' of undefined | |
9 PASS ReadableStream.prototype.pipeThrough should throw when its first argument i s not convertible to an object | |
10 PASS ReadableStream.prototype.pipeThrough should throw when "this" has no pipeTo method | |
11 FAIL ReadableStream.prototype.pipeThrough should rethrow errors from accessing p ipeTo, readable, or writable assert_throws: pipeThrough should rethrow the error thrown by pipeTo function "() => ReadableStream.prototype.pipeThrough.call(thro wingPipeTo, { readable: { }, writable: { } }, {})" threw object "TypeError: Cann ot read property 'call' of undefined" ("TypeError") expected object "Error: pota to" ("Error") | |
12 FAIL ReadableStream.prototype.pipeThrough should work with missing readable, wri table, or options Cannot read property 'call' of undefined | |
13 FAIL ReadableStream.prototype.pipeThrough should work generically on its this an d its arguments Cannot read property 'call' of undefined | |
14 PASS ReadableStream.prototype.pipeThrough should throw when its first argument i s not convertible to an object | |
15 PASS ReadableStream.prototype.pipeThrough should throw when "this" has no pipeTo method | |
16 FAIL ReadableStream.prototype.pipeThrough should rethrow errors from accessing p ipeTo, readable, or writable assert_throws: pipeThrough should rethrow the error thrown by pipeTo function "() => ReadableStream.prototype.pipeThrough.call(thro wingPipeTo, { readable: { }, writable: { } }, {})" threw object "TypeError: Cann ot read property 'call' of undefined" ("TypeError") expected object "Error: pota to" ("Error") | |
17 FAIL ReadableStream.prototype.pipeThrough should work with missing readable, wri table, or options Cannot read property 'call' of undefined | |
18 FAIL ReadableStream.prototype.pipeThrough should work generically on its this an d its arguments Cannot read property 'call' of undefined | |
19 PASS ReadableStream.prototype.pipeThrough should throw when its first argument i s not convertible to an object | |
20 PASS ReadableStream.prototype.pipeThrough should throw when "this" has no pipeTo method | |
21 FAIL ReadableStream.prototype.pipeThrough should rethrow errors from accessing p ipeTo, readable, or writable assert_throws: pipeThrough should rethrow the error thrown by pipeTo function "() => ReadableStream.prototype.pipeThrough.call(thro wingPipeTo, { readable: { }, writable: { } }, {})" threw object "TypeError: Cann ot read property 'call' of undefined" ("TypeError") expected object "Error: pota to" ("Error") | |
22 FAIL ReadableStream.prototype.pipeThrough should work with missing readable, wri table, or options Cannot read property 'call' of undefined | |
23 Harness: the test ran to completion. | |
24 | |
OLD | NEW |