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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 11 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 86 tests. 85 PASS 1 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Running templatedRSEmpty with ReadableStream (empty) 3 PASS Running templatedRSEmpty with ReadableStream (empty)
3 FAIL ReadableStream (empty): instances have the correct methods and properties a ssert_equals: has a pipeThrough method expected "function" but got "undefined" 4 FAIL ReadableStream (empty): instances have the correct methods and properties a ssert_equals: has a pipeThrough method expected "function" but got "undefined"
4 PASS ReadableStream (empty): calling getReader with invalid arguments should thr ow appropriate errors 5 PASS ReadableStream (empty): calling getReader with invalid arguments should thr ow appropriate errors
5 PASS Running templatedRSEmptyReader with ReadableStream (empty) reader 6 PASS Running templatedRSEmptyReader with ReadableStream (empty) reader
6 PASS ReadableStream (empty) reader: instances have the correct methods and prope rties 7 PASS ReadableStream (empty) reader: instances have the correct methods and prope rties
7 PASS ReadableStream (empty) reader: locked should be true 8 PASS ReadableStream (empty) reader: locked should be true
8 PASS ReadableStream (empty) reader: read() should never settle 9 PASS ReadableStream (empty) reader: read() should never settle
9 PASS ReadableStream (empty) reader: two read()s should both never settle 10 PASS ReadableStream (empty) reader: two read()s should both never settle
10 PASS ReadableStream (empty) reader: read() should return distinct promises each time 11 PASS ReadableStream (empty) reader: read() should return distinct promises each time
11 PASS ReadableStream (empty) reader: getReader() again on the stream should fail 12 PASS ReadableStream (empty) reader: getReader() again on the stream should fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 PASS ReadableStream (two chunks enqueued, still open) reader: cancel() after a r ead() should still give that single read result 81 PASS ReadableStream (two chunks enqueued, still open) reader: cancel() after a r ead() should still give that single read result
81 PASS Running templatedRSTwoChunksClosedReader with ReadableStream (two chunks en queued, then closed) reader 82 PASS Running templatedRSTwoChunksClosedReader with ReadableStream (two chunks en queued, then closed) reader
82 PASS ReadableStream (two chunks enqueued, then closed) reader: third read(), wit hout waiting, should give { value: undefined, done: true } (sequential) 83 PASS ReadableStream (two chunks enqueued, then closed) reader: third read(), wit hout waiting, should give { value: undefined, done: true } (sequential)
83 PASS ReadableStream (two chunks enqueued, then closed) reader: third read(), wit hout waiting, should give { value: undefined, done: true } (nested) 84 PASS ReadableStream (two chunks enqueued, then closed) reader: third read(), wit hout waiting, should give { value: undefined, done: true } (nested)
84 PASS ReadableStream (two chunks enqueued, then closed) reader: draining the stre am via read() should cause the reader closed promise to fulfill, but locked stay s true 85 PASS ReadableStream (two chunks enqueued, then closed) reader: draining the stre am via read() should cause the reader closed promise to fulfill, but locked stay s true
85 PASS ReadableStream (two chunks enqueued, then closed) reader: releasing the loc k after the stream is closed should cause locked to become false 86 PASS ReadableStream (two chunks enqueued, then closed) reader: releasing the loc k after the stream is closed should cause locked to become false
86 PASS ReadableStream (two chunks enqueued, then closed) reader: releasing the loc k should cause further read() calls to reject with a TypeError 87 PASS ReadableStream (two chunks enqueued, then closed) reader: releasing the loc k should cause further read() calls to reject with a TypeError
87 PASS ReadableStream (two chunks enqueued, then closed) reader: reader's closed p roperty always returns the same promise 88 PASS ReadableStream (two chunks enqueued, then closed) reader: reader's closed p roperty always returns the same promise
88 Harness: the test ran to completion. 89 Harness: the test ran to completion.
89 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698