summaryrefslogtreecommitdiffstats
path: root/compiler-rt
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-02-25 18:03:03 +0000
committerKostya Serebryany <kcc@google.com>2015-02-25 18:03:03 +0000
commit2a102cbc77b91d0234aae0534a37792ffa2befe9 (patch)
treeb8426291336e6f99e65760d867907162d1948b9e /compiler-rt
parent40eaa8df99982568bc71017e8a2e79242dbe0c5a (diff)
downloadbcm5719-llvm-2a102cbc77b91d0234aae0534a37792ffa2befe9.tar.gz
bcm5719-llvm-2a102cbc77b91d0234aae0534a37792ffa2befe9.zip
[asan] temporary disable the test on non-x86-64 while we are investigating PR22699
llvm-svn: 230516
Diffstat (limited to 'compiler-rt')
-rw-r--r--compiler-rt/test/asan/TestCases/Linux/odr-violation.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc b/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc
index 38cecc5f955..998e5d35012 100644
--- a/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc
+++ b/compiler-rt/test/asan/TestCases/Linux/odr-violation.cc
@@ -24,7 +24,9 @@
// RUN: rm -f %t.supp
// GNU driver doesn't handle .so files properly.
-// REQUIRES: Clang
+// Temporary disable the test on non-x86_64
+// (http://llvm.org/bugs/show_bug.cgi?id=22699)
+// REQUIRES: Clang, x86_64-supported-target
#ifndef SZ
# define SZ 4
OpenPOWER on IntegriCloud