diff options
| -rw-r--r-- | test/Other/Inputs/llvm_cov.gcda (renamed from test/Other/Inputs/llvm-cov.gcda) | bin | 296 -> 296 bytes | |||
| -rw-r--r-- | test/Other/Inputs/llvm_cov.gcno (renamed from test/Other/Inputs/llvm-cov.gcno) | bin | 984 -> 984 bytes | |||
| -rw-r--r-- | test/Other/lit.local.cfg | 2 | ||||
| -rw-r--r-- | test/Other/llvm-cov.test | 4 |
4 files changed, 3 insertions, 3 deletions
diff --git a/test/Other/Inputs/llvm-cov.gcda b/test/Other/Inputs/llvm_cov.gcda Binary files differindex 9ae2286..9ae2286 100644 --- a/test/Other/Inputs/llvm-cov.gcda +++ b/test/Other/Inputs/llvm_cov.gcda diff --git a/test/Other/Inputs/llvm-cov.gcno b/test/Other/Inputs/llvm_cov.gcno Binary files differindex 25e2023..25e2023 100644 --- a/test/Other/Inputs/llvm-cov.gcno +++ b/test/Other/Inputs/llvm_cov.gcno diff --git a/test/Other/lit.local.cfg b/test/Other/lit.local.cfg index 2693077..67c7ec7 100644 --- a/test/Other/lit.local.cfg +++ b/test/Other/lit.local.cfg @@ -1 +1 @@ -config.suffixes = ['.ll', '.c', '.cpp', '.txt'] +config.suffixes = ['.ll', '.c', '.cpp', '.txt', '.test'] diff --git a/test/Other/llvm-cov.test b/test/Other/llvm-cov.test index c0aa203..e161b82 100644 --- a/test/Other/llvm-cov.test +++ b/test/Other/llvm-cov.test @@ -1,3 +1,3 @@ PR11760 -RUN: llvm-cov -gcda=%S/Inputs/llvm-cov.gcda -gcno=%S/Inputs/llvm-cov.gcno - +RUN: llvm-cov -gcda=%S/Inputs/llvm_cov.gcda -gcno=%S/Inputs/llvm_cov.gcno +XFAIL: * |
