rust/tests
Andy Sadler 5ac9bee7f1
fix tests/ui/simd/issue-89193.rs and mark as passing
Work around an issue where usize and isize can sometimes (but not
always) get canonicalized to their corresponding integer type.  This
causes shuffle_vector to panic, since the types of the vectors it got
passed aren't the same.

Also insert a cast on the mask element, since we might get passed a
signed integer of any size, not just i32.  For now, we always cast to
i32.

Signed-off-by: Andy Sadler <andrewsadler122@gmail.com>
2024-02-17 17:24:46 -06:00
..
run Fix volatile_load 2023-10-24 19:53:59 -04:00
failing-lto-tests.txt Update for rebased gcc 2024-02-02 11:49:32 -05:00
failing-non-lto-tests.txt Update for rebased gcc 2024-02-02 11:49:32 -05:00
failing-ui-tests.txt fix tests/ui/simd/issue-89193.rs and mark as passing 2024-02-17 17:24:46 -06:00
failing-ui-tests12.txt Renable intrinsics-integer.rs test 2024-02-03 13:26:06 -05:00
lang_tests_common.rs Update tests/lang_tests_common.rs test 2024-02-13 22:11:31 +01:00
lang_tests_debug.rs Merge commit 'e8dca3e87d' into sync_from_cg_gcc 2022-06-06 22:04:37 -04:00
lang_tests_release.rs Merge commit 'e8dca3e87d' into sync_from_cg_gcc 2022-06-06 22:04:37 -04:00