[compiler-rt] r201571 - [asan] Relax stack-overflow test.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Tue Feb 18 05:11:41 PST 2014


Author: eugenis
Date: Tue Feb 18 07:11:40 2014
New Revision: 201571

URL: http://llvm.org/viewvc/llvm-project?rev=201571&view=rev
Log:
[asan] Relax stack-overflow test.

Modified:
    compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc

Modified: compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc?rev=201571&r1=201570&r2=201571&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/stack-overflow.cc Tue Feb 18 07:11:40 2014
@@ -22,7 +22,7 @@ void large_frame_func(char *p, int level
     large_frame_func(buf, level + 1);
   // CHECK: {{stack-overflow on address 0x.* \(pc 0x.* sp 0x.* bp 0x.* T.*\)}}
   // Frame 0 may be anywhere (in rand(), for example).
-  // CHECK: {{    #1 0x.* in large_frame_func.*stack-overflow.cc:}}[[@LINE-3]]
+  // CHECK: {{    #. 0x.* in large_frame_func.*stack-overflow.cc:}}[[@LINE-3]]
 }
 
 void *ThreadFn(void* unused) {





More information about the llvm-commits mailing list