Enable assert_exhaustion tests

extensions
Volodymyr Shymanskyy 5 years ago
parent 831aea539d
commit 518e3deddb

@ -518,6 +518,8 @@ for fn in jsonFiles:
test.expected[0]["value"] = "<Arithmetic NaN>"
elif test.type == "assert_trap":
test.expected_trap = cmd["text"]
elif test.type == "assert_exhaustion":
test.expected_trap = "stack overflow"
else:
stats.skipped += 1
warning(f"Skipped {test.source} ({test.type} not implemented)")

Loading…
Cancel
Save