tests/ui/abi: Enable repr(transparent) union ABI tests on LoongArch64
This commit is contained in:
parent
0163768e0d
commit
10d55c3e03
1 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@ use std::ptr::NonNull;
|
||||||
// Hence there are `cfg` throughout this test to disable parts of it on those targets.
|
// Hence there are `cfg` throughout this test to disable parts of it on those targets.
|
||||||
// sparc64: https://github.com/rust-lang/rust/issues/115336
|
// sparc64: https://github.com/rust-lang/rust/issues/115336
|
||||||
// mips64: https://github.com/rust-lang/rust/issues/115404
|
// mips64: https://github.com/rust-lang/rust/issues/115404
|
||||||
// loongarch64: https://github.com/rust-lang/rust/issues/115509
|
|
||||||
|
|
||||||
macro_rules! assert_abi_compatible {
|
macro_rules! assert_abi_compatible {
|
||||||
($name:ident, $t1:ty, $t2:ty) => {
|
($name:ident, $t1:ty, $t2:ty) => {
|
||||||
|
@ -109,7 +108,6 @@ macro_rules! test_transparent {
|
||||||
test_abi_compatible!(wrap1, $t, Wrapper1<$t>);
|
test_abi_compatible!(wrap1, $t, Wrapper1<$t>);
|
||||||
test_abi_compatible!(wrap2, $t, Wrapper2<$t>);
|
test_abi_compatible!(wrap2, $t, Wrapper2<$t>);
|
||||||
test_abi_compatible!(wrap3, $t, Wrapper3<$t>);
|
test_abi_compatible!(wrap3, $t, Wrapper3<$t>);
|
||||||
#[cfg(not(target_arch = "loongarch64"))]
|
|
||||||
test_abi_compatible!(wrap4, $t, WrapperUnion<$t>);
|
test_abi_compatible!(wrap4, $t, WrapperUnion<$t>);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue