From c54f9c4851cddf7462e70c7793e2b0b9ca259937 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 14 Jul 2016 10:43:24 +0000 Subject: mark newly failing tests as XFAIL llvm-svn: 275394 --- lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py index 08ef94d53bb..93d53c7de71 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py @@ -16,6 +16,7 @@ class NamespaceBreakpointTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) + @expectedFailureAll(bugnumber="llvm.org/pr28548", compiler="gcc") 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() @@ -35,6 +36,7 @@ class NamespaceBreakpointTestCase(TestBase): name = bp_loc.GetAddress().GetFunction().GetName() self.assertTrue(name in names, "make sure breakpoint locations are correct for 'func' with eFunctionNameTypeAuto") + @expectedFailureAll(bugnumber="llvm.org/pr28548", compiler="gcc") 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).""" -- cgit v1.2.3