Skip to content

Commit 1b30d51

Browse files
committed
Test runner WIP
1 parent 52a864a commit 1b30d51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

regression/contracts-dfcc/chain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
5858

5959
rm "${name}${dfcc_suffix}-mod.c"
6060
fi
61-
$goto_instrument --show-goto-functions "${name}${dfcc_suffix}-mod.gb"
61+
$goto_instrument --no-malloc-fail --show-goto-functions "${name}${dfcc_suffix}-mod.gb"
6262
$cbmc "${name}${dfcc_suffix}-mod.gb" ${args_cbmc}

regression/goto-synthesizer/chain.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ elif echo $args_inst | grep -q -- "--dump-c" ; then
5353
fi
5454
echo "Running goto-synthesizer: "
5555
if echo $args_synthesizer | grep -q -- "--dump-loop-contracts" ; then
56-
$goto_synthesizer ${args_synthesizer} "${name}-mod.gb"
56+
$goto_synthesizer ${args_synthesizer} --no-malloc-fail "${name}-mod.gb"
5757
else
58-
$goto_synthesizer ${args_synthesizer} "${name}-mod.gb" "${name}-mod-2.gb"
58+
$goto_synthesizer ${args_synthesizer} --no-malloc-fail "${name}-mod.gb" "${name}-mod-2.gb"
5959
echo "Running CBMC: "
6060
$cbmc ${args_cbmc} "${name}-mod-2.gb"
6161
fi

0 commit comments

Comments
 (0)