[llvm-branch-commits] [compiler-rt] 3ba2861 - verbose test

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Sep 10 22:17:27 PDT 2024


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


        


More information about the llvm-branch-commits mailing list