Lines Matching refs:test_
67 RUN: llvm-cov gcov test.c -f | diff -u test_-f.output -
73 RUN: diff -aub test_-a.cpp.gcov test.cpp.gcov
74 RUN: diff -aub test_-a.h.gcov test.h.gcov
77 RUN: llvm-cov gcov test.c -a -b | diff -u test_-b.output -
78 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
79 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
86 RUN: llvm-cov gcov test.c -a -b -f | not diff -u test_-b_-f.output - >/dev/null
87 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
88 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
91 RUN: llvm-cov gcov test.c -a -b -u | diff -u test_-b.output -
92 RUN: diff -aub test_-a_-b_-u.cpp.gcov test.cpp.gcov
93 RUN: diff -aub test_-a_-b_-u.h.gcov test.h.gcov
96 RUN: llvm-cov gcov test.c -a -b -c -u | diff -u test_-b.output -
97 RUN: diff -aub test_-a_-b_-c_-u.cpp.gcov test.cpp.gcov
98 RUN: diff -aub test_-a_-b_-c_-u.h.gcov test.h.gcov