[PATCH] D111202: [libc++] Add from-scratch testing configs for Windows

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 05:29:35 PST 2021


mstorsjo updated this revision to Diff 393124.
mstorsjo edited the summary of this revision.
mstorsjo added a comment.
Herald added subscribers: llvm-commits, delcypher.
Herald added a project: LLVM.

Updated for changes to `%{executor}` in the previous patch, removing the need for using `quote()` in the individual configs. Moved the quote function to `lit.TestRunner` and flushing into `lit.LitConfig._write_message()`. Added `%{{compile_flags}}` in `_supportsVerify` for consistency. Got rid of the unexpected unicode NBSP.

The lit changes probably should be split out and reviewed separately, but keeping them in this review for one round at least, to simplify running the CI.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111202/new/

https://reviews.llvm.org/D111202

Files:
  libcxx/test/configs/cmake-bridge.cfg.in
  libcxx/test/configs/llvm-libc++-mingw.cfg.in
  libcxx/test/configs/llvm-libc++-shared-clangcl.cfg.in
  libcxx/test/configs/llvm-libc++-static-clangcl.cfg.in
  libcxx/utils/ci/run-buildbot
  libcxx/utils/libcxx/test/format.py
  llvm/utils/lit/lit/LitConfig.py
  llvm/utils/lit/lit/TestRunner.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111202.393124.patch
Type: text/x-patch
Size: 9585 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/b07b6292/attachment.bin>


More information about the llvm-commits mailing list