一键导入
test262img
Run the full test262 execution suite and regenerate the conformance chart.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the full test262 execution suite and regenerate the conformance chart.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | test262img |
| description | Run the full test262 execution suite and regenerate the conformance chart. |
| disable-model-invocation | true |
Run the full test262 execution conformance suite and regenerate the conformance chart image.
Run the full test262 execution suite with results output:
TEST262_EXEC=1 RESULTS_FILE=.github/test262/results.json gleam test
This runs all ~53K test262 tests through the full parse → compile → execute pipeline. Takes ~80 seconds locally, ~10 minutes on CI.
Other useful env vars:
TEST262_FILTER=path/substring — run only tests whose path contains the substring (e.g. TEST262_FILTER=Array/prototype/map)FAIL_LOG=/tmp/fails.tsv — write per-test failure reasons (tab-separated path + reason) for bucketing with cut -f2 | sort | uniq -c | sort -rnUPDATE_SNAPSHOT=1 — update the pass/fail snapshot fileRead the results from .github/test262/results.json and report the pass/fail/skip numbers to the user.
Regenerate the conformance chart by running:
python3 .github/scripts/generate_chart.py --add-result .github/test262/results.json
This appends today's result to .github/test262/history.json and regenerates .github/test262/conformance.png.
Show the updated chart by reading the generated PNG file at .github/test262/conformance.png.
Report a summary to the user with: