[PATCH] [test] Use lit's shell test runner on Windows
Reid Kleckner
rnk at google.com
Fri Apr 5 08:18:39 PDT 2013
Unfortunately, I don't see an easy way to detect msys bash, or I would
conditionalize this setting on its presence.
What do you think about an env var that you could set on the bots? I would
make it a lit user parameter, but that seems harder to work with since you
just run "make check" on your bots, right?
On Wed, Mar 20, 2013 at 10:12 PM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:
>
> I assume bash as MSYS bash.
>
> I expect a few tests, for example, llvm/test/Other/close-stderr.ll,
> could be run with bash/msys.
> This is the reason why I have been maintaining bash runner.
>
> That said, I know msys-bash is too slow to handle tests. We could
> introduce bash tests as *optional*.
>
> I suggest a certain environment variable could run tests as bash runner.
>
> http://llvm-reviews.chandlerc.com/D559
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130405/5eca07b9/attachment.html>
More information about the llvm-commits
mailing list