Remove Python SX tests from run-tests.sh — sx_ref.py being eliminated

OCaml kernel is the evaluator. Python host tests via sx_ref.py are
no longer relevant to the deploy gate.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-24 13:46:32 +00:00
parent aa88c06c00
commit 482bc0ca5e

View File

@@ -55,15 +55,7 @@ run_suite "JS full (spec + continuations + types + VM)" \
node hosts/javascript/run_tests.js --full node hosts/javascript/run_tests.js --full
# ------------------------------------------------------------------- # -------------------------------------------------------------------
# 3. Python SX tests # 3. OCaml SX tests
# -------------------------------------------------------------------
# Python runner exits non-zero if any test fails. The VM "compile" tests
# are known failures (VM not yet wired to Python host). Check pass count.
run_suite "Python (spec tests)" \
bash -c 'output=$(python3 hosts/python/tests/run_tests.py 2>&1); echo "$output"; echo "$output" | grep -q "886 passed"'
# -------------------------------------------------------------------
# 4. OCaml SX tests
# ------------------------------------------------------------------- # -------------------------------------------------------------------
if [ -x hosts/ocaml/_build/default/bin/run_tests.exe ]; then if [ -x hosts/ocaml/_build/default/bin/run_tests.exe ]; then
run_suite "OCaml (spec tests)" \ run_suite "OCaml (spec tests)" \