Skip to content

Commit 3ba2861

Browse files
committed
verbose test
1 parent dd3f250 commit 3ba2861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler-rt/test/asan/TestCases/Linux/stress_dtls.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// RUN: %clangxx_asan -x c -DSO_NAME=f1 %s -shared -o %t-f1.so -fPIC
1212
// RUN: %clangxx_asan -x c -DSO_NAME=f2 %s -shared -o %t-f2.so -fPIC
1313
// RUN: %clangxx_asan %s -ldl -pthread -o %t
14-
// RUN: %run %t 0 3
15-
// RUN: %run %t 2 3
14+
// RUN: %env_asan_opts=verbosity=2 %run %t 0 3
15+
// RUN: %env_asan_opts=verbosity=2 %run %t 2 3
1616
// RUN: %env_asan_opts=verbosity=2 %run %t 10 2 2>&1 | FileCheck %s
1717
// RUN: %env_asan_opts=verbosity=2:intercept_tls_get_addr=1 %run %t 10 2 2>&1 | FileCheck %s
1818
// RUN: %env_asan_opts=verbosity=2:intercept_tls_get_addr=0 %run %t 10 2 2>&1 | FileCheck %s --check-prefix=CHECK0

0 commit comments

Comments
 (0)