about summary refs log tree commit diff
path: root/src/test/run-pass
diff options
context:
space:
mode:
authorgnzlbg <gonzalobg88@gmail.com>2018-05-18 12:56:38 +0200
committergnzlbg <gonzalobg88@gmail.com>2018-05-24 16:04:39 +0200
commit7bbbc79c480e78e7abd6e6a8ae545da0f8ef7f99 (patch)
treef6ce7e7ec30a52c253a8ca0d574d1a9cc7e585ed /src/test/run-pass
parentc803ee455beb5842f4acc430e2184ba6943315c0 (diff)
downloadrust-7bbbc79c480e78e7abd6e6a8ae545da0f8ef7f99.tar.gz
rust-7bbbc79c480e78e7abd6e6a8ae545da0f8ef7f99.zip
ignore arm-android
Diffstat (limited to 'src/test/run-pass')
-rw-r--r--src/test/run-pass/simd-intrinsic-float-math.rs1
1 files changed, 1 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 fe383f0627d..1608100fea0 100644
--- a/src/test/run-pass/simd-intrinsic-float-math.rs
+++ b/src/test/run-pass/simd-intrinsic-float-math.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // ignore-emscripten
+// ignore-arm-android
 
 // Test that the simd floating-point math intrinsics produce correct results.