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:
Francis Ricci 2017-03-27 14:06:49 +00:00
parent 1a14bfa022
commit 0add37927c
1 changed files with 1 additions and 0 deletions

View 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>