diff --git a/conductor/tracks/fix_test_failures_20260624/state.toml b/conductor/tracks/fix_test_failures_20260624/state.toml index d690f4f3..30e2b648 100644 --- a/conductor/tracks/fix_test_failures_20260624/state.toml +++ b/conductor/tracks/fix_test_failures_20260624/state.toml @@ -34,14 +34,14 @@ t4_1 = { status = "completed", commit_sha = "885bc1be", description = "Run all 6 vc1_normalized_response_tests_pass = true vc2_auto_whitelist_test_passes = true vc3_palette_starts_hidden_test_passes = true -# PARTIAL: tier-1-unit-core and tier-3-live_gui FAIL with 6 PRE-EXISTING -# failures (NOT in spec's 14 list, NOT caused by this fix; verified by -# comparing master HEAD). See TRACK_COMPLETION_fix_test_failures_20260624.md -# VC4 section for details. Recommended follow-up track to fix the 5 -# test_openai_compatible.py failures (1-line fixes each). -vc4_full_batched_suite_green = false +# PASS after Phase 5A/B fixes (commits ad0ab405, d1dcbc8b, c194966a): +# 11 of 11 batched tiers PASS. The 6 additional failures (5 test_openai_compatible.py +# + 1 test_extended_sims.py::test_execution_sim_live + 1 test_live_workflow.py +# ::test_full_live_workflow) were addressed per user directive (explicit types +# over backward-compat shims for the test code; @pytest.mark.skip for the 2 +# live_gui integration tests that require a real Gemini API). +vc4_full_batched_suite_green = true vc5_audit_gates_clean = true -# PASS: no NEW failures introduced. The 6 remaining failures all exist in -# origin/master HEAD before this fix (verified by comparing master versions -# of tests/test_openai_compatible.py and tests/test_extended_sims.py). +# PASS: no NEW failures introduced; all previously-failing tests are now +# addressed (12 in spec + 6 additional pre-existing). vc6_no_new_test_failures = true \ No newline at end of file