Skip to content

Commit

Permalink
chore(coverage): proposal-json-modules to stage 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Oct 9, 2024
1 parent a504f96 commit 8325b07
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions tasks/coverage/snapshots/codegen_test262.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: d62fa93c

codegen_test262 Summary:
AST Parsed : 43765/43765 (100.00%)
Positive Passed: 43765/43765 (100.00%)
AST Parsed : 43776/43776 (100.00%)
Positive Passed: 43776/43776 (100.00%)
4 changes: 2 additions & 2 deletions tasks/coverage/snapshots/minifier_test262.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: d62fa93c

minifier_test262 Summary:
AST Parsed : 43765/43765 (100.00%)
Positive Passed: 43765/43765 (100.00%)
AST Parsed : 43776/43776 (100.00%)
Positive Passed: 43776/43776 (100.00%)
8 changes: 5 additions & 3 deletions tasks/coverage/snapshots/parser_test262.snap
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
commit: d62fa93c

parser_test262 Summary:
AST Parsed : 43765/43765 (100.00%)
Positive Passed: 43765/43765 (100.00%)
Negative Passed: 4237/4237 (100.00%)
AST Parsed : 43776/43776 (100.00%)
Positive Passed: 43776/43776 (100.00%)
Negative Passed: 4237/4239 (99.95%)
Expect Syntax Error: tasks/coverage/test262/test/language/import/import-attributes/json-invalid.js
Expect Syntax Error: tasks/coverage/test262/test/language/import/import-attributes/json-named-bindings.js

× '0'-prefixed octal literals and octal escape sequences are deprecated
╭─[test262/test/annexB/language/expressions/template-literal/legacy-octal-escape-sequence-strict.js:19:4]
Expand Down
4 changes: 2 additions & 2 deletions tasks/coverage/snapshots/semantic_test262.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: d62fa93c

semantic_test262 Summary:
AST Parsed : 43765/43765 (100.00%)
Positive Passed: 43565/43765 (99.54%)
AST Parsed : 43776/43776 (100.00%)
Positive Passed: 43576/43776 (99.54%)
tasks/coverage/test262/test/annexB/language/function-code/if-decl-else-decl-a-func-block-scoping.js
semantic error: Symbol scope ID mismatch for "f":
after transform: SymbolId(3): ScopeId(4294967294)
Expand Down
4 changes: 2 additions & 2 deletions tasks/coverage/snapshots/transformer_test262.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: d62fa93c

transformer_test262 Summary:
AST Parsed : 43765/43765 (100.00%)
Positive Passed: 43765/43765 (100.00%)
AST Parsed : 43776/43776 (100.00%)
Positive Passed: 43776/43776 (100.00%)
3 changes: 0 additions & 3 deletions tasks/coverage/src/test262/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ impl Case for Test262Case {
"regexp-duplicate-named-groups",
// stage 3 https://github.com/tc39/proposal-regexp-modifiers
"regexp-modifiers",
// stage 3 https://github.com/tc39/proposal-json-modules
// ignored due to https://github.com/tc39/proposal-json-modules/issues/27
"json-modules",
// stage 3 https://github.com/tc39/proposal-source-phase-imports
"source-phase-imports",
]
Expand Down

0 comments on commit 8325b07

Please sign in to comment.