summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-cov')
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/test.gcdabin824 -> 824 bytes
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/test.gcnobin3112 -> 3112 bytes
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/test_checksum_mismatch.gcdabin0 -> 825 bytes
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcdabin825 -> 0 bytes
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/test_func_checksum_fail.gcdabin825 -> 0 bytes
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcnobin71 -> 72 bytes
-rw-r--r--llvm/test/tools/llvm-cov/llvm-cov.test4
7 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/test.gcda b/llvm/test/tools/llvm-cov/Inputs/test.gcda
index c0c8329afb6..a62c069c9a7 100644
--- a/llvm/test/tools/llvm-cov/Inputs/test.gcda
+++ b/llvm/test/tools/llvm-cov/Inputs/test.gcda
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/Inputs/test.gcno b/llvm/test/tools/llvm-cov/Inputs/test.gcno
index 97b67bb692b..218398548ef 100644
--- a/llvm/test/tools/llvm-cov/Inputs/test.gcno
+++ b/llvm/test/tools/llvm-cov/Inputs/test.gcno
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_checksum_mismatch.gcda b/llvm/test/tools/llvm-cov/Inputs/test_checksum_mismatch.gcda
new file mode 100644
index 00000000000..2fcf33dd21b
--- /dev/null
+++ b/llvm/test/tools/llvm-cov/Inputs/test_checksum_mismatch.gcda
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcda b/llvm/test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcda
deleted file mode 100644
index 8bfd82c7b24..00000000000
--- a/llvm/test/tools/llvm-cov/Inputs/test_file_checksum_fail.gcda
+++ /dev/null
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_func_checksum_fail.gcda b/llvm/test/tools/llvm-cov/Inputs/test_func_checksum_fail.gcda
deleted file mode 100644
index 4c729a850d8..00000000000
--- a/llvm/test/tools/llvm-cov/Inputs/test_func_checksum_fail.gcda
+++ /dev/null
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno b/llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno
index 88073f15dac..bcc20a65eee 100644
--- a/llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno
+++ b/llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno
Binary files differ
diff --git a/llvm/test/tools/llvm-cov/llvm-cov.test b/llvm/test/tools/llvm-cov/llvm-cov.test
index b08b514a9f2..e2a21e1889e 100644
--- a/llvm/test/tools/llvm-cov/llvm-cov.test
+++ b/llvm/test/tools/llvm-cov/llvm-cov.test
@@ -11,8 +11,6 @@ RUN: rm test.cpp.llcov
RUN: not llvm-cov -gcno=test_read_fail.gcno -gcda=test.gcda
-RUN: not llvm-cov -gcno=test.gcno -gcda=test_file_checksum_fail.gcda
-
-RUN: not llvm-cov -gcno=test.gcno -gcda=test_func_checksum_fail.gcda
+RUN: not llvm-cov -gcno=test.gcno -gcda=test_checksum_mismatch.gcda
XFAIL: powerpc64, s390x, mips
OpenPOWER on IntegriCloud