rust/src/test/ui/abi
Manish Goregaokar bd4e608f7b
Rollup merge of #101381 - Urgau:target-mixup-homogenous-floats, r=Amanieu
Test that target feature mix up with homogeneous floats is sound

This pull-request adds a test in `src/test/abi/` that test that target feature mix up with homogeneous floats is sound.

This is basically is ripoff of [src/test/ui/simd/target-feature-mixup.rs](47d1cdb0bc/src/test/ui/simd/target-feature-mixup.rs) but for floats and without `#[repr(simd)]`.

*Extracted from https://github.com/rust-lang/rust/pull/97559 since I don't yet know what to do with that PR.*
2022-11-08 21:03:52 -05:00
..
cross-crate Remove duplicated test files 2022-03-27 09:19:34 -03:00
extern Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
foreign Remove duplicated test files 2022-03-27 09:19:34 -03:00
issues Adjust diagnostics, bless tests 2022-11-05 18:05:44 +00:00
mir Update tests for extern block linting 2021-01-13 07:49:16 -05:00
numbers-arithmetic Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
statics Update tests for extern block linting 2021-01-13 07:49:16 -05:00
struct-enums Update tests for extern block linting 2021-01-13 07:49:16 -05:00
union Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
abi-sysv64-arg-passing.rs test: address comments and pacify the merciless tidy. 2020-02-08 06:52:09 +02:00
abi-sysv64-register-usage.rs Stabilize asm_sym 2022-10-17 22:38:37 +01:00
abi-typo-unstable.rs Improve the help message for an invalid calling convention 2022-09-22 22:18:30 +02:00
abi-typo-unstable.stderr Improve the help message for an invalid calling convention 2022-09-22 22:18:30 +02:00
anon-extern-mod.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
c-stack-as-value.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
c-stack-returning-int64.rs Move some tests to more reasonable directories 2021-11-14 14:38:42 -03:00
cabi-int-widening.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
homogenous-floats-target-feature-mixup.rs Test that target feature mix up with homogeneous floats is sound 2022-11-01 14:22:13 +01:00
issue-28676.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
lib-defaults.rs Group all ui tests and move to abi #62593 2019-08-15 16:00:54 +02:00
nullable-pointer-ffi-compat.rs Move some tests to more suitable subdirs 2021-03-06 18:24:53 +09:00
rustcall-generic.rs Adjust diagnostics, bless tests 2022-11-05 18:05:44 +00:00
segfault-no-out-of-stack.rs Adding ignore fuchsia tests for signal cases 2022-09-21 15:57:19 +00:00
stack-probes-lto.rs Enable inline stack probes on PowerPC and SystemZ 2022-09-26 13:40:24 -07:00
stack-probes.rs Enable inline stack probes on PowerPC and SystemZ 2022-09-26 13:40:24 -07:00
stack-protector.rs add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
unsupported.aarch64.stderr bless ui tests 2022-10-01 10:03:06 +00:00
unsupported.arm.stderr bless ui tests 2022-10-01 10:03:06 +00:00
unsupported.i686.stderr Disallow the aapcs CC on Aarch64 2021-08-30 13:46:07 +03:00
unsupported.rs make thiscall on unsupported platforms an error 2021-10-25 14:56:21 -07:00
unsupported.x64.stderr bless ui tests 2022-10-01 10:03:06 +00:00
variadic-ffi.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
x86stdcall.rs Get rid of long exclude-list for Windows-only tests 2022-09-26 12:38:14 +02:00
x86stdcall2.rs Get rid of long exclude-list for Windows-only tests 2022-09-26 12:38:14 +02:00