Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions check.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def run_spec_test_with_wrapped_stdout(wast: Path):
try:
run_one_spec_test(wast, stdout=out)
except Exception as e:
shared.num_failures += 1
# Serialize exceptions into the output string buffer
# so they can be reported on the main thread.
print(e, file=out)
Expand Down
Loading