From 1ef3f2c7dfbcce7e46f32980c25df8903b0c6d92 Mon Sep 17 00:00:00 2001 From: cnc Date: Wed, 3 Jun 2026 15:56:39 +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=20basic=20=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E5=AE=88=E5=8D=AB=EF=BC=8C=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test-linuxcnc-wasm-cmake-safe-probe.sh b/test-linuxcnc-wasm-cmake-safe-probe.sh index ca06c69..5145567 100755 --- a/test-linuxcnc-wasm-cmake-safe-probe.sh +++ b/test-linuxcnc-wasm-cmake-safe-probe.sh @@ -783,6 +783,12 @@ grep -F 'browser simulator allowed OPFS to be disabled' web/test-browser-wasm-sm grep -F 'browser simulator accepted unsafe OPFS workspace ${unsafeWorkspacePath}' web/test-browser-wasm-smoke-opfs-policy-sections.js >/dev/null grep -F 'browser simulator accepted unsafe OPFS mount ${unsafeMountPoint}' web/test-browser-wasm-smoke-opfs-policy-sections.js >/dev/null grep -F 'browser simulator accepted empty OPFS mount' web/test-browser-wasm-smoke-opfs-policy-sections.js >/dev/null +grep -F 'expected OPFS workspace to be available in browser smoke' web/test-browser-wasm-smoke-opfs-basic-sections.js >/dev/null +grep -F 'unexpected OPFS workspace path' web/test-browser-wasm-smoke-opfs-basic-sections.js >/dev/null +grep -F 'default OPFS mount point was not preserved' web/test-browser-wasm-smoke-opfs-basic-sections.js >/dev/null +grep -F 'OPFS ${operation} accepted an unsafe path' web/test-browser-wasm-smoke-opfs-basic-sections.js >/dev/null +grep -F 'browser parseFile left LinuxCNC parameter state outside OPFS: ${parameterPath}' web/test-browser-wasm-smoke-opfs-basic-sections.js >/dev/null +grep -F 'LinuxCNC OPFS program file was not restored across WASM simulator instances' web/test-browser-wasm-smoke-opfs-basic-sections.js >/dev/null grep -F 'app frame did not restore current program from OPFS after reload' web/test-browser-wasm-smoke-app-sections.js >/dev/null 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