rust/library/compiler-builtins/testcrate/tests
Trevor Gross f82e1f14fc Rework the test crate to separate individual tests
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.
2024-05-18 04:37:55 -04:00
..
addsub.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00
aeabi_memclr.rs Allow FFI-unsafe warnings for u128/i128 (#323) 2019-11-11 12:19:10 -06:00
aeabi_memcpy.rs Run rustfmt over everything 2019-05-14 14:40:38 -07:00
aeabi_memset.rs Allow FFI-unsafe warnings for u128/i128 (#323) 2019-11-11 12:19:10 -06:00
big.rs Add i256 and u256 bigint types 2024-05-15 07:19:17 -05:00
cmp.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00
conv.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00
div_rem.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00
lse.rs Change aarch64_linux module and lse tests to have the same gating 2024-04-16 14:04:47 -04:00
mem.rs Disable some PPC64 tests which are failing due to an LLVM(?) bug 2022-07-28 16:02:04 +01:00
misc.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00
mul.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00
shift.rs Rework the test crate to separate individual tests 2024-05-18 04:37:55 -04:00