[LLDB] Update AArch64/Windows XFAIl decorators on TestNamespace.py

This commit is contained in:
Muhammad Omair Javaid 2023-05-30 13:05:45 +04:00
parent 6130c9df99
commit 898b880308

View File

@ -11,6 +11,7 @@ from lldbsuite.test import lldbutil
class NamespaceBreakpointTestCase(TestBase):
@expectedFailureAll(bugnumber="llvm.org/pr28548", compiler="gcc")
@expectedFailureAll(oslist=["windows"])
def test_breakpoints_func_auto(self):
"""Test that we can set breakpoints correctly by basename to find all functions whose basename is "func"."""
self.build()
@ -37,7 +38,6 @@ class NamespaceBreakpointTestCase(TestBase):
)
@expectedFailureAll(bugnumber="llvm.org/pr28548", compiler="gcc")
@expectedFailureAll(oslist=["windows"])
def test_breakpoints_func_full(self):
"""Test that we can set breakpoints correctly by fullname to find all functions whose fully qualified name is "func"
(no namespaces)."""