Skip to content

Commit c7c3808

Browse files
Ignore tests/compile/simd-ffi.rs for m68k
1 parent 3c61fd8 commit c7c3808

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/lang_tests.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ fn compile_and_or_run(
8585
// TODO(antoyo): find a way to send this via a cli argument.
8686
let test_target = std::env::var("CG_GCC_TEST_TARGET").ok();
8787

88+
// FIXME: Remove once we use another test runner which allows annotations.
89+
if test_target.is_some() && path.to_str().is_some_and(|p| p.ends_with("/smid-ffi.rs")) {
90+
return Vec::new();
91+
}
92+
8893
// Test command 1: Compile `x.rs` into `tempdir/x`.
8994
let mut exe = PathBuf::new();
9095
exe.push(tempdir);

0 commit comments

Comments
 (0)