Revert "Added basic unit test for llvm-cov."
authorYuchen Wu <yuchenericwu@hotmail.com>
Tue, 12 Nov 2013 05:57:06 +0000 (05:57 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Tue, 12 Nov 2013 05:57:06 +0000 (05:57 +0000)
commit0cbecb56fbdca4ac8c254bd122fce9037b1372f1
tree31e5376426d8da8e2b97c5cf40d55b9283fc4e73
parentf42264e7e4cb947bcd1ff7dd48fd0ba4e9fbbf9f
Revert "Added basic unit test for llvm-cov."

This reverts commit r194451.

Not sure why the tests are failing on the buildbot. They run fine on my
local machine. Could it possibly be because of the endianness of the
architectures? The GCNO and GCDA files are little-endian encoded, and
llvm-cov expects it to remain that way. Is this a safe assumption?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194454 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/Inputs/README [deleted file]
test/tools/llvm-cov/Inputs/test.cpp [deleted file]
test/tools/llvm-cov/Inputs/test.cpp.gcov [deleted file]
test/tools/llvm-cov/Inputs/test.gcda [deleted file]
test/tools/llvm-cov/Inputs/test.gcno [deleted file]
test/tools/llvm-cov/lit.local.cfg [deleted file]
test/tools/llvm-cov/llvm-cov.test [deleted file]