Guard m98m99 mixed-sub-style staging

This commit is contained in:
2026-06-13 08:53:22 +08:00
parent 410e109e61
commit e953e5184c
3 changed files with 79 additions and 26 deletions

View File

@@ -1116,3 +1116,49 @@ wasm-port/tests/host/verify_host_smokes.sh
`writeInterpRegressionFile(...)` families例如 `bad`、`good`、`g71/g72` 或
`rotation` 的 aggregate direct-file guard。继续避免 blocked runtime promotion、
browser full inventory 扩面和 JS CNC 语义实现。
二十七、2026-06-13 继续执行记录m98m99 mixed-sub-style staging guard
本批完成 m98m99 最后一个显性 aggregate slice 的收束,将
`m98m99/06-error-mixed-sub-styles` 改为 fixed manifest 加 per-directory staged path
guard。
完成内容:
- Node 侧新增 `m98m99MixedSubStyleFiles` fixed manifest包含该目录 4 个 `.ngc`
fixture
- Node 侧改用 `writeInterpRegressionFiles(...)` 一次 staging 该目录;
- Node 侧复用 `assertInterpRegressionStaging(...)`,用 upstream vendored `.ngc`
文件清单与 fixed manifest 精确对账;
- Node 侧移除最后的 m98m99 mixed aggregate slice
- browser 侧新增同名 fixed manifest
- browser 侧复用 `assertInterpRegressionStaging(...)` 检查 duplicate-free 与 staged path
- browser 侧仍不枚举目录;
- 仅整理 host/filesystem staging guard不改变 mixed Fanuc/RS274NGC sub-style 错误语义。
已运行验证:
```bash
git diff --check
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
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_sim_configs_inventory_wasm.sh
wasm-port/tests/host/verify_host_smokes.sh
```
结果:全部通过。
下一步建议:
m98m99 direct-file 与目录级 staging guard 已基本收束。下一批建议转向其他
`writeInterpRegressionFile(...)` aggregate direct-file family小批量优先候选
- `rotation/abs-pts`
- `rotation/g28`
- `rotation/g53`
这三个已有 Node/browser coverage 且属于同一 direct-file family适合复用
`assertInterpRegressionFileStaging(...)` 替换当前 rotation aggregate slice。继续避免
blocked runtime promotion、browser full inventory 扩面和 JS CNC 语义实现。