원클릭으로
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: