From 143343512181a85e377ed76a0d817be597ab827e Mon Sep 17 00:00:00 2001 From: cnc Date: Wed, 3 Jun 2026 15:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E8=80=83=E6=89=80=E6=9C=89=E5=88=86?= =?UTF-8?q?=E7=BB=84=EF=BC=9A=E9=94=81=E5=AE=9A=20OPFS=20=E5=92=8C?= =?UTF-8?q?=E7=83=9F=E6=B5=8B=E8=A6=86=E7=9B=96=E5=AE=88=E5=8D=AB=EF=BC=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=80=9A=E8=BF=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-linuxcnc-wasm-cmake-safe-probe.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test-linuxcnc-wasm-cmake-safe-probe.sh b/test-linuxcnc-wasm-cmake-safe-probe.sh index e240e14..0c4fcb2 100755 --- a/test-linuxcnc-wasm-cmake-safe-probe.sh +++ b/test-linuxcnc-wasm-cmake-safe-probe.sh @@ -783,7 +783,14 @@ grep -F 'app frame did not restore current program from OPFS after reload' web/t grep -F 'app frame did not report OPFS program restore after reload' web/test-browser-wasm-smoke-app-sections.js >/dev/null grep -F 'app frame did not persist LinuxCNC parameter state into OPFS' web/test-browser-wasm-smoke-app-sections.js >/dev/null grep -F 'app frame did not reload LinuxCNC parameter state from OPFS after reload' web/test-browser-wasm-smoke-app-sections.js >/dev/null +grep -F 'minimum_steps=${WASM_NODE_SMOKE_MIN_STEPS:-50}' test-web-wasm-node-smoke.sh >/dev/null +grep -F 'WASM Node smoke covered $passed_steps steps, expected at least $minimum_steps' test-web-wasm-node-smoke.sh >/dev/null +grep -F 'minimum_sections=${BROWSER_SMOKE_MIN_SECTIONS:-50}' test-web-wasm-browser-smoke.sh >/dev/null +grep -F 'browser WASM smoke covered $passed_sections sections, expected at least $minimum_sections' test-web-wasm-browser-smoke.sh >/dev/null grep -F '"parameters/missing-main.var.new", "stale temporary without main file' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'opfs persisted wasm mirror parse in new instance' web/test-browser-wasm-smoke-opfs-mirror-sections.js >/dev/null +grep -F 'persisted WASM mirror file was not restored from OPFS in a new instance' web/test-browser-wasm-smoke-opfs-mirror-sections.js >/dev/null +grep -F 'persisted WASM mirror file was not parsed through LinuxCNC in a new instance' web/test-browser-wasm-smoke-opfs-mirror-sections.js >/dev/null grep -F 'OPFS copyFile did not create the backup file' web/test-browser-wasm-smoke-opfs-mirror-sections.js >/dev/null grep -F 'OPFS copyFile did not update the WASM mirror destination' web/test-browser-wasm-smoke-opfs-mirror-sections.js >/dev/null grep -F 'OPFS moveFile did not replace the destination file' web/test-browser-wasm-smoke-opfs-mirror-sections.js >/dev/null