]> granicus.if.org Git - llvm/commit
llvm-profdata: Clean up and reorganize some tests
authorJustin Bogner <mail@justinbogner.com>
Tue, 29 Jul 2014 22:29:23 +0000 (22:29 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 29 Jul 2014 22:29:23 +0000 (22:29 +0000)
commit12855f63766492e780fb2f59bd39b73ef227d809
tree7ef1aeef2f0bb7c7d0ab9971c8ed8208d9b594ec
parentb9253653c7143ba510d892be2b30e1b8c11affe6
llvm-profdata: Clean up and reorganize some tests

This moves some tests around to make it clearer what's being tested,
and adds very rudimentary comment syntax to the text input format to
make specifying this kind of test a little bit simpler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214235 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ProfileData/InstrProfReader.cpp
test/tools/llvm-profdata/Inputs/overflow.profdata [deleted file]
test/tools/llvm-profdata/hash-mismatch.profdata [new file with mode: 0644]
test/tools/llvm-profdata/lit.local.cfg [new file with mode: 0644]
test/tools/llvm-profdata/multiple-inputs.test [moved from test/tools/llvm-profdata/simple.test with 98% similarity]
test/tools/llvm-profdata/overflow.profdata [new file with mode: 0644]
test/tools/llvm-profdata/text-format-errors.test [moved from test/tools/llvm-profdata/errors.test with 69% similarity]