[compiler-rt] r308660 - [tsan] Update unittest for logging changes of r308637

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 13:06:00 PDT 2017


Author: vitalybuka
Date: Thu Jul 20 13:06:00 2017
New Revision: 308660

URL: http://llvm.org/viewvc/llvm-project?rev=308660&view=rev
Log:
[tsan] Update unittest for logging changes of r308637

Modified:
    compiler-rt/trunk/test/esan/TestCases/large-stack-linux.c

Modified: compiler-rt/trunk/test/esan/TestCases/large-stack-linux.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/esan/TestCases/large-stack-linux.c?rev=308660&r1=308659&r2=308660&view=diff
==============================================================================
--- compiler-rt/trunk/test/esan/TestCases/large-stack-linux.c (original)
+++ compiler-rt/trunk/test/esan/TestCases/large-stack-linux.c Thu Jul 20 13:06:00 2017
@@ -56,14 +56,14 @@ int main(int argc, char *argv[]) {
   // CHECK:      in esan::initializeLibrary
   // CHECK:      Testing child with infinite stack
   // CHECK-NEXT: in esan::initializeLibrary
-  // CHECK-NEXT: =={{[0-9]+}}==The stack size limit is beyond the maximum supported.
+  // CHECK-NEXT: =={{[0-9:]+}}==The stack size limit is beyond the maximum supported.
   // CHECK-NEXT: Re-execing with a stack size below 1TB.
   // CHECK-NEXT: in esan::initializeLibrary
   // CHECK:      done
   // CHECK:      in esan::finalizeLibrary
   // CHECK:      Testing child with 1TB stack
   // CHECK-NEXT: in esan::initializeLibrary
-  // CHECK-NEXT: =={{[0-9]+}}==The stack size limit is beyond the maximum supported.
+  // CHECK-NEXT: =={{[0-9:]+}}==The stack size limit is beyond the maximum supported.
   // CHECK-NEXT: Re-execing with a stack size below 1TB.
   // CHECK-NEXT: in esan::initializeLibrary
   // CHECK:      done




More information about the llvm-commits mailing list