[compiler-rt] r328091 - [PowerPC] Disable failing dynamic tls test cases
Nemanja Ivanovic via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 21 04:58:37 PDT 2018
Author: nemanjai
Date: Wed Mar 21 04:58:37 2018
New Revision: 328091
URL: http://llvm.org/viewvc/llvm-project?rev=328091&view=rev
Log:
[PowerPC] Disable failing dynamic tls test cases
Due to recent kernel upgrades, these test case fail on PowerPC buildbots.
This is a known problem on affected kernels.
Modified:
compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_dynamic.cc
compiler-rt/trunk/test/msan/dtls_test.c
Modified: compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_dynamic.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_dynamic.cc?rev=328091&r1=328090&r2=328091&view=diff
==============================================================================
--- compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_dynamic.cc (original)
+++ compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_dynamic.cc Wed Mar 21 04:58:37 2018
@@ -5,7 +5,7 @@
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
// RUN: %env_lsan_opts=$LSAN_BASE:"use_tls=1" %run %t 2>&1
// RUN: %env_lsan_opts="" %run %t 2>&1
-// UNSUPPORTED: i386-linux,arm
+// UNSUPPORTED: i386-linux,arm,powerpc
#ifndef BUILD_DSO
#include <assert.h>
Modified: compiler-rt/trunk/test/msan/dtls_test.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/msan/dtls_test.c?rev=328091&r1=328090&r2=328091&view=diff
==============================================================================
--- compiler-rt/trunk/test/msan/dtls_test.c (original)
+++ compiler-rt/trunk/test/msan/dtls_test.c Wed Mar 21 04:58:37 2018
@@ -7,6 +7,7 @@
and https://github.com/google/sanitizers/issues/547
XFAIL: freebsd
+ UNSUPPORTED: powerpc
*/
#ifndef BUILD_SO
More information about the llvm-commits
mailing list