Guard final simple remap staging paths

This commit is contained in:
2026-06-13 13:19:40 +08:00
parent fe07e2f09c
commit 76aa9fb39e
3 changed files with 53 additions and 4 deletions

View File

@@ -2072,3 +2072,50 @@ staging helper。暂缓
staged/unstaged overlap guard。
继续避免 blocked runtime promotion、browser full inventory 扩面和 JS CNC 语义实现。
四十七、2026-06-13 继续执行记录final simple remap per-file staging helper guard
本批继续处理剩余没有 expected-unstaged 额外清单的 remap fixture
- `posargs.0`
- `sequencing`
完成内容:
- Node 侧将 `posargs.0` 从 `assertRemapRegressionStaging(...)` 切换为
`assertRemapRegressionCoverage(...)` 加
`assertRemapRegressionFilesStaging(...)`
- Node 侧将 `sequencing` 同步切换为 coverage helper 加 per-file staging helper
- browser 侧同步将上述 2 个 fixture 切换为
`assertRemapRegressionFilesStaging(...)`
- `sequencing/permute.py` 不是 `.ini/.ngc` staged manifest继续不纳入 staged path
对账;
- browser 侧仍不枚举目录;
- 仅整理 host/filesystem staging guard不改变 remap positional args、sequencing、
generated permutations 或 interpreter 语义。
已运行验证:
```bash
git diff --check
wasm-port/tools/verify_vendor_sync.sh
wasm-port/tools/verify_no_standalone_cnc_semantics.sh
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_interp_wasm.sh
SKIP_INI_BUILD=1 SKIP_INTERP_BUILD=1 wasm-port/tests/browser/verify_interp_browser.sh
SKIP_INTERP_BUILD=1 wasm-port/tests/wasm/node/verify_sim_configs_inventory_wasm.sh
wasm-port/tests/host/verify_host_smokes.sh
```
结果:全部通过。
下一步建议:
remap aggregate helper 仅剩两个特殊 case
- `nested-remaps-oword`:含 expected-unstaged `testsub.ngc`,下一批建议优先处理,
但必须保留 coverage helper 的 staged + expected-unstaged manifest 精确对账和
overlap guard
- `remap-io`:除 vendored file list 外,还有运行时生成的 `simpockets.tbl` 单独
staged path guard建议留到最后单独处理。
继续避免 blocked runtime promotion、browser full inventory 扩面和 JS CNC 语义实现。