You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(ninja): make 3 emission-format tests host-aware (fix windows CI)
test_ninja_backend asserted Linux/POSIX-shaped output that fails on the
windows self-host runner (unrelated to product behavior, which is correct
per-platform): (1) CxxModule...Depfile asserts the POSIX-only filtered gcc
depfile → skip on Windows (MSVC uses deps=msvc); (2) MsvcIncludeDirs... breaks
on the runner's C:\ temp path whose ':' is ninja-escaped → run the (host-
independent) MSVC-dialect check on POSIX; (3) QuotesFlagValueWithSpace expects
single-quote but shell_quote_arg uses double-quote on Windows → assert the
platform-appropriate spelling. Product unchanged.
0 commit comments