Guard more remap per-file staging paths
This commit is contained in:
51
text6.txt
51
text6.txt
@@ -2021,3 +2021,54 @@ wasm-port/tests/host/verify_host_smokes.sh
|
||||
仍暂缓 `nested-remaps-oword`,因为它含 expected-unstaged 文件,需要单独保留
|
||||
staged/unstaged overlap guard。继续避免 blocked runtime promotion、browser full
|
||||
inventory 扩面和 JS CNC 语义实现。
|
||||
|
||||
四十六、2026-06-13 继续执行记录:more remap per-file staging helper guard
|
||||
|
||||
本批继续处理没有 expected-unstaged 额外清单的 remap fixture:
|
||||
|
||||
- `fail/args.2`
|
||||
- `fail/body-ngc`
|
||||
- `m30-interaction`
|
||||
|
||||
完成内容:
|
||||
|
||||
- Node 侧将上述 3 个 fixture 从 `assertRemapRegressionStaging(...)` 切换为
|
||||
`assertRemapRegressionCoverage(...)` 加
|
||||
`assertRemapRegressionFilesStaging(...)`;
|
||||
- browser 侧同步将上述 3 个 fixture 切换为
|
||||
`assertRemapRegressionFilesStaging(...)`;
|
||||
- 这三组 fixed file list 均为 `test.ini`、`test.ngc`、`rm400.ngc`;
|
||||
- Node 侧继续用 coverage helper 对 vendored `.ini/.ngc` manifest 做精确对账;
|
||||
- browser 侧仍不枚举目录;
|
||||
- 仅整理 host/filesystem staging guard,不改变 remap argument error、body-ngc
|
||||
failure、M30 interaction 或 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 fixture。优先候选:
|
||||
|
||||
- `posargs.0`
|
||||
- `sequencing`
|
||||
|
||||
这两组没有 expected-unstaged 额外清单,可继续切换到 coverage helper 加 per-file
|
||||
staging helper。暂缓:
|
||||
|
||||
- `remap-io`,因为它还有运行时生成的 `simpockets.tbl` 单独 staged path guard;
|
||||
- `nested-remaps-oword`,因为它含 expected-unstaged `testsub.ngc`,需要单独保留
|
||||
staged/unstaged overlap guard。
|
||||
|
||||
继续避免 blocked runtime promotion、browser full inventory 扩面和 JS CNC 语义实现。
|
||||
|
||||
Reference in New Issue
Block a user