[cfe-commits] [PATCH][Review request] Tweak tests for Mingw MSYS bash

NAKAMURA Takumi geek4civic at gmail.com
Mon Feb 28 04:44:34 PST 2011


Ping. Daniel, how are you?

http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110207/116319.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110207/116320.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110207/116321.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20110207/116322.html

...Takumi

On Thu, Feb 10, 2011 at 5:01 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> 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