forked from OSchip/llvm-project
Disable use_tls_dynamic on 32-bit linux
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
This commit is contained in:
parent
1a14bfa022
commit
0add37927c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue