[all-commits] [llvm/llvm-project] 039b28: [LLDB] Fix TestDataFormatterSynthVal.py for AArch6...
Omair Javaid via All-commits
all-commits at lists.llvm.org
Mon May 15 13:14:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 039b28e14e6d5a4b9b9b333695dabe9dc57233b0
https://github.com/llvm/llvm-project/commit/039b28e14e6d5a4b9b9b333695dabe9dc57233b0
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/test/API/functionalities/data-formatter/data-formatter-synthval/TestDataFormatterSynthVal.py
Log Message:
-----------
[LLDB] Fix TestDataFormatterSynthVal.py for AArch64/Windows
Since 44363f2 various tests have started passing but introduced a
expression evaluation failure in TestDataFormatterSynthVal.py.
This patch marks the expression evaluation part as skipped while rest
of the test passes.
This patch aslo introduces a new helper isAArch64Windows in lldbtest.py.
More information about the All-commits
mailing list