[LLDB] Add XFAIL on AArch64/Windows to TestNamespace.py
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 29 May 2023 14:53:23 +0000 (18:53 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Mon, 29 May 2023 14:53:42 +0000 (18:53 +0400)
lldb/test/API/lang/cpp/namespace/TestNamespace.py

index 960cdac..1dc9d00 100644 (file)
@@ -37,6 +37,7 @@ 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)."""