diff options
-rw-r--r-- | compiler-rt/test/builtins/Unit/compiler_rt_logbl_test.c | 4 | ||||
-rw-r--r-- | compiler-rt/test/builtins/Unit/divtc3_test.c | 4 |
2 files changed, 8 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. diff --git a/compiler-rt/test/builtins/Unit/divtc3_test.c b/compiler-rt/test/builtins/Unit/divtc3_test.c index b809ca23a3e..dbd2ee7da37 100644 --- a/compiler-rt/test/builtins/Unit/divtc3_test.c +++ b/compiler-rt/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. |