[PATCH] D31300: Disable use_tls_dynamic on 32-bit linux
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 13:07:15 PDT 2017
fjricci created this revision.
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.
https://reviews.llvm.org/D31300
Files:
test/lsan/TestCases/use_tls_dynamic.cc
Index: test/lsan/TestCases/use_tls_dynamic.cc
===================================================================
--- test/lsan/TestCases/use_tls_dynamic.cc
+++ test/lsan/TestCases/use_tls_dynamic.cc
@@ -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
+// XFAIL: i386-linux,i686-linux
#ifndef BUILD_DSO
#include <assert.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31300.92851.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170323/5418278f/attachment.bin>
More information about the llvm-commits
mailing list