Disable use_tls_dynamic on 32-bit linux
authorFrancis Ricci <francisjricci@gmail.com>
Mon, 27 Mar 2017 14:06:49 +0000 (14:06 +0000)
committerFrancis Ricci <francisjricci@gmail.com>
Mon, 27 Mar 2017 14:06:49 +0000 (14:06 +0000)
Summary:
This test fails with a false negative due to an unrelated change.
Since we expect a number of false negatives on 32-bit lsan,
disable this test on linux-i386 and linux-i686.

Reviewers: kubamracek, m.ostapenko, kcc

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D31300

llvm-svn: 298847

compiler-rt/test/lsan/TestCases/use_tls_dynamic.cc

index 770ffaf..c20232d 100644 (file)
@@ -5,6 +5,7 @@
 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=0" not %run %t 2>&1 | FileCheck %s
 // RUN: LSAN_OPTIONS=$LSAN_BASE:"use_tls=1" %run %t 2>&1
 // RUN: LSAN_OPTIONS="" %run %t 2>&1
+// UNSUPPORTED: i386-linux,i686-linux
 
 #ifndef BUILD_DSO
 #include <assert.h>