Skip to content

Commit

Permalink
chore(coverage): bump test262
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 21, 2024
1 parent 98e8a72 commit fde8167
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/actions/clone-submodules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
show-progress: false
repository: tc39/test262
path: tasks/coverage/test262
ref: dc0082c5ea347e5ecb585c1d7ebf4555aa429528
ref: c4317b0cb578d3fe7940f65b27162638efb9b34d

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ready:
# Clone or update submodules
# Make sure to update `.github/actions/clone-submodules/action.yml` too
submodules:
just clone-submodule tasks/coverage/test262 https://github.com/tc39/test262.git dc0082c5ea347e5ecb585c1d7ebf4555aa429528
just clone-submodule tasks/coverage/test262 https://github.com/tc39/test262.git c4317b0cb578d3fe7940f65b27162638efb9b34d
just clone-submodule tasks/coverage/babel https://github.com/babel/babel.git 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
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
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/codegen_test262.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: dc0082c5
commit: c4317b0c

codegen_test262 Summary:
AST Parsed : 44096/44096 (100.00%)
Positive Passed: 44096/44096 (100.00%)
AST Parsed : 44101/44101 (100.00%)
Positive Passed: 44101/44101 (100.00%)
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/minifier_test262.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: dc0082c5
commit: c4317b0c

minifier_test262 Summary:
AST Parsed : 44096/44096 (100.00%)
Positive Passed: 44096/44096 (100.00%)
AST Parsed : 44101/44101 (100.00%)
Positive Passed: 44101/44101 (100.00%)
10 changes: 4 additions & 6 deletions tasks/coverage/snapshots/parser_test262.snap
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
commit: dc0082c5
commit: c4317b0c

parser_test262 Summary:
AST Parsed : 44095/44096 (100.00%)
Positive Passed: 44095/44096 (100.00%)
Negative Passed: 4454/4456 (99.96%)
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
AST Parsed : 44100/44101 (100.00%)
Positive Passed: 44100/44101 (100.00%)
Negative Passed: 4454/4454 (100.00%)
Expect to Parse: tasks/coverage/test262/test/language/module-code/source-phase-import/import-source-binding-name-2.js

× Unexpected token
Expand Down
2 changes: 1 addition & 1 deletion tasks/coverage/snapshots/runtime.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
commit: dc0082c5
commit: c4317b0c

runtime Summary:
AST Parsed : 18055/18055 (100.00%)
Expand Down
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/semantic_test262.snap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
commit: dc0082c5
commit: c4317b0c

semantic_test262 Summary:
AST Parsed : 44096/44096 (100.00%)
Positive Passed: 43577/44096 (98.82%)
AST Parsed : 44101/44101 (100.00%)
Positive Passed: 43582/44101 (98.82%)
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
6 changes: 3 additions & 3 deletions tasks/coverage/snapshots/transformer_test262.snap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit: dc0082c5
commit: c4317b0c

transformer_test262 Summary:
AST Parsed : 44096/44096 (100.00%)
Positive Passed: 44096/44096 (100.00%)
AST Parsed : 44101/44101 (100.00%)
Positive Passed: 44101/44101 (100.00%)

0 comments on commit fde8167

Please sign in to comment.