aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2023-12-20 09:42:07 +0000
committerDavid Spickett <david.spickett@linaro.org>2023-12-20 09:42:07 +0000
commit01c4ecb7ae21a61312ff0c0176c0ab9f8656c159 (patch)
treedb13080ea6de10d48fe598770c92d982a3fb4e56
parentd14d52158bc444e2d036067305cf54aeea7c9edb (diff)
downloadllvm-01c4ecb7ae21a61312ff0c0176c0ab9f8656c159.zip
llvm-01c4ecb7ae21a61312ff0c0176c0ab9f8656c159.tar.gz
llvm-01c4ecb7ae21a61312ff0c0176c0ab9f8656c159.tar.bz2
[lldb][test] Remove Arm/AArch64 Linux skip for global modules test
So we can see it failing and get the extra logged information.
-rw-r--r--lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py b/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
index aacfb92..b867553 100644
--- a/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
+++ b/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
@@ -34,10 +34,6 @@ class GlobalModuleCacheTestCase(TestBase):
# The rerun tests indicate rerunning on Windows doesn't really work, so
# this one won't either.
@skipIfWindows
- # On Arm and AArch64 Linux, this test attempts to pop a thread plan when
- # we only have the base plan remaining. Skip it until we can figure out
- # the bug this is exposing.
- @skipIf(oslist=["linux"], archs=["arm", "aarch64"])
def test_OneTargetOneDebugger(self):
self.do_test(True, True)