Lines Matching full:threads
1 # Test "report" command with and without multiple threads.
3 RUN: llvm-cov report -num-threads=1 \
8 RUN: llvm-cov report -num-threads=10 \
15 # Test "export" command with and without multiple threads.
16 RUN: llvm-cov export -num-threads=1 \
21 RUN: llvm-cov export -num-threads=10 \
28 # Test "show" command with and without multiple threads, single text file.
29 RUN: llvm-cov show -format=text -num-threads=1 \
34 RUN: llvm-cov show -format=text -num-threads=10 \
41 # Test "show" command with and without multiple threads, single HTML file.
42 RUN: llvm-cov show -format=html -num-threads=1 \
47 RUN: llvm-cov show -format=html -num-threads=10 \
54 # Test "show" command with and without multiple threads, text directory.
55 RUN: llvm-cov show -format=text -num-threads=1 \
60 RUN: llvm-cov show -format=text -num-threads=10 \
67 # Test "show" command with and without multiple threads, HTML directory.
68 RUN: llvm-cov show -format=html -num-threads=1 \
73 RUN: llvm-cov show -format=html -num-threads=10 \