summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-12-12 20:29:54 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-12-12 20:29:54 +0000
commit0dbb28f0761ba63cb0581bd9139be7281eb6ee00 (patch)
tree631b83d866f2877b184662d6ad6712e6bd45c495 /test/Other
parent1cf81e6244e5afde6cd60cb7704cd1fc7419455d (diff)
downloadllvm-0dbb28f0761ba63cb0581bd9139be7281eb6ee00.tar.gz
llvm-0dbb28f0761ba63cb0581bd9139be7281eb6ee00.tar.bz2
llvm-0dbb28f0761ba63cb0581bd9139be7281eb6ee00.tar.xz
Removed llvm-cov.test from Other folder.
More comprehensive llvm-cov tests were added to tools/llvm-cov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/Inputs/llvm_cov.gcdabin296 -> 0 bytes
-rw-r--r--test/Other/Inputs/llvm_cov.gcnobin984 -> 0 bytes
-rw-r--r--test/Other/llvm-cov.test4
3 files changed, 0 insertions, 4 deletions
diff --git a/test/Other/Inputs/llvm_cov.gcda b/test/Other/Inputs/llvm_cov.gcda
deleted file mode 100644
index 9ae2286ea2..0000000000
--- a/test/Other/Inputs/llvm_cov.gcda
+++ /dev/null
Binary files differ
diff --git a/test/Other/Inputs/llvm_cov.gcno b/test/Other/Inputs/llvm_cov.gcno
deleted file mode 100644
index 25e202386a..0000000000
--- a/test/Other/Inputs/llvm_cov.gcno
+++ /dev/null
Binary files differ
diff --git a/test/Other/llvm-cov.test b/test/Other/llvm-cov.test
deleted file mode 100644
index 2ac4e9e866..0000000000
--- a/test/Other/llvm-cov.test
+++ /dev/null
@@ -1,4 +0,0 @@
-PR11760
-RUN: llvm-cov -gcda=%S/Inputs/llvm_cov.gcda -gcno=%S/Inputs/llvm_cov.gcno
-REQUIRES: asserts
-XFAIL: *