OSDN Git Service

[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)
commit7550101af9bd6d974584533673ef469bc8ca3296
treeb1992550c6b34b3bd1142c25b039ec0f07b6e5e2
parent83862fefd9adb2b11bb47e3ef3db52a9a27c3016
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337718 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/tests/shtest-format.py
utils/lit/tests/shtest-xunit-output.py [deleted file]