From 482bc0ca5ee226ed902441c48cf6e3ecc4bca385 Mon Sep 17 00:00:00 2001 From: giles Date: Tue, 24 Mar 2026 13:46:32 +0000 Subject: [PATCH] =?UTF-8?q?Remove=20Python=20SX=20tests=20from=20run-tests?= =?UTF-8?q?.sh=20=E2=80=94=20sx=5Fref.py=20being=20eliminated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- run-tests.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/run-tests.sh b/run-tests.sh index 7632165..c14075d 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -55,15 +55,7 @@ run_suite "JS full (spec + continuations + types + VM)" \ node hosts/javascript/run_tests.js --full # ------------------------------------------------------------------- -# 3. Python 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 +# 3. OCaml SX tests # ------------------------------------------------------------------- if [ -x hosts/ocaml/_build/default/bin/run_tests.exe ]; then run_suite "OCaml (spec tests)" \