[Lldb-commits] [lldb] [lldb] Change test paths to resolve symlinks (PR #132053)

2025-04-04 Thread David Peixotto via lldb-commits
https://github.com/dmpots created https://github.com/llvm/llvm-project/pull/132053 This commit modifes the `getSourceDir()` and `getBuildDir()` functions to use os.path.realpath to resolve symlinks in the Base test class used for API tests. A few tests were failing when the build and source di

[Lldb-commits] [lldb] [lldb] Change test paths to resolve symlinks (PR #132053)

2025-03-20 Thread David Peixotto via lldb-commits
https://github.com/dmpots updated https://github.com/llvm/llvm-project/pull/132053 >From efde68cf06da2f668f4d2ecd638b826c7f4c5b70 Mon Sep 17 00:00:00 2001 From: David Peixotto Date: Wed, 19 Mar 2025 08:44:59 -0700 Subject: [PATCH 1/3] [lldb] Change test paths to resolve symlinks This commit mo

[Lldb-commits] [lldb] [lldb] Change test paths to resolve symlinks (PR #132053)

2025-03-20 Thread Pavel Labath via lldb-commits
labath wrote: Resolving the symlink is not the right thing to do in some cases (such as when you symlinks define the actual/expected layout of the directory tree and the real paths are meaningless (e.g. nodes in some CAS storage). I would very much like to see solution that applies the fixes l

[Lldb-commits] [lldb] [lldb] Change test paths to resolve symlinks (PR #132053)

2025-03-19 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: David Peixotto (dmpots) Changes This commit modifes the `getSourceDir()` and `getBuildDir()` functions to use os.path.realpath to resolve symlinks in the Base test class used for API tests. A few tests were failing when the build and sourc