[llvm-branch-commits] [compiler-rt] 9a96068 - verbose test

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Sep 11 07:58:14 PDT 2024


Author: Vitaly Buka
Date: 2024-09-11T07:57:35-07:00
New Revision: 9a96068baeb4c6a5e0bfda0232195669dbc3c3bf

URL: https://github.com/llvm/llvm-project/commit/9a96068baeb4c6a5e0bfda0232195669dbc3c3bf
DIFF: https://github.com/llvm/llvm-project/commit/9a96068baeb4c6a5e0bfda0232195669dbc3c3bf.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