From b366d220f512bde451f9e74e4c8e894cd4a04768 Mon Sep 17 00:00:00 2001 From: cnc Date: Wed, 3 Jun 2026 16:28:11 +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=E6=B5=8F=E8=A7=88=E5=99=A8?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E5=92=8C=E5=BA=94=E7=94=A8=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E5=AE=88=E5=8D=AB=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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test-linuxcnc-wasm-cmake-safe-probe.sh b/test-linuxcnc-wasm-cmake-safe-probe.sh index b63ed43..adf5a17 100755 --- a/test-linuxcnc-wasm-cmake-safe-probe.sh +++ b/test-linuxcnc-wasm-cmake-safe-probe.sh @@ -794,6 +794,12 @@ grep -F 'missing LinuxCNC switchkins config cases after INI_FILE_NAME remap-load grep -F 'missing LinuxCNC WASM browser generated ${configCase.field}=${configCase.value} line ${line} switchkins type ${kinstype}' web/test-browser-wasm-smoke-linuxcnc-sections.js >/dev/null grep -F 'missing LinuxCNC WASM browser M${427 + line} switchkins type ${kinstype}' web/test-browser-wasm-smoke-linuxcnc-sections.js >/dev/null grep -F 'browser parse left LinuxCNC parameter state outside OPFS: ${parameterPath}' web/test-browser-wasm-smoke-linuxcnc-sections.js >/dev/null +grep -F 'browser smoke HTML must load /public/cnc_sim.js' test-web-wasm-browser-smoke.sh >/dev/null +grep -F 'browser smoke module script must import /src/wasm-core.js' test-web-wasm-browser-smoke.sh >/dev/null +grep -F 'browser smoke sections module must import {imported_module}' test-web-wasm-browser-smoke.sh >/dev/null +grep -F 'browser smoke OPFS workspace module must import {imported_module}' test-web-wasm-browser-smoke.sh >/dev/null +grep -F 'app frame did not load CNC controls' web/test-browser-wasm-smoke-app-sections.js >/dev/null +grep -F 'app frame did not create OPFS simulator workspace' web/test-browser-wasm-smoke-app-sections.js >/dev/null grep -F 'app frame did not persist current program into OPFS' web/test-browser-wasm-smoke-app-sections.js >/dev/null grep -F 'app frame did not parse second program for parameter backup coverage' web/test-browser-wasm-smoke-app-sections.js >/dev/null grep -F 'app frame did not replace LinuxCNC parameter state after second parse' web/test-browser-wasm-smoke-app-sections.js >/dev/null @@ -801,6 +807,9 @@ grep -F 'app frame did not persist LinuxCNC parameter backup into OPFS' web/test 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 +grep -F 'restored app frame did not load CNC controls' web/test-browser-wasm-smoke-app-sections.js >/dev/null +grep -F 'restored app frame did not create OPFS simulator workspace' web/test-browser-wasm-smoke-app-sections.js >/dev/null +grep -F 'restored app frame did not parse program with reloaded parameter state' 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