From 1d180c31f4b4e220c9575abac577dd4fad9483e5 Mon Sep 17 00:00:00 2001 From: Bill Seurer Date: Thu, 25 Feb 2016 17:41:41 +0000 Subject: [PATCH] [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. llvm-svn: 261900 --- compiler-rt/test/tsan/ignore_lib4.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/tsan/ignore_lib4.cc b/compiler-rt/test/tsan/ignore_lib4.cc index ac7d308..193df11 100644 --- a/compiler-rt/test/tsan/ignore_lib4.cc +++ b/compiler-rt/test/tsan/ignore_lib4.cc @@ -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 -- 2.7.4