We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1fb93 commit 4fd87d8Copy full SHA for 4fd87d8
1 file changed
tests/standalone/test-aot-x18-reserve/run.sh
@@ -74,14 +74,14 @@ fi
74
75
if [[ $1 != "--aot" ]]; then
76
echo "============> run stress_registers.wasm (interpreter mode)"
77
- echo "Running 100 iterations in interpreter mode..."
78
- for i in $(seq 1 100); do
+ echo "Running 1000 iterations in interpreter mode..."
+ for i in $(seq 1 1000); do
79
if ! ${IWASM_CMD} stress_registers.wasm 2>&1; then
80
echo "FAILED: Crash at iteration $i"
81
exit 1
82
fi
83
done
84
- echo "PASSED: 100 iterations completed without crash"
+ echo "PASSED: 1000 iterations completed without crash"
85
else
86
echo "============> compile stress_registers.wasm to AOT"
87
0 commit comments