fleet-running-test262

Automate cross-fleet test262 conformance validation across parser runtimes.

125|42|Updated May 19, 2025
One-click install
npx skills add https://github.com/SocketDev/socket-mcp --skill fleet-running-test262
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-running-test262
Source: https://github.com/SocketDev/socket-mcp/tree/main/.agents/skills/fleet-running-test262
Command: npx skills add https://github.com/SocketDev/socket-mcp --skill fleet-running-test262

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated, cross-fleet conformance testing for the TC39 Test262 suite, validating consistency across multiple parser implementations and their canonical runner configurations.

Core Features & Use Cases

  • Orchestrates test262 runs across ultrathink and socket-btm fleets using each repo's runner.
  • Enforces a single source of truth for test262 submodule pins and runner scripts, ensuring apples-to-apples comparisons.
  • Identifies non-conforming behavior and aggregates results for debugging, benchmarking, and release readiness.

Quick Start

Run the fleet's test262 conformance across all parsers using each repository's canonical runner.

Frequently Asked Questions about fleet-running-test262

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run test262 conformance tests across multiple parser runtimes?

To run test262 conformance across parser runtimes, you need automated orchestration that coordinates each repository's canonical runner script and aggregates the results. This skill automates that cross-fleet execution to surface non-conforming behavior.

What is the best way to compare TC39 test262 results between different parser implementations?

Comparing TC39 test262 results requires enforcing a single source of truth for submodule pins and runner scripts. This skill enforces those pins to ensure apples-to-apples comparisons across multiple parser implementations.

How does cross-fleet test262 orchestration handle unsupported features?

Cross-fleet test262 orchestration manages unsupported features through configurable runner invocation. This skill coordinates per-repo runner scripts to handle unsupported features and surfaces non-conforming behavior for debugging.

Do I need pinned submodules to validate test262 conformance across a fleet of parsers?

Yes, pinned submodules are required to validate test262 conformance accurately. This skill enforces a single source of truth for test262 submodule pins to ensure consistent, auditable test orchestration across all parser runtimes.

Can I use this for release readiness benchmarking with TC39 test262?

Yes, you can use this for release readiness benchmarking with TC39 test262. It identifies non-conforming behavior and aggregates results across multiple parser implementations to support debugging and release validation.