summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-07-26 21:55:39 +0000
committerVedant Kumar <vsk@apple.com>2016-07-26 21:55:39 +0000
commite85353b8496bfceecaaef42ab412dda47a4c6911 (patch)
tree4b748f588daadcf0f501ed68b92d7effa6e99fa1 /llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
parent333e468d15dd0b41de1c1e490693a5fd9d4d62df (diff)
downloadbcm5719-llvm-e85353b8496bfceecaaef42ab412dda47a4c6911.tar.gz
bcm5719-llvm-e85353b8496bfceecaaef42ab412dda47a4c6911.zip
Revert "[llvm-cov] Add support for exporting coverage data to JSON"
This reverts commit r276813. The Windows bots are complaining about some of the filename regexes in the tests: http://bb.pgr.jp/builders/ninja-clang-i686-msc19-R/builds/5299 llvm-svn: 276816
Diffstat (limited to 'llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp')
-rw-r--r--llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp b/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
index faba48d6811..7a33c31efe7 100644
--- a/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
+++ b/llvm/test/tools/llvm-cov/showLineExecutionCounts.cpp
@@ -69,7 +69,3 @@ int main() { // TEXT: 161| [[@LINE]]|int main(
// HTML: <td class='covered-line'><pre>161</pre></td><td class='line-number'><a name='L[[@LINE-44]]'><pre>[[@LINE-44]]</pre></a></td><td class='code'><pre>}
// HTML-WHOLE-FILE: <td class='uncovered-line'></td><td class='line-number'><a name='L[[@LINE-44]]'><pre>[[@LINE-44]]</pre></a></td><td class='code'><pre>// after
// HTML-FILTER-NOT: <td class='uncovered-line'></td><td class='line-number'><a name='L[[@LINE-45]]'><pre>[[@LINE-45]]</pre></a></td><td class='code'><pre>// after
-
-// RUN: llvm-cov export %S/Inputs/lineExecutionCounts.covmapping -instr-profile %t.profdata -name=main 2>/dev/null > %t.json
-// FileCheck -input-file=%t.json %S/Inputs/lineExecutionCounts.json
-// RUN: cat %t.json | %python -c 'import json, sys; json.loads(sys.stdin.read())'
OpenPOWER on IntegriCloud