diff options
author | Vedant Kumar <vsk@apple.com> | 2016-09-19 01:46:01 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-09-19 01:46:01 +0000 |
commit | b8d0694caa8cd298feac7cba7066f84548e50b0a (patch) | |
tree | 678082fd5737feaece41a3289a3f9dc23387969c /llvm/test/tools/llvm-cov | |
parent | 9ed5802680fda58d7aee3475d785923d3a0deab6 (diff) | |
download | bcm5719-llvm-b8d0694caa8cd298feac7cba7066f84548e50b0a.tar.gz bcm5719-llvm-b8d0694caa8cd298feac7cba7066f84548e50b0a.zip |
[llvm-cov] Delete the NonCodeLines field, it was always dead
llvm-svn: 281882
Diffstat (limited to 'llvm/test/tools/llvm-cov')
6 files changed, 18 insertions, 18 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/binary-formats.canonical.json b/llvm/test/tools/llvm-cov/Inputs/binary-formats.canonical.json index 276bbfa4e30..46ada64e731 100644 --- a/llvm/test/tools/llvm-cov/Inputs/binary-formats.canonical.json +++ b/llvm/test/tools/llvm-cov/Inputs/binary-formats.canonical.json @@ -1,5 +1,5 @@ // Metadata section -// CHECK: {"version":"1.0.0","type":"llvm.coverage.json.export","data":[ +// CHECK: {"version":"1.1.0","type":"llvm.coverage.json.export","data":[ // Open Export // CHECK-SAME: {"object":"{{[^"]+}}","files":[ @@ -12,7 +12,7 @@ // Verify the Summary Section for the first file // CHECK-SAME: "summary":{ -// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100,"noncode":0}, +// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100}}} @@ -30,7 +30,7 @@ // Full Export Summary // CHECK-SAME: "totals":{ -// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100,"noncode":0}, +// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100}} diff --git a/llvm/test/tools/llvm-cov/Inputs/highlightedRanges.json b/llvm/test/tools/llvm-cov/Inputs/highlightedRanges.json index 0ef3cde17d2..ddd472e44ec 100644 --- a/llvm/test/tools/llvm-cov/Inputs/highlightedRanges.json +++ b/llvm/test/tools/llvm-cov/Inputs/highlightedRanges.json @@ -1,5 +1,5 @@ // Metadata section -// CHECK: {"version":"1.0.0","type":"llvm.coverage.json.export","data":[ +// CHECK: {"version":"1.1.0","type":"llvm.coverage.json.export","data":[ // Open Export // CHECK-SAME: {"object":"{{[^"]+}}","files":[ @@ -12,7 +12,7 @@ // Verify the Summary Section for the first file // CHECK-SAME: "summary":{ -// CHECK-SAME: "lines":{"count":40,"covered":26,"percent":65,"noncode":0}, +// CHECK-SAME: "lines":{"count":40,"covered":26,"percent":65}, // CHECK-SAME: "functions":{"count":4,"covered":4,"percent":100}, // CHECK-SAME: "regions":{"count":19,"covered":11,"notcovered":8,"percent":57}}} @@ -45,7 +45,7 @@ // Full Export Summary // CHECK-SAME: "totals":{ -// CHECK-SAME: "lines":{"count":40,"covered":26,"percent":65,"noncode":0}, +// CHECK-SAME: "lines":{"count":40,"covered":26,"percent":65}, // CHECK-SAME: "functions":{"count":4,"covered":4,"percent":100}, // CHECK-SAME: "instantiations":{"count":4,"covered":4,"percent":100}, // CHECK-SAME: "regions":{"count":19,"covered":11,"notcovered":8,"percent":57}} diff --git a/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.json b/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.json index ff1c8f59dba..e07d0982677 100644 --- a/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.json +++ b/llvm/test/tools/llvm-cov/Inputs/lineExecutionCounts.json @@ -1,5 +1,5 @@ // Metadata section -// CHECK: {"version":"1.0.0","type":"llvm.coverage.json.export","data":[ +// CHECK: {"version":"1.1.0","type":"llvm.coverage.json.export","data":[ // Open Export // CHECK-SAME: {"object":"{{[^"]+}}","files":[ @@ -12,7 +12,7 @@ // Verify the Summary Section for the first file // CHECK-SAME: "summary":{ -// CHECK-SAME: "lines":{"count":20,"covered":16,"percent":80,"noncode":0}, +// CHECK-SAME: "lines":{"count":20,"covered":16,"percent":80}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":10,"covered":7,"notcovered":3,"percent":70}}} @@ -30,7 +30,7 @@ // Full Export Summary // CHECK-SAME: "totals":{ -// CHECK-SAME: "lines":{"count":20,"covered":16,"percent":80,"noncode":0}, +// CHECK-SAME: "lines":{"count":20,"covered":16,"percent":80}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":10,"covered":7,"notcovered":3,"percent":70}} diff --git a/llvm/test/tools/llvm-cov/Inputs/regionMarkers.json b/llvm/test/tools/llvm-cov/Inputs/regionMarkers.json index 5bc506e4071..9048768c8ee 100644 --- a/llvm/test/tools/llvm-cov/Inputs/regionMarkers.json +++ b/llvm/test/tools/llvm-cov/Inputs/regionMarkers.json @@ -1,5 +1,5 @@ // Metadata section -// CHECK: {"version":"1.0.0","type":"llvm.coverage.json.export","data":[ +// CHECK: {"version":"1.1.0","type":"llvm.coverage.json.export","data":[ // Open Export // CHECK-SAME: {"object":"{{[^"]+}}","files":[ @@ -12,7 +12,7 @@ // Verify the Summary Section for the first file // CHECK-SAME: "summary":{ -// CHECK-SAME: "lines":{"count":21,"covered":17,"percent":80,"noncode":0}, +// CHECK-SAME: "lines":{"count":21,"covered":17,"percent":80}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":10,"covered":7,"notcovered":3,"percent":70}} @@ -29,7 +29,7 @@ // Full Export Summary // CHECK-SAME: "totals":{ -// CHECK-SAME: "lines":{"count":21,"covered":17,"percent":80,"noncode":0}, +// CHECK-SAME: "lines":{"count":21,"covered":17,"percent":80}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":10,"covered":7,"notcovered":3,"percent":70}} diff --git a/llvm/test/tools/llvm-cov/Inputs/showExpansions.json b/llvm/test/tools/llvm-cov/Inputs/showExpansions.json index 4a5bb9037fa..6821fd6ac8a 100644 --- a/llvm/test/tools/llvm-cov/Inputs/showExpansions.json +++ b/llvm/test/tools/llvm-cov/Inputs/showExpansions.json @@ -1,5 +1,5 @@ // Metadata section -// CHECK: {"version":"1.0.0","type":"llvm.coverage.json.export","data":[ +// CHECK: {"version":"1.1.0","type":"llvm.coverage.json.export","data":[ // Open Export // CHECK-SAME: {"object":"{{[^"]+}}","files":[ @@ -22,7 +22,7 @@ // Verify the Summary Section for the first file // CHECK-SAME: "summary":{ -// CHECK-SAME: "lines":{"count":17,"covered":15,"percent":88,"noncode":0}, +// CHECK-SAME: "lines":{"count":17,"covered":15,"percent":88}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":13,"covered":12,"notcovered":1,"percent":92}} @@ -43,7 +43,7 @@ // Full Export Summary // CHECK-SAME: "totals":{ -// CHECK-SAME: "lines":{"count":17,"covered":15,"percent":88,"noncode":0}, +// CHECK-SAME: "lines":{"count":17,"covered":15,"percent":88}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":13,"covered":12,"notcovered":1,"percent":92}} diff --git a/llvm/test/tools/llvm-cov/Inputs/universal-binary.json b/llvm/test/tools/llvm-cov/Inputs/universal-binary.json index edf09f374f7..ec32adbe2a5 100644 --- a/llvm/test/tools/llvm-cov/Inputs/universal-binary.json +++ b/llvm/test/tools/llvm-cov/Inputs/universal-binary.json @@ -1,5 +1,5 @@ // Metadata section -// CHECK: {"version":"1.0.0","type":"llvm.coverage.json.export","data":[ +// CHECK: {"version":"1.1.0","type":"llvm.coverage.json.export","data":[ // Open Export // CHECK-SAME: {"object":"{{[^"]+}}","files":[ @@ -12,7 +12,7 @@ // Verify the Summary Section for the first file // CHECK-SAME: "summary":{ -// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100,"noncode":0}, +// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100}} @@ -28,7 +28,7 @@ // Full Export Summary // CHECK-SAME: "totals":{ -// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100,"noncode":0}, +// CHECK-SAME: "lines":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "functions":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "instantiations":{"count":1,"covered":1,"percent":100}, // CHECK-SAME: "regions":{"count":1,"covered":1,"notcovered":0,"percent":100} |