diff --git a/.github/actions/clone-submodules/action.yml b/.github/actions/clone-submodules/action.yml index 48d4656c8dc1d..32e7b8c1d4ba5 100644 --- a/.github/actions/clone-submodules/action.yml +++ b/.github/actions/clone-submodules/action.yml @@ -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: diff --git a/justfile b/justfile index 97aa0defe6863..3eafb588c3074 100755 --- a/justfile +++ b/justfile @@ -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 diff --git a/tasks/coverage/snapshots/codegen_test262.snap b/tasks/coverage/snapshots/codegen_test262.snap index c59ae7590f675..04c35958489de 100644 --- a/tasks/coverage/snapshots/codegen_test262.snap +++ b/tasks/coverage/snapshots/codegen_test262.snap @@ -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%) diff --git a/tasks/coverage/snapshots/minifier_test262.snap b/tasks/coverage/snapshots/minifier_test262.snap index 982b24519460c..ede289e7e4a92 100644 --- a/tasks/coverage/snapshots/minifier_test262.snap +++ b/tasks/coverage/snapshots/minifier_test262.snap @@ -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%) diff --git a/tasks/coverage/snapshots/parser_test262.snap b/tasks/coverage/snapshots/parser_test262.snap index b003893212426..ae844dc37ac1c 100644 --- a/tasks/coverage/snapshots/parser_test262.snap +++ b/tasks/coverage/snapshots/parser_test262.snap @@ -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 diff --git a/tasks/coverage/snapshots/runtime.snap b/tasks/coverage/snapshots/runtime.snap index 5666ded472ea4..9d249fc308a0d 100644 --- a/tasks/coverage/snapshots/runtime.snap +++ b/tasks/coverage/snapshots/runtime.snap @@ -1,4 +1,4 @@ -commit: dc0082c5 +commit: c4317b0c runtime Summary: AST Parsed : 18055/18055 (100.00%) diff --git a/tasks/coverage/snapshots/semantic_test262.snap b/tasks/coverage/snapshots/semantic_test262.snap index e3295b26cc97f..cf6bee31971e5 100644 --- a/tasks/coverage/snapshots/semantic_test262.snap +++ b/tasks/coverage/snapshots/semantic_test262.snap @@ -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) diff --git a/tasks/coverage/snapshots/transformer_test262.snap b/tasks/coverage/snapshots/transformer_test262.snap index b7dd47bbf66af..d2deae3031a65 100644 --- a/tasks/coverage/snapshots/transformer_test262.snap +++ b/tasks/coverage/snapshots/transformer_test262.snap @@ -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%)