summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/showProjectSummary.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov] Do not print out the filename of the object fileVedant Kumar2016-10-251-2/+1
| | | | | | | | | When we load coverage data from multiple objects, we don't have a way to attribute a source object to a function record. Printing out the object filename next to the source filename is already not very useful: soon, it'll actually become misleading. Stop printing out the filename now. llvm-svn: 285043
* [llvm-cov] Drop another redundant 'No.' suffixVedant Kumar2016-09-191-1/+1
| | | | llvm-svn: 281872
* [llvm-cov] Don't print a verbose title when looking at one fileVedant Kumar2016-09-151-2/+2
| | | | | | | Having the same title, timestamp, etc. occur repeatedly creates an unnecessary distraction when paging through a report. llvm-svn: 281579
* [llvm-cov] Fix tests that aren't checking anything (NFC)Vedant Kumar2016-09-151-0/+16
E.g the 'showProjectSummary' test contains some checks which can't fail because they match themselves... llvm-svn: 281578
OpenPOWER on IntegriCloud