[compiler-rt] r230516 - [asan] temporary disable the test on non-x86-64 while we are investigating PR22699
Kostya Serebryany
kcc at google.com
Wed Feb 25 10:03:04 PST 2015
Author: kcc
Date: Wed Feb 25 12:03:03 2015
New Revision: 230516
URL: http://llvm.org/viewvc/llvm-project?rev=230516&view=rev
Log:
[asan] temporary disable the test on non-x86-64 while we are investigating PR22699
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc?rev=230516&r1=230515&r2=230516&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/odr-violation.cc Wed Feb 25 12:03:03 2015
@@ -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
More information about the llvm-commits
mailing list