diff options
author | Rainer Orth <ro@gcc.gnu.org> | 2019-07-30 08:05:14 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2019-07-30 08:05:14 +0000 |
commit | 63d960509127e8ceea1b8bc45faab65b75daf499 (patch) | |
tree | bd91105806769e4d29d550fb335a99343b5f974c /compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c | |
parent | c197732e39931e1da6ed3c16b216b3afeaffdc15 (diff) | |
download | bcm5719-llvm-63d960509127e8ceea1b8bc45faab65b75daf499.tar.gz bcm5719-llvm-63d960509127e8ceea1b8bc45faab65b75daf499.zip |
[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
llvm-svn: 367295
Diffstat (limited to 'compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c')
-rw-r--r-- | compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c b/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c index 52a03e17a8c..2a60d5bd19e 100644 --- a/compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c +++ b/compiler-rt/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. |