[lit] Move the shtest-xunit-output check lines into shtest-format
authorJustin Bogner <mail@justinbogner.com>
Mon, 23 Jul 2018 18:08:36 +0000 (18:08 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 23 Jul 2018 18:08:36 +0000 (18:08 +0000)
commit78bb0b4b3c49be0ff6efd7e00a78a5574d11b065
tree1c5c1f937046fe3dd8411758167de5b60b7a0d62
parent488bd0159bf18c4cd0ed260465aa40246236a694
[lit] Move the shtest-xunit-output check lines into shtest-format

These two tests are operating on the same test suite, which causes
them to be racy about writing temporary files and can cause spurious
failures. Merge them into one test to avoid the issue.

llvm-svn: 337718
llvm/utils/lit/tests/shtest-format.py
llvm/utils/lit/tests/shtest-xunit-output.py [deleted file]