[all-commits] [llvm/llvm-project] 20e173: [lldb] Fix a few lldb-server tests on Apple Silicon
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Feb 7 09:35:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20e17323cd90d04f38cf35d70a3b7cac37d2e15d
https://github.com/llvm/llvm-project/commit/20e17323cd90d04f38cf35d70a3b7cac37d2e15d
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M lldb/packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
Log Message:
-----------
[lldb] Fix a few lldb-server tests on Apple Silicon
This fixes TestGdbRemoteSingleStep.py and TestGdbRemote_vCont.py. This
patch updates the test to account for the possibility that the constants
are already materialized. This appears to behave differently between
embedded arm64 devices and Apple Silicon.
More information about the All-commits
mailing list