[compiler-rt] r276134 - [asan] trying to fix the android bot

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 08:59:34 PDT 2016


Author: kcc
Date: Wed Jul 20 10:59:34 2016
New Revision: 276134

URL: http://llvm.org/viewvc/llvm-project?rev=276134&view=rev
Log:
[asan] trying to fix the android bot

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/memmem_test.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/memmem_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/memmem_test.cc?rev=276134&r1=276133&r2=276134&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/memmem_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/memmem_test.cc Wed Jul 20 10:59:34 2016
@@ -19,7 +19,6 @@ int main(int argc, char **argv) {
   //
   // A2: AddressSanitizer: stack-buffer-overflow
   // A2: {{#0.*memmem}}
-  // A2-NEXT: {{#1.*main}}
   // A2: 'a2' <== Memory access at offset
   return res == NULL;
 }




More information about the llvm-commits mailing list