summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cov/Inputs/test_no_gcda.output
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-02-04 06:41:39 +0000
committerJustin Bogner <mail@justinbogner.com>2014-02-04 06:41:39 +0000
commit9433c770f7cd72882fa33edf3b53dd62a23abc21 (patch)
tree577aabed381b36bd14b1b0fdd7d7e40ac9c2dab2 /test/tools/llvm-cov/Inputs/test_no_gcda.output
parentf7d0d0798ea06dfc2629cd458a273197b6bb73e1 (diff)
downloadllvm-9433c770f7cd72882fa33edf3b53dd62a23abc21.tar.gz
llvm-9433c770f7cd72882fa33edf3b53dd62a23abc21.tar.bz2
llvm-9433c770f7cd72882fa33edf3b53dd62a23abc21.tar.xz
llvm-cov: Ignore missing .gcda files
When gcov is run without gcda data, it acts as if the counts are all zero and labels the file as - to indicate that there was no data. We should do the same. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200740 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-cov/Inputs/test_no_gcda.output')
-rw-r--r--test/tools/llvm-cov/Inputs/test_no_gcda.output8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/Inputs/test_no_gcda.output b/test/tools/llvm-cov/Inputs/test_no_gcda.output
new file mode 100644
index 0000000000..69adce209b
--- /dev/null
+++ b/test/tools/llvm-cov/Inputs/test_no_gcda.output
@@ -0,0 +1,8 @@
+File 'test.cpp'
+Lines executed:0.00% of 38
+test.cpp:creating 'test.cpp.gcov'
+
+File './test.h'
+Lines executed:0.00% of 1
+./test.h:creating './test.h.gcov'
+