Skip to content

Commit 1a5bc39

Browse files
committed
add comment explaining ignore android
1 parent 9477a6b commit 1a5bc39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/run-pass/simd-intrinsic-float-math.rs

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
// ignore-emscripten
1212
// ignore-android
1313

14+
// FIXME: this test fails on arm-android because the NDK version 14 is too old.
15+
// It needs at least version 18. We disable it on all android build bots because
16+
// there is no way in compile-test to disable it for an (arch,os) pair.
17+
1418
// Test that the simd floating-point math intrinsics produce correct results.
1519

1620
#![feature(repr_simd, platform_intrinsics)]

0 commit comments

Comments
 (0)