[all-commits] [llvm/llvm-project] 1bce61: [lldb] Remove PopPlan asserts and skip test on Arm...
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Dec 14 11:18:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bce61e6b01b38e04260be4f422bbae59c34c766
https://github.com/llvm/llvm-project/commit/1bce61e6b01b38e04260be4f422bbae59c34c766
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M lldb/source/Target/Thread.cpp
M lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
Log Message:
-----------
[lldb] Remove PopPlan asserts and skip test on Arm/AArch64 Linux
This reverts commit 481bb62e50317cf20df9493aad842790162ac3e7 and
71b4d7498ffecca5957fa0a63b1abf141d7b8441, along with the logging
and assert I had added to the test previously.
Now that I've caught it failing on Arm:
https://lab.llvm.org/buildbot/#/builders/17/builds/46598
Now I have enough to investigate, skip the test on the effected
platforms while I do that.
More information about the All-commits
mailing list