[compiler-rt] r226651 - [ASan] Fix the test expectations for dyld_insert_libraries_reexec.cc
Alexander Potapenko
glider at google.com
Wed Jan 21 02:04:41 PST 2015
Author: glider
Date: Wed Jan 21 04:04:41 2015
New Revision: 226651
URL: http://llvm.org/viewvc/llvm-project?rev=226651&view=rev
Log:
[ASan] Fix the test expectations for dyld_insert_libraries_reexec.cc
Modified:
compiler-rt/trunk/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc?rev=226651&r1=226650&r2=226651&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc Wed Jan 21 04:04:41 2015
@@ -20,13 +20,11 @@ int main() {
return 0;
}
-// CHECK-NOINSERT: Parsed ASAN_OPTIONS: verbosity=1
// CHECK-NOINSERT: exec()-ing the program with
// CHECK-NOINSERT: DYLD_INSERT_LIBRARIES
// CHECK-NOINSERT: to enable ASan wrappers.
// CHECK-NOINSERT: Passed
-// CHECK: Parsed ASAN_OPTIONS: verbosity=1
// CHECK-NOT: exec()-ing the program with
// CHECK-NOT: DYLD_INSERT_LIBRARIES
// CHECK-NOT: to enable ASan wrappers.
More information about the llvm-commits
mailing list