[compiler-rt] r208624 - Add %run to new lit test
Greg Fitzgerald
gregf at codeaurora.org
Mon May 12 13:17:14 PDT 2014
Author: garious
Date: Mon May 12 15:17:14 2014
New Revision: 208624
URL: http://llvm.org/viewvc/llvm-project?rev=208624&view=rev
Log:
Add %run to new lit test
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/coverage-module-unloaded.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/coverage-module-unloaded.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/coverage-module-unloaded.cc?rev=208624&r1=208623&r2=208624&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/coverage-module-unloaded.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/coverage-module-unloaded.cc Mon May 12 15:17:14 2014
@@ -4,8 +4,8 @@
// RUN: %clangxx_asan -mllvm -asan-coverage=1 -DSHARED %s -shared -o %T/libcoverage_module_unloaded_test_2.so -fPIC
// RUN: %clangxx_asan -mllvm -asan-coverage=1 -DSO_DIR=\"%T\" %s -o %t
// RUN: export ASAN_OPTIONS=coverage=1:verbosity=1
-// RUN: %t 2>&1 | FileCheck %s
-// RUN: %t foo 2>&1 | FileCheck %s
+// RUN: %run %t 2>&1 | FileCheck %s
+// RUN: %run %t foo 2>&1 | FileCheck %s
//
// https://code.google.com/p/address-sanitizer/issues/detail?id=263
// XFAIL: android
More information about the llvm-commits
mailing list