Skip to content

Commit 2889ab1

Browse files
Update ignored failures
We now use `ArrayBuffer.prototype.detached` to check detachedness.
1 parent ef98260 commit 2889ab1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/wpt/shared/exclusions.mjs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ export const excludedTestsNonES2018 = [
3030
];
3131

3232
export const ignoredFailuresBase = {
33-
// We cannot distinguish between a zero-length ArrayBuffer and a detached ArrayBuffer,
34-
// so we incorrectly throw a TypeError instead of a RangeError
35-
'readable-byte-streams/bad-buffers-and-views.any.html': [
36-
'ReadableStream with byte source: respondWithNewView() throws if the supplied view\'s buffer is zero-length ' +
37-
'(in the closed state)'
38-
],
3933
// Our async iterator won't extend from the built-in %AsyncIteratorPrototype%
4034
'readable-streams/async-iterator.any.html': [
4135
'Async iterator instances should have the correct list of properties'

0 commit comments

Comments
 (0)