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/virtual/TestVirtual.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py index 3ca0c6cb060..7356484e69a 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py @@ -36,7 +36,6 @@ class CppVirtualMadness(TestBase): @expectedFailureAll( compiler="icc", bugnumber="llvm.org/pr16808 lldb does not call the correct virtual function with icc.") - @expectedFailureAll(oslist=['windows']) def test_virtual_madness(self): """Test that expression works correctly with virtual inheritance as well as virtual function.""" self.build() -- cgit v1.2.3