Skip to content

test(estree): update estree-conformance submodule#17066

Merged
graphite-app[bot] merged 1 commit intomainfrom
12-18-test_estree_update_estree-conformance_submodule
Dec 18, 2025
Merged

test(estree): update estree-conformance submodule#17066
graphite-app[bot] merged 1 commit intomainfrom
12-18-test_estree_update_estree-conformance_submodule

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Dec 18, 2025

Bump estree-conformance and test262 submodules.

estree-conformance submodule now contains snapshots for tokens conformance testing: oxc-project/estree-conformance#131 & oxc-project/estree-conformance#134

@github-actions github-actions bot added the C-test Category - Testing. Code is missing test cases, or a PR is adding them label Dec 18, 2025
Copy link
Member Author

overlookmotel commented Dec 18, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@overlookmotel overlookmotel marked this pull request as ready for review December 18, 2025 14:25
Copilot AI review requested due to automatic review settings December 18, 2025 14:25
@overlookmotel overlookmotel self-assigned this Dec 18, 2025
@overlookmotel overlookmotel added A-parser Area - Parser A-linter-plugins Area - Linter JS plugins labels Dec 18, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the estree-conformance and test262 submodules to support token conformance testing introduced in estree-conformance#131.

  • Refactored the estree test parser to handle both AST and TOKENS test fixtures
  • Updated test262 submodule from commit 947fee33 to 84082e27, adding 14 new test cases
  • Updated estree-conformance submodule from commit e0aa1b46 to 38117cee

Reviewed changes

Copilot reviewed 1 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tasks/coverage/src/tools/estree.rs Modified parsing logic to differentiate between AST and TOKENS test blocks; added placeholder for future token validation
.github/scripts/clone-parallel.sh Updated TEST262_SHA and ESTREE_CONFORMANCE_SHA to new commit hashes
tasks/coverage/snapshots/transformer_test262.snap Updated commit hash and test counts (46453→46467)
tasks/coverage/snapshots/semantic_test262.snap Updated commit hash and test counts (46453→46467 total, 44801→44815 passed)
tasks/coverage/snapshots/parser_test262.snap Updated commit hash and test counts (46453→46467 total, 46445→46459 parsed)
tasks/coverage/snapshots/minifier_test262.snap Updated commit hash and test counts (44035→44049)
tasks/coverage/snapshots/formatter_test262.snap Updated commit hash and test counts (46453→46467)
tasks/coverage/snapshots/estree_test262.snap Updated commit hash and test counts (46205→46219)
tasks/coverage/snapshots/estree_acorn_jsx.snap Updated estree-conformance commit hash (e0aa1b46→38117cee)
tasks/coverage/snapshots/codegen_test262.snap Updated commit hash and test counts (46453→46467)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@overlookmotel overlookmotel changed the base branch from main to graphite-base/17066 December 18, 2025 15:37
@overlookmotel overlookmotel force-pushed the 12-18-test_estree_update_estree-conformance_submodule branch from 8e49c39 to a55cd81 Compare December 18, 2025 15:37
@overlookmotel overlookmotel changed the base branch from graphite-base/17066 to 12-18-fix_parser_napi_fix_lazy_deser December 18, 2025 15:38
@overlookmotel overlookmotel force-pushed the 12-18-test_estree_update_estree-conformance_submodule branch from a55cd81 to 8ba889a Compare December 18, 2025 15:45
@overlookmotel overlookmotel added the 0-merge Merge with Graphite Merge Queue label Dec 18, 2025
Copy link
Member Author

overlookmotel commented Dec 18, 2025

Merge activity

@graphite-app graphite-app bot changed the base branch from 12-18-fix_parser_napi_fix_lazy_deser to graphite-base/17066 December 18, 2025 15:48
@graphite-app graphite-app bot force-pushed the 12-18-test_estree_update_estree-conformance_submodule branch from 8ba889a to 96cbbae Compare December 18, 2025 15:55
@graphite-app graphite-app bot force-pushed the graphite-base/17066 branch from cbd08a8 to e59132b Compare December 18, 2025 15:55
@graphite-app graphite-app bot changed the base branch from graphite-base/17066 to main December 18, 2025 15:55
@graphite-app graphite-app bot force-pushed the 12-18-test_estree_update_estree-conformance_submodule branch from 96cbbae to 4b5cc12 Compare December 18, 2025 15:56
Bump `estree-conformance` and `test262` submodules.

`estree-conformance` submodule now contains snapshots for tokens conformance testing: oxc-project/estree-conformance#131 & oxc-project/estree-conformance#134
@graphite-app graphite-app bot force-pushed the 12-18-test_estree_update_estree-conformance_submodule branch from 4b5cc12 to d1ce274 Compare December 18, 2025 16:03
@graphite-app graphite-app bot merged commit d1ce274 into main Dec 18, 2025
18 checks passed
@graphite-app graphite-app bot deleted the 12-18-test_estree_update_estree-conformance_submodule branch December 18, 2025 16:09
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-linter-plugins Area - Linter JS plugins A-parser Area - Parser C-test Category - Testing. Code is missing test cases, or a PR is adding them

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants