summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/test_missing.output
Commit message (Collapse)AuthorAgeFilesLines
* [gcov] Sort file info before printing itVedant Kumar2017-04-261-4/+4
| | | | | | | | | | | | | The order in which GCOV file info is printed depends on the string hash function. This makes some GCOV tests brittle, because the tests must be updated whenever the hash function changes. Sort the filenames before printing out the file info to solve the problem. This should be relatively cheap. Differential Revision: https://reviews.llvm.org/D32512 llvm-svn: 301371
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-071-0/+8
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. llvm-svn: 208149
OpenPOWER on IntegriCloud