diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-02-23 15:57:13 -0800 |
---|---|---|
committer | Tom Stellard <tstellar@redhat.com> | 2021-02-23 15:57:13 -0800 |
commit | 06e5dec59e0b53c5a99fc8d2ff30960b24c4f1b6 (patch) | |
tree | 5ab715a77eef202d36ff0582f1039252cd586871 | |
parent | eccac5a8aec92c995f0f8ef090ba4142e0334b46 (diff) | |
download | llvm-06e5dec59e0b53c5a99fc8d2ff30960b24c4f1b6.zip llvm-06e5dec59e0b53c5a99fc8d2ff30960b24c4f1b6.tar.gz llvm-06e5dec59e0b53c5a99fc8d2ff30960b24c4f1b6.tar.bz2 |
Fix test failures after a92ceea91116e7b95d23eff634507fa2cff86ef2
-rw-r--r-- | llvm/test/tools/llvm-cov/branch-c-general.test | 12 | ||||
-rw-r--r-- | llvm/test/tools/llvm-cov/branch-logical-mixed.cpp | 4 | ||||
-rw-r--r-- | llvm/test/tools/llvm-cov/branch-noShowBranch.test | 4 |
3 files changed, 10 insertions, 10 deletions
diff --git a/llvm/test/tools/llvm-cov/branch-c-general.test b/llvm/test/tools/llvm-cov/branch-c-general.test index bbebdd1..33c12d6 100644 --- a/llvm/test/tools/llvm-cov/branch-c-general.test +++ b/llvm/test/tools/llvm-cov/branch-c-general.test @@ -118,18 +118,18 @@ // REPORT-NEXT: --- // REPORT-NEXT: simple_loops 8 0 100.00% 9 0 100.00% 6 0 100.00% // REPORT-NEXT: conditionals 24 0 100.00% 15 0 100.00% 16 2 87.50% -// REPORT-NEXT: early_exits 20 4 80.00% 25 3 88.00% 16 6 62.50% -// REPORT-NEXT: jumps 39 12 69.23% 48 4 91.67% 26 9 65.38% -// REPORT-NEXT: switches 28 5 82.14% 38 5 86.84% 30 9 70.00% +// REPORT-NEXT: early_exits 20 4 80.00% 25 2 92.00% 16 6 62.50% +// REPORT-NEXT: jumps 39 12 69.23% 48 2 95.83% 26 9 65.38% +// REPORT-NEXT: switches 28 5 82.14% 38 4 89.47% 30 9 70.00% // REPORT-NEXT: big_switch 25 1 96.00% 32 0 100.00% 30 6 80.00% // REPORT-NEXT: boolean_operators 16 0 100.00% 13 0 100.00% 22 2 90.91% // REPORT-NEXT: boolop_loops 19 0 100.00% 14 0 100.00% 16 2 87.50% -// REPORT-NEXT: conditional_operator 4 2 50.00% 8 1 87.50% 4 2 50.00% +// REPORT-NEXT: conditional_operator 4 2 50.00% 8 0 100.00% 4 2 50.00% // REPORT-NEXT: do_fallthrough 9 0 100.00% 12 0 100.00% 6 0 100.00% // REPORT-NEXT: main 1 0 100.00% 16 0 100.00% 0 0 0.00% // REPORT-NEXT: c-general.c:static_func 4 0 100.00% 4 0 100.00% 2 0 100.00% // REPORT-NEXT: --- -// REPORT-NEXT: TOTAL 197 24 87.82% 234 13 94.44% 174 38 78.16% +// REPORT-NEXT: TOTAL 197 24 87.82% 234 8 96.58% 174 38 78.16% // Test file-level report. // RUN: llvm-profdata merge %S/Inputs/branch-c-general.proftext -o %t.profdata @@ -157,7 +157,7 @@ // HTML-INDEX: <td class='column-entry-green'> // HTML-INDEX: 100.00% (12/12) // HTML-INDEX: <td class='column-entry-yellow'> -// HTML-INDEX: 94.44% (221/234) +// HTML-INDEX: 96.58% (226/234) // HTML-INDEX: <td class='column-entry-yellow'> // HTML-INDEX: 87.82% (173/197) // HTML-INDEX: <td class='column-entry-red'> diff --git a/llvm/test/tools/llvm-cov/branch-logical-mixed.cpp b/llvm/test/tools/llvm-cov/branch-logical-mixed.cpp index 107ed77..f5f7871 100644 --- a/llvm/test/tools/llvm-cov/branch-logical-mixed.cpp +++ b/llvm/test/tools/llvm-cov/branch-logical-mixed.cpp @@ -84,7 +84,7 @@ int main(int argc, char *argv[]) // REPORT: Name Regions Miss Cover Lines Miss Cover Branches Miss Cover // REPORT-NEXT: --- -// REPORT-NEXT: _Z4funcii 77 9 88.31% 68 10 85.29% 80 32 60.00% +// REPORT-NEXT: _Z4funcii 77 9 88.31% 68 3 95.59% 80 32 60.00% // REPORT-NEXT: main 1 0 100.00% 5 0 100.00% 0 0 0.00% // REPORT-NEXT: --- -// REPORT-NEXT: TOTAL 78 9 88.46% 73 10 86.30% 80 32 60.00% +// REPORT-NEXT: TOTAL 78 9 88.46% 73 3 95.89% 80 32 60.00% diff --git a/llvm/test/tools/llvm-cov/branch-noShowBranch.test b/llvm/test/tools/llvm-cov/branch-noShowBranch.test index a8f12d6..79069b2 100644 --- a/llvm/test/tools/llvm-cov/branch-noShowBranch.test +++ b/llvm/test/tools/llvm-cov/branch-noShowBranch.test @@ -20,6 +20,6 @@ // REPORT-NOT: do_fallthrough 9 0 100.00% 12 0 100.00% 6 0 100.00% // REPORT-NOT: main 1 0 100.00% 16 0 100.00% 0 0 0.00% // REPORT-NOT: c-general.c:static_func 4 0 100.00% 4 0 100.00% 2 0 100.00% -// REPORT: TOTAL 197 24 87.82% 234 13 94.44% -// REPORT-NOT: TOTAL 197 24 87.82% 234 13 94.44% 174 38 78.16% +// REPORT: TOTAL 197 24 87.82% 234 8 96.58% +// REPORT-NOT: TOTAL 197 24 87.82% 234 8 96.58% 174 38 78.16% |