[libcxx-commits] [PATCH] D77657: [WIP][libc++] Add an executor that bundles tests for deferred execution
Dan Albert via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 12 17:28:58 PDT 2021
danalbert updated this revision to Diff 344991.
danalbert added a comment.
Initial pass at my suggestion of deferring XFAIL handling to the bundler. This is incomplete because we'll need to differentiate XFAIL-BUILD and XFAIL-RUN in tests (running this as-is makes any test that is XFAIL because it doesn't _build_ turn to FAIL, but things that fail to _run_ are handled correctly), but it's enough to get feedback on the idea.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77657/new/
https://reviews.llvm.org/D77657
Files:
libcxx/test/configs/libcxx-trunk-bundled.cfg.in
libcxx/utils/bundle.py
libcxx/utils/libcxx/test/format.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77657.344991.patch
Type: text/x-patch
Size: 11415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210513/f522d623/attachment-0001.bin>
More information about the libcxx-commits
mailing list