summaryrefslogtreecommitdiff
path: root/test/builtins/Unit/floattixf_test.c
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2017-08-03 18:56:54 +0000
committerSterling Augustine <saugustine@google.com>2017-08-03 18:56:54 +0000
commit6b85e16e8efc13254b113ab4c6087000b21f3e56 (patch)
treeceb18fdb359f05415823c53e1855357e3476fd44 /test/builtins/Unit/floattixf_test.c
parent78017f6ef468a40da739e298b81243bdf103c4ab (diff)
downloadcompiler-rt-6b85e16e8efc13254b113ab4c6087000b21f3e56.tar.gz
These tests use 80-bit long doubles, which are x86 only. Mark them so.
This avoids having each new target need to mark them as unsupported. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@309973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/builtins/Unit/floattixf_test.c')
-rw-r--r--test/builtins/Unit/floattixf_test.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/builtins/Unit/floattixf_test.c b/test/builtins/Unit/floattixf_test.c
index 3de472934..77a6f7dbf 100644
--- a/test/builtins/Unit/floattixf_test.c
+++ b/test/builtins/Unit/floattixf_test.c
@@ -1,8 +1,5 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t
-// XFAIL: aarch64
-// test fails for aarch64 (see pr32260)
-
-// UNSUPPORTED: mips
+// REQUIRES: x86-target-arch
//===-- floattixf.c - Test __floattixf ------------------------------------===//
//