[PATCH] D158954: WIP: [lit] Enable debugging lit tests with python's pdb

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 17 07:28:33 PDT 2023


jdenny updated this revision to Diff 556912.
jdenny edited the summary of this revision.
jdenny added a comment.
Herald added a subscriber: wangpc.

Rebased onto the current D154987 <https://reviews.llvm.org/D154987>.  See its summary for how to apply it successfully first.

Added a brief help message before the pdb prompt, and updated example in commit log.

Applied python formatting suggestions from darker.


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

https://reviews.llvm.org/D158954

Files:
  llvm/utils/lit/lit/LitConfig.py
  llvm/utils/lit/lit/TestRunner.py
  llvm/utils/lit/lit/cl_arguments.py
  llvm/utils/lit/lit/display.py
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/lit/run.py
  llvm/utils/lit/lit/worker.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158954.556912.patch
Type: text/x-patch
Size: 22838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230917/7f605c45/attachment.bin>


More information about the llvm-commits mailing list