[llvm] [llvm][lit] Add option to run only the failed tests (PR #158043)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 15 06:22:06 PDT 2025


https://github.com/jh7370 commented:

Thanks, mostly looks good to me. I've got a  couple more test suggestions:
1) Show the behaviour when a test failed on the first run and was deleted before being run again with --filter-failed.
2) Show that a failed test that then subsequently passes (under a --filter-failed run) doesn't get run if the tests are executed with --filter-failed again. In other words, the "failed" state is cleared once a test has been rerun successfully.

https://github.com/llvm/llvm-project/pull/158043


More information about the llvm-commits mailing list