summaryrefslogtreecommitdiff
path: root/test/builtins/Unit/gtdf2vfp_test.c
diff options
context:
space:
mode:
authorWeiming Zhao <weimingz@codeaurora.org>2017-03-29 03:36:46 +0000
committerWeiming Zhao <weimingz@codeaurora.org>2017-03-29 03:36:46 +0000
commit260f2c513bdffce646c53abc285fb1343afc9719 (patch)
tree26782ca89d7bb2be2e712fdc9265716e6be99b47 /test/builtins/Unit/gtdf2vfp_test.c
parent4d2e2402a0106a7f45fd00c5a7708d786ee19217 (diff)
[Builtin] Unxfail tests for armhf
Summary: Originally, a few tests fail for armhf target due to: 1) COMPILER_RT_ARMHF_TARGET was not set when building the lib 2) COMPILER_RT_ABI should not be defined as `__attribute__((pcs("aapcs")))` for armhf when building for both lib and tests This address https://bugs.llvm.org//show_bug.cgi?id=32261 mulsc3_test.c is a newly exposed issue, which will be addressed separately. Reviewers: rengolin, compnerd Reviewed By: compnerd Subscribers: aemerson, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D31448 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@298974 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/builtins/Unit/gtdf2vfp_test.c')
-rw-r--r--test/builtins/Unit/gtdf2vfp_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/builtins/Unit/gtdf2vfp_test.c b/test/builtins/Unit/gtdf2vfp_test.c
index 9180ec248..e6eb545db 100644
--- a/test/builtins/Unit/gtdf2vfp_test.c
+++ b/test/builtins/Unit/gtdf2vfp_test.c
@@ -1,6 +1,4 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t
-// XFAIL: armhf-target-arch
-// This test fails for armhf (see pr32261)
//===-- gtdf2vfp_test.c - Test __gtdf2vfp ---------------------------------===//
//