Skip to content

Commit 269ad30

Browse files
committed
test/test262.spectest.js
1 parent b9110e0 commit 269ad30

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

test/test262.spectest.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,12 @@ const knownBugs = [
819819
"expressions/dynamic-import/custom-primitive.js",
820820
// `import.meta` in script context should throw SyntaxError
821821
"expressions/import.meta/syntax/goal-script.js",
822+
// `with { type: 'text' }` import-text tests: test262 runner rule forces .js to javascript/esm, overriding asset/source
823+
"import/import-attributes/text-empty.js",
824+
"import/import-attributes/text-javascript.js",
825+
"import/import-attributes/text-self.js",
826+
"import/import-attributes/text-string.js",
827+
"import/import-attributes/text-via-namespace.js",
822828
// Bundler limitation: all modules share a single bundle-level import.meta, so distinct-per-module cannot be satisfied
823829
"expressions/import.meta/distinct-for-each-module.js",
824830
// We should throw `SyntaxError` here instead `Can't resolve`

0 commit comments

Comments
 (0)