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)" \