Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/streams/readable-streams/pipe-through.https-expected.txt

Issue 2500133002: Replace streams tests with automatically-imported ones (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698