[llvm] [utils] add `stop_at_sha` to revert_checker's API (PR #152011)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 08:35:34 PDT 2025
================
@@ -130,6 +130,20 @@ def test_known_reverts_across_arbitrary_llvm_rev(self) -> None:
],
)
+ def test_stop_at_sha_works(self) -> None:
----------------
inglorion wrote:
We should also test that if `stop_at_sha` is specified we can still find results if they are in range.
https://github.com/llvm/llvm-project/pull/152011
More information about the llvm-commits
mailing list