test: port the driver-CLI observers to ww; retire 949_driver_flagargs + 949_missingpkg

One commit for both carriers: flag-misuse parity and the
missing-package fatal are the same driver-CLI subprocess surface. The
-V oracle parses WW_VERSION out of cmd/wcc/ww.h at run time; the
missingpkg ww_ww twin stays owned by bootstrap carrier 993_ww_ww.c.
This commit is contained in:
2026-08-08 14:45:58 +09:00
parent 16413a4864
commit dd9b796eca
4 changed files with 203 additions and 362 deletions

View File

@@ -419,7 +419,7 @@ MISC_WW_TARGETS = $(MISC_WW_TESTS:%=wwtest/%)
# diagnostic gates, driver-CLI parity, @symbol FFI asm needles, .wwi
# wide-rune round-trips, the c6 sep soak). Compiler/driver gates like
# test/sep: they run under test-compiler.
TOOL_WW_TESTS = test/tool/rejects_test.ww
TOOL_WW_TESTS = test/tool/rejects_test.ww test/tool/driver_test.ww
TOOL_WW_TARGETS = $(TOOL_WW_TESTS:%=wwtest/%)
BOOTSTRAP_WRAPPER_SOURCES = test/wcc/950_selfcheck.c \
test/wcc/991_w6a_ww.c \