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/scope/TestCppScope.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py index e34d074ba25..ce270b1ea39 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py @@ -20,6 +20,7 @@ class TestCppScopes(TestBase): # since that is a odd failure, and I don't want it to mask the # real purpose of this test. @expectedFailureDarwin(bugnumber="") + @expectedFailureAll(oslist=["windows"]) def test_c(self): self.do_test(True) -- cgit v1.2.3