summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSterling Augustine <saugustine@google.com>2017-12-04 18:18:51 +0000
committerSterling Augustine <saugustine@google.com>2017-12-04 18:18:51 +0000
commit3763fe57e3d1bafb1593a8ed286dd0f6f8d4494b (patch)
treeead2277cfc99f15f286ef1f0b21a54b335176a38 /test
parent1ce8e22e8474d244b05bb842ef54e9d5af7188bc (diff)
These tests require x86 80-bit doubles. Mark them so.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319669 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/builtins/Unit/divxc3_test.c1
-rw-r--r--test/builtins/Unit/mulxc3_test.c1
-rw-r--r--test/builtins/Unit/powixf2_test.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/builtins/Unit/divxc3_test.c b/test/builtins/Unit/divxc3_test.c
index 9974dfb80..876cdde57 100644
--- a/test/builtins/Unit/divxc3_test.c
+++ b/test/builtins/Unit/divxc3_test.c
@@ -1,4 +1,5 @@
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
+// REQUIRES: x86-target-arch
// UNSUPPORTED: powerpc64
//===-- divxc3_test.c - Test __divxc3 -------------------------------------===//
//
diff --git a/test/builtins/Unit/mulxc3_test.c b/test/builtins/Unit/mulxc3_test.c
index 9b8e058df..9f0b41829 100644
--- a/test/builtins/Unit/mulxc3_test.c
+++ b/test/builtins/Unit/mulxc3_test.c
@@ -1,5 +1,6 @@
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
// UNSUPPORTED: powerpc64
+// REQUIRES: x86-target-arch
//===-- mulxc3_test.c - Test __mulxc3 -------------------------------------===//
//
// The LLVM Compiler Infrastructure
diff --git a/test/builtins/Unit/powixf2_test.c b/test/builtins/Unit/powixf2_test.c
index 0d2734ae4..1df76f2b8 100644
--- a/test/builtins/Unit/powixf2_test.c
+++ b/test/builtins/Unit/powixf2_test.c
@@ -1,5 +1,6 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t
// UNSUPPORTED: powerpc64
+// REQUIRES: x86-target-arch
//===-- powixf2_test.cpp - Test __powixf2 ---------------------------------===//
//
// The LLVM Compiler Infrastructure