按建议,继续完成后续工作

结论:已将 session snapshot store 纳入 Chromium 浏览器 smoke,验证真实浏览器 OPFS 中的 INI 文本和通用 session snapshot 均可往返保存读取。
This commit is contained in:
2026-06-08 03:31:28 +08:00
parent 63a697a503
commit 72215f8400
3 changed files with 24 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ semantic rewrites:
vendored LinuxCNC `inifile.cc`.
- OPFS validation covers a Node mock of the file-service adapter, the
host-side path model, generic session snapshot storage, and a Chromium
localhost round trip for INI text-file persistence.
localhost round trip for INI text-file and session snapshot persistence.
- Host-side smoke validation is aggregated by
`tests/host/verify_host_smokes.sh` so Node, WASM, OPFS, and browser checks
run from one command.