summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRainer Orth <ro@gcc.gnu.org>2019-07-30 08:05:14 +0000
committerRainer Orth <ro@gcc.gnu.org>2019-07-30 08:05:14 +0000
commitb0f4ece035a170fd0710581ca383501effb3565e (patch)
tree77a367170386d94c6677f6aeb6b44f2f19f5d792 /test
parentedefc46272a26380601196b01748ee83ef692260 (diff)
downloadcompiler-rt-b0f4ece035a170fd0710581ca383501effb3565e.tar.gz
[builtins][test] XFAIL two SPARC tests
Two SPARC builtins tests are currently FAILing due to codegen bugs: Builtins-sparc-sunos :: divtc3_test.c Builtins-sparcv9-sunos :: compiler_rt_logbl_test.c Builtins-sparcv9-sunos :: divtc3_test.c I'd like to XFAIL them to reduce testsuite noise. Done as follows, tested on sparcv9-sun-solaris2.11 and x86_64-pc-solaris2.11. Differential Revision: https://reviews.llvm.org/D64796 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@367295 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/builtins/Unit/compiler_rt_logbl_test.c4
-rw-r--r--test/builtins/Unit/divtc3_test.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/test/builtins/Unit/compiler_rt_logbl_test.c b/test/builtins/Unit/compiler_rt_logbl_test.c
index 52a03e17a..2a60d5bd1 100644
--- a/test/builtins/Unit/compiler_rt_logbl_test.c
+++ b/test/builtins/Unit/compiler_rt_logbl_test.c
@@ -1,4 +1,8 @@
// RUN: %clang_builtins %s %librt -o %t && %run %t
+//
+// Bug 42496
+// XFAIL: sparcv9-target-arch
+//
//===-- compiler_rt_logbl_test.c - Test __compiler_rt_logbl ---------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
diff --git a/test/builtins/Unit/divtc3_test.c b/test/builtins/Unit/divtc3_test.c
index b809ca23a..dbd2ee7da 100644
--- a/test/builtins/Unit/divtc3_test.c
+++ b/test/builtins/Unit/divtc3_test.c
@@ -1,4 +1,8 @@
// RUN: %clang_builtins %s %librt -lm -o %t && %run %t
+//
+// 32-bit: Bug 42493, 64-bit: Bug 42496
+// XFAIL: sparc
+//
//===-- divtc3_test.c - Test __divtc3 -------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.