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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 months 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 5 tests. 2 PASS 3 FAIL 0 TIMEOUT 0 NOTRUN
2 FAIL ReadableStream.prototype.pipeThrough should work generically on its this an d its arguments Cannot read property 'call' of undefined 3 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 4 PASS ReadableStream.prototype.pipeThrough should throw when its first argument i s not convertible to an object
4 PASS ReadableStream.prototype.pipeThrough should throw when "this" has no pipeTo method 5 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 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 FAIL ReadableStream.prototype.pipeThrough should work with missing readable, wri table, or options Cannot read property 'call' of undefined
7 Harness: the test ran to completion. 8 Harness: the test ran to completion.
8 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698