[PATCH] D96662: [lit] Add --xfail and --filter-out (inverse of --filter)

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 2 06:05:58 PST 2021


davezarzycki added a comment.

In D96662#2593042 <https://reviews.llvm.org/D96662#2593042>, @jdenny wrote:

> If a lit invocation runs multiple test suites that contain identically named test files, is there any way to make an `--xfail` entry apply to only one of them?

As the code exists today, no. That'd need to be a followup patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96662



More information about the llvm-commits mailing list