summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cov/llvm-cov.test
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-12-04 06:00:17 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-12-04 06:00:17 +0000
commit2ebea72474874e5a437eca994ca4d649d8234744 (patch)
treef4889e60d1ce3c6f437ad03ad6515081bb098466 /test/tools/llvm-cov/llvm-cov.test
parent45a5b27d9be7d0707a1fb15fc7e512a39feb95a7 (diff)
downloadllvm-2ebea72474874e5a437eca994ca4d649d8234744.tar.gz
llvm-2ebea72474874e5a437eca994ca4d649d8234744.tar.bz2
llvm-2ebea72474874e5a437eca994ca4d649d8234744.tar.xz
llvm-cov: Added support for function checksums.
The function checksums are hashed from the concatenation of the function name and line number. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-cov/llvm-cov.test')
-rw-r--r--test/tools/llvm-cov/llvm-cov.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/tools/llvm-cov/llvm-cov.test b/test/tools/llvm-cov/llvm-cov.test
index e2a21e1889..b08b514a9f 100644
--- a/test/tools/llvm-cov/llvm-cov.test
+++ b/test/tools/llvm-cov/llvm-cov.test
@@ -11,6 +11,8 @@ 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_checksum_mismatch.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
XFAIL: powerpc64, s390x, mips