Skip to content

Commit 59e2a6b

Browse files
authored
[lldb] Fixed the TestDebuggerAPI test running on a remote target (#93829)
Recently we have disabled this test for Windows host and Linux target. Now we faced the same issue #92419 in case of Linux x86_64 host and Linux Aarch64 target.
1 parent facb767 commit 59e2a6b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/python_api/debugger/TestDebuggerAPI.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def get_cache_line_size():
9292
self.assertEqual(get_cache_line_size(), new_cache_line_size)
9393

9494
@expectedFailureAll(
95-
hostoslist=["windows"],
9695
remote=True,
9796
bugnumber="github.com/llvm/llvm-project/issues/92419",
9897
)

0 commit comments

Comments
 (0)