[PATCH] D105208: [lit] Extend --xfail/LIT_XFAIL to take full test name

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 09:45:07 PDT 2021


jdenny created this revision.
jdenny added reviewers: davezarzycki, yln, jhenderson, thopre, probinson.
Herald added a subscriber: delcypher.
jdenny requested review of this revision.
Herald added a project: LLVM.

The new documentation entry gives an example use case from
libomptarget.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105208

Files:
  llvm/docs/CommandGuide/lit.rst
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/tests/Inputs/xfail-cl/a/false.txt
  llvm/utils/lit/tests/Inputs/xfail-cl/a/lit.cfg
  llvm/utils/lit/tests/Inputs/xfail-cl/a/test.txt
  llvm/utils/lit/tests/Inputs/xfail-cl/b/false.txt
  llvm/utils/lit/tests/Inputs/xfail-cl/b/lit.cfg
  llvm/utils/lit/tests/Inputs/xfail-cl/b/test.txt
  llvm/utils/lit/tests/xfail-cl.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105208.355596.patch
Type: text/x-patch
Size: 4950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210630/76a69fbe/attachment.bin>


More information about the llvm-commits mailing list