Skip to content

Commit 01c4ecb

Browse files
committed
[lldb][test] Remove Arm/AArch64 Linux skip for global modules test
So we can see it failing and get the extra logged information.
1 parent d14d521 commit 01c4ecb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py

-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ def copy_to_main(self, src, dst):
3434
# The rerun tests indicate rerunning on Windows doesn't really work, so
3535
# this one won't either.
3636
@skipIfWindows
37-
# On Arm and AArch64 Linux, this test attempts to pop a thread plan when
38-
# we only have the base plan remaining. Skip it until we can figure out
39-
# the bug this is exposing.
40-
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
4137
def test_OneTargetOneDebugger(self):
4238
self.do_test(True, True)
4339

0 commit comments

Comments
 (0)