@@ -328,7 +328,6 @@ export default {
328328 'readable-byte-streams/templated.any.js' : {
329329 comment : 'To be investigated' ,
330330 expectedFailures : [
331- 'ReadableStream with byte source (empty): calling getReader with invalid arguments should throw appropriate errors' ,
332331 'ReadableStream with byte source (empty) BYOB reader: canceling via the reader should cause the reader to act closed' ,
333332 ] ,
334333 } ,
@@ -438,8 +437,6 @@ export default {
438437 // TODO(conform): The spec allows error to be called with no argument at all, treating
439438 // it as undefined, currently we require that undefined is passed explicitly.
440439 'ReadableStreamDefaultReader closed promise should be rejected with undefined if that is the error' ,
441- // TODO(conform): The spec expects this to be a TypeError, not a RangeError
442- 'getReader() should call ToString() on mode' ,
443440 ] ,
444441 } ,
445442 'readable-streams/floating-point-total-queue-size.any.js' : {
@@ -484,8 +481,6 @@ export default {
484481 "ReadableStream can't be constructed with garbage" ,
485482 // TODO(conform): We currently allow the empty type value
486483 "ReadableStream can't be constructed with an invalid type" ,
487- // TODO(conform): The spec expects a TypeError here, not a RangeError
488- 'default ReadableStream getReader() should only accept mode:undefined' ,
489484 // TODO(conform): The spec expects us to call pull an extra time here despite. [Despite what? -NP]
490485 'ReadableStream: should pull after start, and after every read' ,
491486 // TODO(conform): The standard generally anticipates that the closed
@@ -581,7 +576,6 @@ export default {
581576 'ReadableStream reader (closed via cancel after getting reader): closed should fulfill with undefined' ,
582577 ] ,
583578 expectedFailures : [
584- 'ReadableStream (empty): calling getReader with invalid arguments should throw appropriate errors' ,
585579 'ReadableStream reader (closed before getting reader): releasing the lock should cause closed to reject and change identity' ,
586580 'ReadableStream reader (closed after getting reader): releasing the lock should cause closed to reject and change identity' ,
587581 'ReadableStream reader (closed via cancel after getting reader): releasing the lock should cause closed to reject and change identity' ,
0 commit comments