OSDN Git Service

[lit] Fix the lit unit tests.
authorZachary Turner <zturner@google.com>
Sat, 16 Sep 2017 15:48:30 +0000 (15:48 +0000)
committerZachary Turner <zturner@google.com>
Sat, 16 Sep 2017 15:48:30 +0000 (15:48 +0000)
commit7e9d29db74d22d5f02fbb5e5b527ff542e054c53
treecee2450d6f6bbec285f8814abca4aa64b0eb12a8
parent304372419ae12e54a1eb78dfc129059b160af7e8
[lit] Fix the lit unit tests.

A few tests were manually constructing a LitConfig object, since
I added a new argument to it this was triggering some failures
I didn't detect.  `ninja check-lit` passes now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313461 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/discovery.py
utils/lit/tests/unit/TestRunner.py