fix(build): restore unittest targets to the t7 lane (10-week silent skip) #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/t7-lane-restore-unittests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The t7 job carried build-czar 2026-05-17 opt B (worker-only targets), a build-#23-era mitigation for compile errors in
cloud_browser_pcf_test.cc. Those test TUs were repaired long ago (BUILD.gn Wall #37 test_support work) and every other lane kept building the encoder+framesink unittest binaries — but t7, the lane actually used for verification builds, has been skipping them for 10 weeks.Surfaced 2026-07-30 by the first verify-loop build of main: the worker compiled clean in 11m15s, then STEP 7 failed exit-127 on both missing test binaries —
chromeless-build.shtreats absent tests as FATAL (theCHROMELESS_TESTS_NONFATAL=1 and record whyguard), which is exactly the honesty this lane was quietly defeating.A rebuild with the targets restored is running now; this PR makes the lane definition durable. t2's extra pcf_unittests target stays t2-only.
🤖 Generated with Claude Code