We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279e547 commit c1d2da9Copy full SHA for c1d2da9
test/run-drun/stabilization-authorization.mo
@@ -37,6 +37,7 @@ actor a {
37
};
38
39
40
+//SKIP-SANITY-CHECKS
41
//CALL ingress run "DIDL\x00\x00"
42
//SKIP run
43
//SKIP run-ir
test/run.sh
@@ -297,6 +297,7 @@ do
297
then
298
if [[ $EXTRA_MOC_ARGS != *"--enhanced-orthogonal-persistence"* ]]
299
300
+ SKIP_RUNNING=yes
301
$ECHO " Skipped (not applicable to classical orthogonal persistence)"
302
continue
303
fi
@@ -443,7 +444,7 @@ do
443
444
# Check filecheck
445
if [ "$SKIP_RUNNING" != yes ]
446
- if grep -F -q CHECK $mangled
447
+ if grep -F -q ^//CHECK $mangled
448
449
$ECHO -n " [FileCheck]"
450
wasm2wat --enable-memory64 --enable-multi-memory --no-check $out/$base.wasm > $out/$base.wat
0 commit comments