Lines Matching refs:cov
1 # Tests for compatibility between llvm-cov and gcov. These work by
2 # comparing llvm-cov against reference outputs generated by gcov 4.2.
13 RUN: llvm-cov test.c | diff -u test_no_options.output -
20 RUN: llvm-cov -o objdir test.c | diff -u test_no_options.output -
25 RUN: llvm-cov -o objdir/test.o test.c | diff -u test_no_options.output -
30 RUN: llvm-cov -o objdir/test test.c | diff -u test_no_options.output -
35 RUN: llvm-cov -n test.c | diff -u test_no_output.output -
39 RUN: llvm-cov test_paths.cpp 2>/dev/null | diff -u test_missing.output -
46 RUN: llvm-cov -p test_paths.cpp | diff -u test_preserve_paths.output -
51 RUN: llvm-cov test_paths.cpp | diff -u test_no_preserve_paths.output -
56 RUN: llvm-cov -l test_paths.cpp | diff -u test_long_file_names.output -
61 RUN: llvm-cov -lp -gcno test_paths.gcno -gcda test_paths.gcda srcdir/../test_paths.cpp | diff -u te…
66 RUN: llvm-cov test.c -f | diff -u test_-f.output -
71 RUN: llvm-cov test.c -a | diff -u test_no_options.output -
76 RUN: llvm-cov test.c -a -b | diff -u test_-b.output -
85 RUN: llvm-cov test.c -a -b -f | not diff -u test_-b_-f.output - >/dev/null
90 RUN: llvm-cov test.c -a -b -u | diff -u test_-b.output -
95 RUN: llvm-cov test.c -a -b -c -u | diff -u test_-b.output -
100 RUN: llvm-cov test.c -gcda=no_such_gcda_file | diff -u test_no_gcda.output -
105 RUN: llvm-cov test.c -gcno=test_read_fail.gcno
108 RUN: llvm-cov test.c -gcda=test_file_checksum_fail.gcda
111 RUN: llvm-cov test.c -gcda=test_func_checksum_fail.gcda