Skip to content

Conversation

@jcscottiii
Copy link
Contributor

This commit integrates Test262 test execution into the WPT Taskcluster Continuous Integration system.

Key changes and their purpose:

  • Task Definition (tools/ci/tc/tasks/test.yml):
    • A new wpt-test262 component is defined, specifying the common properties and chunking strategy for Test262 tasks within Taskcluster.
    • The main Taskcluster task generation matrix is updated to include test262 as a recognized test suite. This ensures that Taskcluster will automatically create jobs for Test262 across configured browsers and channels (e.g., Firefox Nightly, Chrome Canary).
  • CI Validation (tools/ci/tc/tests/test_valid.py):
    • The integration tests for Taskcluster's decision logic (test_valid.py) are updated to expect the new wpt-*-test262-* tasks in the generated task graph. This provides automated validation that the CI configuration is correctly interpreted and will schedule the Test262 tasks as intended.

With these changes, Taskcluster will automatically detect and execute Test262 tests that are present in the third_party/test262 directory (as populated by the automated vendoring workflow).

This work is a fundamental part of the broader Test262 integration effort, as detailed in the RFC: web-platform-tests/rfcs#229

This commit is the final in a series of smaller PRs split from the larger, original implementation in #55997.

@jcscottiii jcscottiii changed the title feat(ci): Configure Taskcluster to run Test262 tests feat(ci): Configure Taskcluster to run Test262 tests [pt 5/5] Dec 18, 2025
@jcscottiii jcscottiii force-pushed the feat/test262-runner-integration branch from 35d9c44 to 3374ad9 Compare December 18, 2025 03:53
@jcscottiii jcscottiii force-pushed the feat/test262-taskcluster-ci branch from 395390f to f56ce84 Compare December 18, 2025 03:54
@jcscottiii jcscottiii force-pushed the feat/test262-runner-integration branch from 3374ad9 to a2d6c63 Compare December 18, 2025 04:34
@jcscottiii jcscottiii force-pushed the feat/test262-taskcluster-ci branch from f56ce84 to 10cdbb7 Compare December 18, 2025 04:35
@jcscottiii jcscottiii force-pushed the feat/test262-runner-integration branch from a2d6c63 to 258c427 Compare December 18, 2025 14:06
This commit integrates Test262 test execution into the WPT Taskcluster
Continuous Integration system.

Key changes and their purpose:
- **Task Definition (`tools/ci/tc/tasks/test.yml`):**
  - A new `wpt-test262` component is defined, specifying the common
    properties and chunking strategy for Test262 tasks within Taskcluster.
  - The main Taskcluster task generation matrix is updated to include
    `test262` as a recognized test suite. This ensures that Taskcluster
    will automatically create jobs for Test262 across configured
    browsers and channels (e.g., Firefox Nightly, Chrome Canary).
- **CI Validation (`tools/ci/tc/tests/test_valid.py`):**
  - The integration tests for Taskcluster's decision logic (`test_valid.py`)
    are updated to expect the new `wpt-*-test262-*` tasks in the generated
    task graph. This provides automated validation that the CI configuration
    is correctly interpreted and will schedule the Test262 tasks as intended.

With these changes, Taskcluster will automatically detect and execute Test262
tests that are present in the `third_party/test262` directory (as populated by
the automated vendoring workflow).

This work is a fundamental part of the broader Test262 integration effort,
as detailed in the RFC: web-platform-tests/rfcs#229

This commit is the final in a series of smaller PRs split from the larger,
original implementation in #55997.
@jcscottiii
Copy link
Contributor Author

Since this impacts TaskCluster, I think @jgraham would be the better reviewer for this.

@jcscottiii jcscottiii assigned jgraham and unassigned jonathan-j-lee Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants