Skip to content

Commit

Permalink
test(ast/estree): bump acorn-test262 submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Feb 11, 2025
1 parent 41dba62 commit 551e235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ submodules:
just clone-submodule tasks/coverage/babel https://github.com/babel/babel.git acbc09a87016778c1551ab5e7162fdd0e70b6663
just clone-submodule tasks/coverage/typescript https://github.com/microsoft/TypeScript.git d85767abfd83880cea17cea70f9913e9c4496dcc
just clone-submodule tasks/prettier_conformance/prettier https://github.com/prettier/prettier.git 37fd1774d13ef68abcc03775ceef0a91f87a57d7
just clone-submodule tasks/coverage/acorn-test262 https://github.com/oxc-project/acorn-test262 bd99d40ed634cc045aac70c6aa8f8b41af988331
just clone-submodule tasks/coverage/acorn-test262 https://github.com/oxc-project/acorn-test262 dcb070006436b9f7783626c0741d5693953035c6
just update-transformer-fixtures

# Install git pre-commit to format files
Expand Down
3 changes: 1 addition & 2 deletions tasks/coverage/snapshots/estree_test262.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ commit: bc5c1417

estree_test262 Summary:
AST Parsed : 44293/44293 (100.00%)
Positive Passed: 44242/44293 (99.88%)
Positive Passed: 44243/44293 (99.89%)
tasks/coverage/test262/test/annexB/built-ins/RegExp/prototype/compile/pattern-string-u.js
serde_json error: unexpected end of hex escape at line 316 column 33

Expand Down Expand Up @@ -107,7 +107,6 @@ serde_json error: unexpected end of hex escape at line 184 column 33

Mismatch: tasks/coverage/test262/test/language/expressions/assignment/fn-name-lhs-cover.js
Mismatch: tasks/coverage/test262/test/language/expressions/assignment/target-cover-id.js
Mismatch: tasks/coverage/test262/test/language/expressions/dynamic-import/import-attributes/2nd-param-await-ident.js
Mismatch: tasks/coverage/test262/test/language/expressions/postfix-decrement/target-cover-id.js
Mismatch: tasks/coverage/test262/test/language/expressions/postfix-increment/target-cover-id.js
Mismatch: tasks/coverage/test262/test/language/expressions/prefix-decrement/target-cover-id.js
Expand Down

0 comments on commit 551e235

Please sign in to comment.