Skip to content

Commit 27ea989

Browse files
committed
disable partially busted SingleVariantUnion tests on aarch64
1 parent 9ad44ba commit 27ea989

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

patches/0002-abi-cafe-Disable-broken-tests.patch

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ index acfce38..b3ab842 100644
2020
+ result.check = Busted(Check);
2121
+ }
2222
+
23+
+ if cfg!(target_arch = "aarch64") && test.test == "SingleVariantUnion" && test.options.convention == CallingConvention::C && test.options.repr == LangRepr::C {
24+
+ result.check = Busted(Check);
25+
+ }
26+
+
2327
+ if cfg!(target_arch = "aarch64") && test.test == "OptionU128" && test.options.convention == CallingConvention::Rust && test.options.repr == LangRepr::C {
2428
+ result.check = Busted(Check);
2529
+ }

0 commit comments

Comments
 (0)