[LLDB] Fix TestVarPath.py for AArch64 Windows
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 29 May 2023 12:14:51 +0000 (16:14 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 29 May 2023 12:17:13 +0000 (16:17 +0400)
commitf2a866170c4961137608eee1c26f6eaa1e8e62a1
tree57f3828db47328efd037813036c627fb550cbed7
parent061e368fe213bd0701261a3e59f796c7439484fc
[LLDB] Fix TestVarPath.py for AArch64 Windows

Since 44bb442 LLDB TestVarPath.py crashes on AArch64 Windows.
GetValueForVariablePath function seems to be triggering the crash.
This patch disable parts of this test causing the crash.

Bug reported upstream:
https://github.com/llvm/llvm-project/issues/62983
lldb/test/API/functionalities/var_path/TestVarPath.py