[cfe-commits] [PATCH][Review request] Tweak tests for Mingw MSYS bash
NAKAMURA Takumi
geek4civic at gmail.com
Thu Feb 10 00:01:06 PST 2011
Hello Daniel,
I will send following 4 patches for LLVM and 2 patches for clang.
- Working with MSYS bash and Python/w32 together.
To tweak DOSish pathstring quirk.
- Capability for lit to execute bash tests on Python/w32.
Please take a look into them, thank you.
Checked on my hosts for months!
...Takumi
[llvm]
https://github.com/chapuni/LLVM/commits/msys-bash/20110210/
NAKAMURA Takumi (4):
utils/lit/lit/TestRunner.py: bash is available with MSYS on
Python/W32. Then we can execute "bash tests".
Makefile.rules: Introduce $(ECHOPATH) to print DOSish path string on
MSYS bash for alternative of $(ECHO).
test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s).
Use $(ECHOPATH) to make llvm-lit from llvm-lit.in.
Makefile.rules | 18 ++++++++++++++++++
test/Makefile | 34 ++++++++++++++++++----------------
utils/lit/lit/TestRunner.py | 15 ++++++++++-----
utils/llvm-lit/Makefile | 9 +++++----
4 files changed, 51 insertions(+), 25 deletions(-)
[clang]
https://github.com/chapuni/clang/commits/msys-bash/20110210/
NAKAMURA Takumi (2):
test/Makefile: Use $(ECHOPATH) to make lit.site.cfg(s).
test/lit.cfg: bash is available on MSYS.
test/Makefile | 42 ++++++++++++++++++++++--------------------
test/lit.cfg | 5 +++--
2 files changed, 25 insertions(+), 22 deletions(-)
More information about the cfe-commits
mailing list