Update three tests to realpath paths that we compare to dyld paths
authorJason Molenda <jason@molenda.com>
Thu, 26 May 2022 07:19:57 +0000 (00:19 -0700)
committerJason Molenda <jason@molenda.com>
Thu, 26 May 2022 07:21:44 +0000 (00:21 -0700)
commit8ee35c5558aa86e3be5f2882f1db030d6281578f
tree78eacb4644aaace1aaa498ac43bc57ff342e6c68
parent9ee15bba4744fb3b671428eec3cbec6a424dde07
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.
lldb/test/API/commands/platform/sdk/TestPlatformSDK.py
lldb/test/API/macosx/function-starts/TestFunctionStarts.py
lldb/test/API/tools/lldb-server/TestAppleSimulatorOSType.py