[PATCH] D64796: [builtins][test] XFAIL two SPARC tests

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 30 01:06:59 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367295: [builtins][test] XFAIL two SPARC tests (authored by ro, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D64796?vs=210083&id=212286#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64796/new/

https://reviews.llvm.org/D64796

Files:
  compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbl_test.c
  compiler-rt/trunk/test/builtins/Unit/divtc3_test.c


Index: compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbl_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/compiler_rt_logbl_test.c
+++ compiler-rt/trunk/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.
Index: compiler-rt/trunk/test/builtins/Unit/divtc3_test.c
===================================================================
--- compiler-rt/trunk/test/builtins/Unit/divtc3_test.c
+++ compiler-rt/trunk/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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64796.212286.patch
Type: text/x-patch
Size: 1100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190730/75f5d8ec/attachment.bin>


More information about the llvm-commits mailing list