Lines Matching full:diff
13 RUN: llvm-cov test.c | diff -u test_no_options.output -
14 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov
15 RUN: diff -aub test_no_options.h.gcov test.h.gcov
20 RUN: llvm-cov -o objdir test.c | diff -u test_no_options.output -
21 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov
22 RUN: diff -aub test_objdir.h.gcov test.h.gcov
25 RUN: llvm-cov -o objdir/test.o test.c | diff -u test_no_options.output -
26 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov
27 RUN: diff -aub test_objdir.h.gcov test.h.gcov
30 RUN: llvm-cov -o objdir/test test.c | diff -u test_no_options.output -
31 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov
32 RUN: diff -aub test_objdir.h.gcov test.h.gcov
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 -
40 RUN: diff -aub test_missing.cpp.gcov test.cpp.gcov
41 RUN: diff -aub test_missing.h.gcov test.h.gcov
46 RUN: llvm-cov -p test_paths.cpp | diff -u test_preserve_paths.output -
47 RUN: diff -aub test_paths.cpp.gcov srcdir#nested_dir#^#test.cpp.gcov
48 RUN: diff -aub test_paths.h.gcov srcdir#nested_dir#^#test.h.gcov
51 RUN: llvm-cov test_paths.cpp | diff -u test_no_preserve_paths.output -
52 RUN: diff -aub test_paths.cpp.gcov test.cpp.gcov
53 RUN: diff -aub test_paths.h.gcov test.h.gcov
56 RUN: llvm-cov -l test_paths.cpp | diff -u test_long_file_names.output -
57 RUN: diff -aub test_paths.cpp.gcov test_paths.cpp##test.cpp.gcov
58 RUN: diff -aub test_paths.h.gcov test_paths.cpp##test.h.gcov
61 RUN: llvm-cov -lp -gcno test_paths.gcno -gcda test_paths.gcda srcdir/../test_paths.cpp | diff -u test_long_paths.output -
62 RUN: diff -aub test_paths.cpp.gcov srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.cpp.gcov
63 RUN: diff -aub test_paths.h.gcov srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.h.gcov
66 RUN: llvm-cov test.c -f | diff -u test_-f.output -
67 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov
68 RUN: diff -aub test_no_options.h.gcov test.h.gcov
71 RUN: llvm-cov test.c -a | diff -u test_no_options.output -
72 RUN: diff -aub test_-a.cpp.gcov test.cpp.gcov
73 RUN: diff -aub test_-a.h.gcov test.h.gcov
76 RUN: llvm-cov test.c -a -b | diff -u test_-b.output -
77 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
78 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
85 RUN: llvm-cov test.c -a -b -f | not diff -u test_-b_-f.output - >/dev/null
86 RUN: diff -aub test_-a_-b.cpp.gcov test.cpp.gcov
87 RUN: diff -aub test_-a_-b.h.gcov test.h.gcov
90 RUN: llvm-cov test.c -a -b -u | diff -u test_-b.output -
91 RUN: diff -aub test_-a_-b_-u.cpp.gcov test.cpp.gcov
92 RUN: diff -aub test_-a_-b_-u.h.gcov test.h.gcov
95 RUN: llvm-cov test.c -a -b -c -u | diff -u test_-b.output -
96 RUN: diff -aub test_-a_-b_-c_-u.cpp.gcov test.cpp.gcov
97 RUN: diff -aub test_-a_-b_-c_-u.h.gcov test.h.gcov
100 RUN: llvm-cov test.c -gcda=no_such_gcda_file | diff -u test_no_gcda.output -
101 RUN: diff -aub test_no_gcda.cpp.gcov test.cpp.gcov
102 RUN: diff -aub test_no_gcda.h.gcov test.h.gcov