Author: Vitaly Buka Date: 2024-09-10T22:17:06-07:00 New Revision: 3ba2861d550c286608e03b9e0ba1510e1d5aa9cf
URL: https://github.com/llvm/llvm-project/commit/3ba2861d550c286608e03b9e0ba1510e1d5aa9cf DIFF: https://github.com/llvm/llvm-project/commit/3ba2861d550c286608e03b9e0ba1510e1d5aa9cf.diff LOG: verbose test Added: Modified: compiler-rt/test/asan/TestCases/Linux/stress_dtls.c Removed: ################################################################################ diff --git a/compiler-rt/test/asan/TestCases/Linux/stress_dtls.c b/compiler-rt/test/asan/TestCases/Linux/stress_dtls.c index fd1ce0cd472f99..be0baabde49c17 100644 --- a/compiler-rt/test/asan/TestCases/Linux/stress_dtls.c +++ b/compiler-rt/test/asan/TestCases/Linux/stress_dtls.c @@ -11,8 +11,8 @@ // RUN: %clangxx_asan -x c -DSO_NAME=f1 %s -shared -o %t-f1.so -fPIC // RUN: %clangxx_asan -x c -DSO_NAME=f2 %s -shared -o %t-f2.so -fPIC // RUN: %clangxx_asan %s -ldl -pthread -o %t -// RUN: %run %t 0 3 -// RUN: %run %t 2 3 +// RUN: %env_asan_opts=verbosity=2 %run %t 0 3 +// RUN: %env_asan_opts=verbosity=2 %run %t 2 3 // RUN: %env_asan_opts=verbosity=2 %run %t 10 2 2>&1 | FileCheck %s // RUN: %env_asan_opts=verbosity=2:intercept_tls_get_addr=1 %run %t 10 2 2>&1 | FileCheck %s // RUN: %env_asan_opts=verbosity=2:intercept_tls_get_addr=0 %run %t 10 2 2>&1 | FileCheck %s --check-prefix=CHECK0 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits