[compiler-rt] r261900 - [powerpc] reactivate ignore_lib4.cc on powerpc64le
Bill Seurer via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 09:41:41 PST 2016
Author: seurer
Date: Thu Feb 25 11:41:41 2016
New Revision: 261900
URL: http://llvm.org/viewvc/llvm-project?rev=261900&view=rev
Log:
[powerpc] reactivate ignore_lib4.cc on powerpc64le
The test case compiler-rt/test/tsan/ignore_lib4.cc fails on powerpc64
big endian but not little endian.
Modified:
compiler-rt/trunk/test/tsan/ignore_lib4.cc
Modified: compiler-rt/trunk/test/tsan/ignore_lib4.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/ignore_lib4.cc?rev=261900&r1=261899&r2=261900&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/ignore_lib4.cc (original)
+++ compiler-rt/trunk/test/tsan/ignore_lib4.cc Thu Feb 25 11:41:41 2016
@@ -5,8 +5,9 @@
// Longjmp assembly has not been implemented for mips64 yet
// XFAIL: mips64
-// ppc64be bots failed with "FileCheck error: '-' is empty".
-// UNSUPPORTED: powerpc64
+// powerpc64 big endian bots failed with "FileCheck error: '-' is empty" due
+// to a segmentation fault.
+// UNSUPPORTED: powerpc64-unknown-linux-gnu
// aarch64 bots failed with "called_from_lib suppression 'libignore_lib4.so'
// is matched against 2 libraries".
// UNSUPPORTED: aarch64
More information about the llvm-commits
mailing list