We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef98260 commit 2889ab1Copy full SHA for 2889ab1
test/wpt/shared/exclusions.mjs
@@ -30,12 +30,6 @@ export const excludedTestsNonES2018 = [
30
];
31
32
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
- ],
39
// Our async iterator won't extend from the built-in %AsyncIteratorPrototype%
40
'readable-streams/async-iterator.any.html': [
41
'Async iterator instances should have the correct list of properties'
0 commit comments