[all-commits] [llvm/llvm-project] bf10fc: [lit] Fix tests when run via symlinks (#192530)
Keith Smiley via All-commits
all-commits at lists.llvm.org
Fri Apr 17 12:49:20 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf10fc870e0db55a81db1d0da768011370113101
https://github.com/llvm/llvm-project/commit/bf10fc870e0db55a81db1d0da768011370113101
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M llvm/utils/lit/tests/filter-failed-delete.py
M llvm/utils/lit/tests/filter-failed-rerun.py
M llvm/utils/lit/tests/filter-failed.py
Log Message:
-----------
[lit] Fix tests when run via symlinks (#192530)
If the path to Inputs/filter-failed was a symlink, it would copy the
symlinks, and then edit the same files, leading to flaky failures if the
tests ran in parallel.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list