Skip to content

Commit 8852215

Browse files
committed
Re-enable structs abi-cafe test on AArch64
1 parent 10a2b70 commit 8852215

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

patches/0001-abi-cafe-Disable-failing-tests.patch

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ diff --git a/src/report.rs b/src/report.rs
1111
index 7346f5e..8347762 100644
1212
--- a/src/report.rs
1313
+++ b/src/report.rs
14-
@@ -45,6 +45,20 @@ pub fn get_test_rules(test: &TestKey, caller: &dyn AbiImpl, callee: &dyn AbiImpl
14+
@@ -45,6 +45,13 @@ pub fn get_test_rules(test: &TestKey, caller: &dyn AbiImpl, callee: &dyn AbiImpl
1515
//
1616
// THIS AREA RESERVED FOR VENDORS TO APPLY PATCHES
1717

@@ -21,13 +21,6 @@ index 7346f5e..8347762 100644
2121
+ result.run = Link;
2222
+ result.check = Pass(Link);
2323
+ }
24-
+
25-
+ // structs is broken in the current release of cranelift for aarch64.
26-
+ // It has been fixed for cranelift 0.88: https://github.com/bytecodealliance/wasmtime/pull/4634
27-
+ if cfg!(target_arch = "aarch64") && test.test_name == "structs" {
28-
+ result.run = Link;
29-
+ result.check = Pass(Link);
30-
+ }
3124
+
3225
// END OF VENDOR RESERVED AREA
3326
//

0 commit comments

Comments
 (0)