Skip to content

Commit

Permalink
Disable use_tls_dynamic on 32-bit linux
Browse files Browse the repository at this point in the history
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
  • Loading branch information
fjricci committed Mar 27, 2017
1 parent 1a14bfa commit 0add379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler-rt/test/lsan/TestCases/use_tls_dynamic.cc
Expand Up @@ -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>
Expand Down

0 comments on commit 0add379

Please sign in to comment.