Disable assert_exhaustion temporarily

extensions
Volodymyr Shymanskyy 5 years ago
parent 7f55de0048
commit 60ab82ef0c

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

Loading…
Cancel
Save