test: port the @symbol FFI observer to ww; retire 800_ffi

Strengthens the pre-symmetry-era cstage-only stdout scrape to both
frontends with gated exits and the rule-10 cs==ww byte-id; the libc
binding smoke likewise runs both stages.
This commit is contained in:
2026-08-08 14:47:11 +09:00
parent ac6d3c21aa
commit b711e8c69d
3 changed files with 93 additions and 82 deletions

View File

@@ -420,7 +420,7 @@ MISC_WW_TARGETS = $(MISC_WW_TESTS:%=wwtest/%)
# 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 test/tool/driver_test.ww \
test/tool/wwdump_test.ww
test/tool/wwdump_test.ww test/tool/ffi_test.ww
TOOL_WW_TARGETS = $(TOOL_WW_TESTS:%=wwtest/%)
BOOTSTRAP_WRAPPER_SOURCES = test/wcc/950_selfcheck.c \
test/wcc/991_w6a_ww.c \