[llvm] llvm-reduce: Do not assert if the input is no longer interesting (PR #133386)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 28 00:05:05 PDT 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {darker}-->
:warning: Python code formatter, darker found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
darker --check --diff -r 0ed8b27890232738fa8e276d0fd2ac5c3c8e74ea...4c30df6773259de2670cf8ebc9ac156b5e993b86 llvm/test/tools/llvm-reduce/Inputs/flaky-test.py
``````````
</details>
<details>
<summary>
View the diff from darker here.
</summary>
``````````diff
--- flaky-test.py 2025-03-28 06:59:10.000000 +0000
+++ flaky-test.py 2025-03-28 07:04:34.251775 +0000
@@ -4,6 +4,5 @@
import sys
import pathlib
# This will exit 0 the first time the script is run, and fail the second time
pathlib.Path(sys.argv[1]).touch(exist_ok=False)
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/133386
More information about the llvm-commits
mailing list