[PATCH] D153138: [lit] Revert migration from os.path.realpath to os.path.abspath

Tristan Labelle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 16 06:47:30 PDT 2023


MrTrillian created this revision.
MrTrillian added reviewers: rnk, nlopes, compnerd, Jake-Egan.
Herald added a subscriber: delcypher.
Herald added a project: All.
MrTrillian requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Reverts D152709 <https://reviews.llvm.org/D152709> due to test failures on two build bots. :(

The fix is still desirable but I need to figure out why these were hitting sympath issues in tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153138

Files:
  llvm/utils/lit/lit/TestRunner.py
  llvm/utils/lit/lit/builtin_commands/diff.py
  llvm/utils/lit/lit/discovery.py
  llvm/utils/lit/tests/Inputs/config-map-discovery/driver.py
  llvm/utils/lit/tests/Inputs/config-map-discovery/lit.alt.cfg
  llvm/utils/lit/tests/Inputs/use-llvm-tool-required/lit.cfg
  llvm/utils/lit/tests/Inputs/use-llvm-tool/lit.cfg
  llvm/utils/llvm-lit/llvm-lit.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153138.532129.patch
Type: text/x-patch
Size: 5381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230616/45e35f64/attachment.bin>


More information about the llvm-commits mailing list