diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2018-05-18 13:06:50 +0200 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2018-05-24 16:08:27 +0200 |
| commit | 1a5bc39b1ca5ee0dd277b8fea6f32a9a992f7cba (patch) | |
| tree | ce2ff0f8620f3ce725fce5badaf003a521b58235 /src | |
| parent | 9477a6bcc0eb2fdd35441cd5068abc4f58c61c43 (diff) | |
add comment explaining ignore android
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/simd-intrinsic-float-math.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-pass/simd-intrinsic-float-math.rs b/src/test/run-pass/simd-intrinsic-float-math.rs index 70f5a01e323..4597674b3f1 100644 --- a/src/test/run-pass/simd-intrinsic-float-math.rs +++ b/src/test/run-pass/simd-intrinsic-float-math.rs @@ -11,6 +11,10 @@ // ignore-emscripten // ignore-android +// FIXME: this test fails on arm-android because the NDK version 14 is too old. +// It needs at least version 18. We disable it on all android build bots because +// there is no way in compile-test to disable it for an (arch,os) pair. + // Test that the simd floating-point math intrinsics produce correct results. #![feature(repr_simd, platform_intrinsics)] |
