From: Vitaly Buka Date: Mon, 13 Nov 2017 19:56:06 +0000 (+0000) Subject: [sanitizer] Relax stack check X-Git-Tag: llvmorg-6.0.0-rc1~3515 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a46e8d1c2c00fe2f9af39df93c071b282b3912b;p=platform%2Fupstream%2Fllvm.git [sanitizer] Relax stack check -NEXT sometimes does not work as LLVMSymbolizer warning can appear there. llvm-svn: 318077 --- diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc index ed2a580..5eb9c15 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/assert.cc @@ -25,7 +25,7 @@ int main(int argc, char **argv) { // CHECK0-NOT: Sanitizer:DEADLYSIGNAL // CHECK1: ERROR: {{.*}}Sanitizer: ABRT -// CHECK1-NEXT: {{ #0 }} +// CHECK1: {{ #0 }} // CHECK1-NEXT: {{ #1 }} // CHECK1: DEATH CALLBACK // CHECK0-NOT: Sanitizer