[all-commits] [llvm/llvm-project] f2a866: [LLDB] Fix TestVarPath.py for AArch64 Windows
Omair Javaid via All-commits
all-commits at lists.llvm.org
Mon May 29 05:32:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2a866170c4961137608eee1c26f6eaa1e8e62a1
https://github.com/llvm/llvm-project/commit/f2a866170c4961137608eee1c26f6eaa1e8e62a1
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M lldb/test/API/functionalities/var_path/TestVarPath.py
Log Message:
-----------
[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
More information about the All-commits
mailing list