Currently, tests of the same kind are grouped together across all types into a single function. This makes it difficult to understand exactly what failed in CI. Change test macros to create separate functions for separate types so failures are more fine grained. |
||
|---|---|---|
| .. | ||
| addsub.rs | ||
| aeabi_memclr.rs | ||
| aeabi_memcpy.rs | ||
| aeabi_memset.rs | ||
| big.rs | ||
| cmp.rs | ||
| conv.rs | ||
| div_rem.rs | ||
| lse.rs | ||
| mem.rs | ||
| misc.rs | ||
| mul.rs | ||
| shift.rs | ||