Skip to content

Commit c1d2da9

Browse files
committed
Fix tests.
1 parent 279e547 commit c1d2da9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/run-drun/stabilization-authorization.mo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ actor a {
3737
};
3838
};
3939

40+
//SKIP-SANITY-CHECKS
4041
//CALL ingress run "DIDL\x00\x00"
4142
//SKIP run
4243
//SKIP run-ir

test/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ do
297297
then
298298
if [[ $EXTRA_MOC_ARGS != *"--enhanced-orthogonal-persistence"* ]]
299299
then
300+
SKIP_RUNNING=yes
300301
$ECHO " Skipped (not applicable to classical orthogonal persistence)"
301302
continue
302303
fi
@@ -443,7 +444,7 @@ do
443444
# Check filecheck
444445
if [ "$SKIP_RUNNING" != yes ]
445446
then
446-
if grep -F -q CHECK $mangled
447+
if grep -F -q ^//CHECK $mangled
447448
then
448449
$ECHO -n " [FileCheck]"
449450
wasm2wat --enable-memory64 --enable-multi-memory --no-check $out/$base.wasm > $out/$base.wat

0 commit comments

Comments
 (0)