[compiler-rt] r271782 - Amazingly, my guess was correct for the top two frames here. Hopefully

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 4 00:29:10 PDT 2016


Author: chandlerc
Date: Sat Jun  4 02:29:10 2016
New Revision: 271782

URL: http://llvm.org/viewvc/llvm-project?rev=271782&view=rev
Log:
Amazingly, my guess was correct for the top two frames here. Hopefully
with this, the Windows sanitizer bot will go green!

Modified:
    compiler-rt/trunk/test/asan/TestCases/Windows/intercept_strdup.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Windows/intercept_strdup.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/intercept_strdup.cc?rev=271782&r1=271781&r2=271782&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/intercept_strdup.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/intercept_strdup.cc Sat Jun  4 02:29:10 2016
@@ -22,13 +22,5 @@ int main() {
 // CHECK: allocated by thread T0 here:
 // CHECK:   #0 {{.*strdup}}
 // CHECK:   #1 {{.* main .*}}intercept_strdup.cc:[[@LINE-15]]
-// CHECK:   #2 {{.*foobar}}
-// CHECK:   #3 {{.*foobar}}
-// CHECK:   #4 {{.*foobar}}
-// CHECK:   #5 {{.*foobar}}
-// CHECK:   #6 {{.*foobar}}
-// CHECK:   #7 {{.*foobar}}
-// CHECK:   #8 {{.*foobar}}
-// CHECK:   #9 {{.*foobar}}
   free(ptr);
 }




More information about the llvm-commits mailing list