Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit be982af

Browse files
committed
fixup! Add extensive and exhaustive tests
1 parent cb84bbe commit be982af

File tree

1 file changed

+1
-1
lines changed
  • crates/libm-test/tests/z_extensive

1 file changed

+1
-1
lines changed

crates/libm-test/tests/z_extensive/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ where
146146
let real_total = completed.load(Ordering::Relaxed);
147147
pb.complete(real_total);
148148

149-
if real_total != total {
149+
if res.is_ok() && real_total != total {
150150
// Provide a warning if our estimate needs to be updated.
151151
panic!("total run {real_total} does not match expected {total}");
152152
}

0 commit comments

Comments
 (0)