mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 22:00:10 +00:00
[LLDB] Update AArch64/Windows XFAIl decorators on TestNamespace.py
This commit is contained in:
parent
6130c9df99
commit
898b880308
@ -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)."""
|
||||
|
Loading…
Reference in New Issue
Block a user