[libcxx-commits] [PATCH] D154987: [lit] Implement PYTHON directive and config.prologue
Joel E. Denny via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 9 08:19:16 PDT 2023
jdenny updated this revision to Diff 548634.
jdenny added a comment.
Rebase onto recent D156954 <https://reviews.llvm.org/D156954> changes to address another libcxx pre-commit CI failure.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154987/new/
https://reviews.llvm.org/D154987
Files:
libcxx/utils/libcxx/test/format.py
llvm/docs/TestingGuide.rst
llvm/utils/lit/lit/TestRunner.py
llvm/utils/lit/lit/TestingConfig.py
llvm/utils/lit/tests/Inputs/shtest-define/errors/no-run.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/README.md
llvm/utils/lit/tests/Inputs/shtest-python/errors/incomplete-python.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/inconsistent-indent-2-lines.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/inconsistent-indent-3-lines.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/internal-api-inaccessible.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/lit.prologue.py
llvm/utils/lit/tests/Inputs/shtest-python/errors/python-syntax-error-1-line.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/python-syntax-error-2-lines.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/python-syntax-error-3-lines.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/python-syntax-error-leading-indent.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/trace-compile-error.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/trace-exception.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/trace-prologue-exception.txt
llvm/utils/lit/tests/Inputs/shtest-python/errors/trace-run-compile-error.txt
llvm/utils/lit/tests/Inputs/shtest-python/exampleModule.py
llvm/utils/lit/tests/Inputs/shtest-python/has.txt
llvm/utils/lit/tests/Inputs/shtest-python/import.txt
llvm/utils/lit/tests/Inputs/shtest-python/lit.cfg
llvm/utils/lit/tests/Inputs/shtest-python/lit.prologue.py
llvm/utils/lit/tests/Inputs/shtest-python/no-shell-commands.txt
llvm/utils/lit/tests/Inputs/shtest-python/prologue.txt
llvm/utils/lit/tests/Inputs/shtest-python/shell-affects-python.txt
llvm/utils/lit/tests/Inputs/shtest-python/substs-affects-python.txt
llvm/utils/lit/tests/Inputs/shtest-python/trace.txt
llvm/utils/lit/tests/Inputs/shtest-python/write-to-stderr.py
llvm/utils/lit/tests/Inputs/shtest-python/write-to-stdout-and-stderr.py
llvm/utils/lit/tests/shtest-keyword-parse-errors.py
llvm/utils/lit/tests/shtest-python.py
llvm/utils/lit/tests/shtest-shell.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154987.548634.patch
Type: text/x-patch
Size: 75833 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230809/a55dfeae/attachment-0001.bin>
More information about the libcxx-commits
mailing list