diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2017-07-20 20:06:00 +0000 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2017-07-20 20:06:00 +0000 |
| commit | 04787bbc983e88fc501385aa35e3bee5bf8e1d27 (patch) | |
| tree | 03fbcc9ae0bca3c66222031b64c066b2f357cd9e | |
| parent | 1eeedf48294ac99cede3430232cad55170de99f8 (diff) | |
| download | bcm5719-llvm-04787bbc983e88fc501385aa35e3bee5bf8e1d27.tar.gz bcm5719-llvm-04787bbc983e88fc501385aa35e3bee5bf8e1d27.zip | |
[tsan] Update unittest for logging changes of r308637
llvm-svn: 308660
| -rw-r--r-- | compiler-rt/test/esan/TestCases/large-stack-linux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/esan/TestCases/large-stack-linux.c b/compiler-rt/test/esan/TestCases/large-stack-linux.c index 3e024fc4e90..1af32f8ba25 100644 --- a/compiler-rt/test/esan/TestCases/large-stack-linux.c +++ b/compiler-rt/test/esan/TestCases/large-stack-linux.c @@ -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 |

