[libcxx-commits] [PATCH] D89495: [libc++] Use the internal Lit shell to run the tests
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 15 13:47:06 PDT 2020
ldionne created this revision.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, arichardson.
Herald added a project: libc++.
Herald added a reviewer: libc++.
ldionne requested review of this revision.
This makes the libc++ tests more portable -- almost all of them should
now work on Windows, except for some tests that assume a shell is
available on the target. We should probably provide a way to exclude
those anyway for the purpose of running tests on embedded targets.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89495
Files:
libcxx/test/libcxx/selftest/sh.cpp/run-error.sh.cpp
libcxx/test/libcxx/selftest/sh.cpp/run-success.sh.cpp
libcxx/test/libcxx/selftest/shell-escape-pipes.sh.cpp
libcxx/test/libcxx/selftest/shell-escape.sh.cpp
libcxx/test/libcxx/selftest/shell-quote-pipes.sh.cpp
libcxx/test/std/input.output/iostream.objects/narrow.stream.objects/cin.sh.cpp
libcxx/test/std/input.output/iostream.objects/wide.stream.objects/wcin.sh.cpp
libcxx/utils/libcxx/test/format.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89495.298456.patch
Type: text/x-patch
Size: 6563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201015/eaa64c32/attachment.bin>
More information about the libcxx-commits
mailing list