We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1126657 commit 77369a7Copy full SHA for 77369a7
lldb/test/API/python_api/debugger/TestDebuggerAPI.py
@@ -91,6 +91,11 @@ def get_cache_line_size():
91
# Test the local property again, is it set to new_cache_line_size?
92
self.assertEqual(get_cache_line_size(), new_cache_line_size)
93
94
+ @expectedFailureAll(
95
+ hostoslist=["windows"],
96
+ remote=True,
97
+ bugnumber="github.com/llvm/llvm-project/issues/92419",
98
+ )
99
def test_CreateTarget_platform(self):
100
exe = self.getBuildArtifact("a.out")
101
self.yaml2obj("elf.yaml", exe)
0 commit comments