[all-commits] [llvm/llvm-project] 8ee35c: Update three tests to realpath paths that we compa...
Jason Molenda via All-commits
all-commits at lists.llvm.org
Thu May 26 00:22:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ee35c5558aa86e3be5f2882f1db030d6281578f
https://github.com/llvm/llvm-project/commit/8ee35c5558aa86e3be5f2882f1db030d6281578f
Author: Jason Molenda <jason at molenda.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M lldb/test/API/commands/platform/sdk/TestPlatformSDK.py
M lldb/test/API/macosx/function-starts/TestFunctionStarts.py
M lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py
Log Message:
-----------
Update three tests to realpath paths that we compare to dyld paths
I get to my work directory through a symlink, so the pathnames the
tests get for their build artifacts etc are via that symlink. There
are three tests which compare those symlink paths to a directory
received from dyld on macOS, which is the actual real pathname.
These tests have always failed for me on my dekstop but I finally
sat down to figure out why. Easy quick fix.
More information about the All-commits
mailing list