File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ echo "JIT Smoke: PASS" | tee -a "$RESULTS_FILE"
143143# Step 3: Phoenix test suite
144144echo " " | tee -a " $RESULTS_FILE "
145145echo " --- Step 3: Phoenix Tests ---" | tee -a " $RESULTS_FILE "
146- PHOENIX_MODULES=" test_phoenix_jit_arithmetic test_phoenix_jit_autocompile test_phoenix_jit_comparisons test_phoenix_jit_containers test_phoenix_jit_controlflow test_phoenix_jit_coverage test_phoenix_jit_functions test_phoenix_jit_generators test_phoenix_float test_phoenix_hir_type test_phoenix_profiling_hooks test_phoenix_deferred_compile test_phoenix_benchmark_correctness test_phoenix_usetype_float"
146+ PHOENIX_MODULES=" test_phoenix_jit_arithmetic test_phoenix_jit_autocompile test_phoenix_jit_comparisons test_phoenix_jit_containers test_phoenix_jit_controlflow test_phoenix_jit_coverage test_phoenix_jit_functions test_phoenix_jit_generators test_phoenix_jit_loadattr_golden test_phoenix_float test_phoenix_hir_type test_phoenix_profiling_hooks test_phoenix_deferred_compile test_phoenix_benchmark_correctness test_phoenix_usetype_float"
147147PHOENIX_OUTPUT=$( JIT_ENABLE=1 ASAN_OPTIONS=detect_leaks=0 " $PYTHON " -m test $PHOENIX_MODULES 2>&1 || true)
148148
149149PHOENIX_TOTAL=$( echo " $PHOENIX_OUTPUT " | grep -oP ' Total tests: run=\K[0-9]+' || echo 0)
@@ -458,7 +458,7 @@ if [ "$ARM64" -eq 1 ]; then
458458 scripts/build_phoenix.sh 2>&1 | tail -5;
459459 echo BUILD_ARM64=\$ ?;
460460 chmod +x python;
461- JIT_ENABLE=1 ./python -m test test_phoenix_jit_arithmetic test_phoenix_jit_autocompile test_phoenix_jit_comparisons test_phoenix_jit_containers test_phoenix_jit_controlflow test_phoenix_jit_coverage test_phoenix_jit_functions test_phoenix_jit_generators test_phoenix_float test_phoenix_hir_type test_phoenix_benchmark_correctness test_phoenix_deferred_compile test_phoenix_profiling_hooks test_phoenix_usetype_float 2>&1 | tail -10;
461+ JIT_ENABLE=1 ./python -m test test_phoenix_jit_arithmetic test_phoenix_jit_autocompile test_phoenix_jit_comparisons test_phoenix_jit_containers test_phoenix_jit_controlflow test_phoenix_jit_coverage test_phoenix_jit_functions test_phoenix_jit_generators test_phoenix_jit_loadattr_golden test_phoenix_float test_phoenix_hir_type test_phoenix_benchmark_correctness test_phoenix_deferred_compile test_phoenix_profiling_hooks test_phoenix_usetype_float 2>&1 | tail -10;
462462 echo ARM64_EXIT=\$ ?
463463 " 2>&1 || echo " ARM64_REMOTE_FAIL" )
464464
You can’t perform that action at this time.
0 commit comments