summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cov/Inputs/test_missing.output
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-05-07 02:11:23 +0000
committerJustin Bogner <mail@justinbogner.com>2014-05-07 02:11:23 +0000
commitc92330c18ce2f7015f0db88e4bfce3d253fa3c57 (patch)
treeae700f9e5977fb7a1bc760e4f2746b9b2350379b /test/tools/llvm-cov/Inputs/test_missing.output
parent56d05e468cdfd4ad195f264974f1b841bc4ca785 (diff)
downloadllvm-c92330c18ce2f7015f0db88e4bfce3d253fa3c57.tar.gz
llvm-c92330c18ce2f7015f0db88e4bfce3d253fa3c57.tar.bz2
llvm-c92330c18ce2f7015f0db88e4bfce3d253fa3c57.tar.xz
llvm-cov: Handle missing source files as GCOV does
If the source files referenced by a gcno file are missing, gcov outputs a coverage file where every line is simply /*EOF*/. This also occurs for lines in the coverage that are past the end of a file that is found. This change mimics gcov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208149 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-cov/Inputs/test_missing.output')
-rw-r--r--test/tools/llvm-cov/Inputs/test_missing.output8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/Inputs/test_missing.output b/test/tools/llvm-cov/Inputs/test_missing.output
new file mode 100644
index 0000000000..ada0c36030
--- /dev/null
+++ b/test/tools/llvm-cov/Inputs/test_missing.output
@@ -0,0 +1,8 @@
+File 'srcdir/./nested_dir/../test.h'
+Lines executed:100.00% of 1
+srcdir/./nested_dir/../test.h:creating 'test.h.gcov'
+
+File 'srcdir/./nested_dir/../test.cpp'
+Lines executed:84.21% of 38
+srcdir/./nested_dir/../test.cpp:creating 'test.cpp.gcov'
+