• Home
  • Raw
  • Download

Lines Matching refs:diff

14 RUN: llvm-cov gcov test.c | diff -u test_no_options.output -
15 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov
16 RUN: diff -aub test_no_options.h.gcov test.h.gcov
21 RUN: llvm-cov gcov -o objdir test.c | diff -u test_no_options.output -
22 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov
23 RUN: diff -aub test_objdir.h.gcov test.h.gcov
26 RUN: llvm-cov gcov -o objdir/test.o test.c | diff -u test_no_options.output -
27 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov
28 RUN: diff -aub test_objdir.h.gcov test.h.gcov
31 RUN: llvm-cov gcov -o objdir/test test.c | diff -u test_no_options.output -
32 RUN: diff -aub test_objdir.cpp.gcov test.cpp.gcov
33 RUN: diff -aub test_objdir.h.gcov test.h.gcov
36 RUN: llvm-cov gcov -n test.c | diff -u test_no_output.output -
40 RUN: llvm-cov gcov test_paths.cpp 2>/dev/null | diff -u test_missing.output -
41 RUN: diff -aub test_missing.cpp.gcov test.cpp.gcov
42 RUN: diff -aub test_missing.h.gcov test.h.gcov
47 RUN: llvm-cov gcov -p test_paths.cpp | diff -u test_preserve_paths.output -
48 RUN: diff -aub test_paths.cpp.gcov srcdir#nested_dir#^#test.cpp.gcov
49 RUN: diff -aub test_paths.h.gcov srcdir#nested_dir#^#test.h.gcov
52 RUN: llvm-cov gcov test_paths.cpp | diff -u test_no_preserve_paths.output -
53 RUN: diff -aub test_paths.cpp.gcov test.cpp.gcov
54 RUN: diff -aub test_paths.h.gcov test.h.gcov
57 RUN: llvm-cov gcov -l test_paths.cpp | diff -u test_long_file_names.output -
58 RUN: diff -aub test_paths.cpp.gcov test_paths.cpp##test.cpp.gcov
59 RUN: diff -aub test_paths.h.gcov test_paths.cpp##test.h.gcov
62 RUN: llvm-cov gcov -lp -gcno test_paths.gcno -gcda test_paths.gcda srcdir/../test_paths.cpp | diff
63 RUN: diff -aub test_paths.cpp.gcov srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.cpp.gcov
64 RUN: diff -aub test_paths.h.gcov srcdir#^#test_paths.cpp##srcdir#nested_dir#^#test.h.gcov
67 RUN: llvm-cov gcov test.c -f | diff -u test_-f.output -
68 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov
69 RUN: diff -aub test_no_options.h.gcov test.h.gcov
72 RUN: llvm-cov gcov test.c -a | diff -u test_no_options.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
101 RUN: llvm-cov gcov test.c -gcda=no_such_gcda_file | diff -u test_no_gcda.output -
102 RUN: diff -aub test_no_gcda.cpp.gcov test.cpp.gcov
103 RUN: diff -aub test_no_gcda.h.gcov test.h.gcov