From 9c69bc9776110df35cb538d6709bf2f20a98b35c Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 5 Oct 2016 20:47:17 +0000 Subject: Fixup the xfail situation on Windows. Xfails added and/or removed to reflect the current state of Windows. llvm-svn: 283380 --- lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/namespace') 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 5c0d3fc9cc3..f0bc12ce983 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespace.py @@ -18,6 +18,7 @@ class NamespaceBreakpointTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @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() -- cgit v1.2.3