test: port the wwi wide-rune round-trip to ww; retire 110_uniesc_run

Adds the audit's optional strengthen: the re-serialized escape text is
pinned per producer branch and wr.wwi is byte-id across stages.
This commit is contained in:
2026-08-08 14:48:39 +09:00
parent a183e4f708
commit c8131d773e
3 changed files with 105 additions and 185 deletions

View File

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