From c85147600729a8e0d87667fb42b6fc235c8912b0 Mon Sep 17 00:00:00 2001 From: cnc Date: Wed, 3 Jun 2026 16:09:22 +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=8F=82?= =?UTF-8?q?=E6=95=B0=E5=A4=B1=E8=B4=A5=E6=B8=85=E7=90=86=E5=AE=88=E5=8D=AB?= =?UTF-8?q?=EF=BC=8C=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 48d4964..4b8c9e3 100755 --- a/test-linuxcnc-wasm-cmake-safe-probe.sh +++ b/test-linuxcnc-wasm-cmake-safe-probe.sh @@ -826,6 +826,13 @@ grep -F 'stale LinuxCNC missing-parameter temporary file remained in OPFS' web/t grep -F 'stale LinuxCNC missing-parameter temporary file remained in WASM FS' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null grep -F 'LinuxCNC out-of-order parameter file remained in WASM FS after restore failure' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null grep -F 'LinuxCNC out-of-range parameter file remained in WASM FS after restore failure' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'LinuxCNC accepted a failing parse that should not persist parameters' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'LinuxCNC persisted failed parse parameter updates into OPFS' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'LinuxCNC accepted a failing parse that should not replace the parameter backup' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'LinuxCNC replaced the OPFS parameter backup after a failed parse' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'LinuxCNC stale OPFS parameter state was not cleared when the file was missing' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'missing OPFS parameter file did not return null' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null +grep -F 'missing OPFS parameter load left stale WASM file ${parameterPath}' web/test-browser-wasm-smoke-opfs-parameter-sections.js >/dev/null if [[ "$(grep -Fc 'cp build/wasm/cnc_sim.js' build-wasm.sh)" -ne 1 ]]; then echo "build-wasm should copy cnc_sim.js exactly once" >&2 exit 1