From: Benjamin Kramer Date: Fri, 26 Nov 2021 13:01:40 +0000 (+0100) Subject: [tsan] Relax atexit5.cpp a bit more so it's not as dependent on the standard library... X-Git-Tag: upstream/15.0.7~24724 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e099a64be7071f5109befaeb8e8534392192888;p=platform%2Fupstream%2Fllvm.git [tsan] Relax atexit5.cpp a bit more so it's not as dependent on the standard library implementation --- diff --git a/compiler-rt/test/tsan/atexit5.cpp b/compiler-rt/test/tsan/atexit5.cpp index a784bc6..ef3b385 100644 --- a/compiler-rt/test/tsan/atexit5.cpp +++ b/compiler-rt/test/tsan/atexit5.cpp @@ -23,5 +23,5 @@ int main() { // CHECK: Write of size 8 // The exact spelling and number of std frames is hard to guess. // CHECK: unique_ptr -// CHECK: #{{1|2}} cxa_at_exit_callback_installed_at -// CHECK: #{{2|3}} __cxx_global_var_init +// CHECK: #{{[1-9]}} cxa_at_exit_callback_installed_at +// CHECK: #{{[2-9]}} __cxx_global_var_init