diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/virtual')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 365eb829ba6..c91da34a838 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/virtual/TestVirtual.py @@ -37,6 +37,7 @@ class CppVirtualMadness(TestBase): compiler="icc", bugnumber="llvm.org/pr16808 lldb does not call the correct virtual function with icc.") @skipIfWindows # This test will hang on windows llvm.org/pr21753 + @expectedFlakeyNetBSD def test_virtual_madness(self): """Test that expression works correctly with virtual inheritance as well as virtual function.""" self.build() |