[compiler-rt] 678ef2f - [sanitizer] Make test pass with InternalSymbolizer
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 11 17:36:13 PDT 2022
Author: Vitaly Buka
Date: 2022-04-11T17:36:01-07:00
New Revision: 678ef2fbd5e0e602183245781f1e33cf84505d5d
URL: https://github.com/llvm/llvm-project/commit/678ef2fbd5e0e602183245781f1e33cf84505d5d
DIFF: https://github.com/llvm/llvm-project/commit/678ef2fbd5e0e602183245781f1e33cf84505d5d.diff
LOG: [sanitizer] Make test pass with InternalSymbolizer
Added:
Modified:
compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp
index 262e50bf7be2c..e0a2dbefdcebd 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_debug_argv.cpp
@@ -3,7 +3,7 @@
#include <sanitizer/common_interface_defs.h>
int main(int argc, char **argv) {
- // CHECK: Launching Symbolizer process: {{.+}}
+ // CHECK: {{(Launching Symbolizer process: .+)|(Using internal symbolizer)}}
__sanitizer_print_stack_trace();
return 0;
}
More information about the llvm-commits
mailing list