[PATCH] D19427: Fix test on Windows

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 16:40:34 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL268332: Relax stack check as on some platforms demanglers fail (authored by vitalybuka).

Changed prior to commit:
  http://reviews.llvm.org/D19427?vs=55913&id=55914#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D19427

Files:
  compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc

Index: compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc
+++ compiler-rt/trunk/test/asan/TestCases/use-after-scope-capture.cc
@@ -10,7 +10,7 @@
     f = [&x]() {
       return x;  // BOOM
       // CHECK: ERROR: AddressSanitizer: stack-use-after-scope
-      // CHECK: #0 0x{{.*}} in {{.*}}::operator(){{.*}}.cc:[[@LINE-2]]
+      // CHECK: #0 0x{{.*}} in {{.*}}use-after-scope-capture.cc:[[@LINE-2]]
     };
   }
   return f();  // BOOM


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19427.55914.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160502/775e1931/attachment.bin>


More information about the llvm-commits mailing list