[lldb-suite] TestCallOverriddenMethod.py is now passing on Windows
authorStella Stamenova <stilis@microsoft.com>
Mon, 23 Sep 2019 17:51:27 +0000 (17:51 +0000)
committerStella Stamenova <stilis@microsoft.com>
Mon, 23 Sep 2019 17:51:27 +0000 (17:51 +0000)
The test is now passing, so remove the expected failure. No other tests associated with the bug are passing, though, so only remove expected failure from this one test

llvm-svn: 372634

lldb/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/TestCallOverriddenMethod.py

index 1e61aa9f46e01c4dab6df0f1ba983e5c1facf40b..af216898cf7037e3c2a75fd9c925065b08fdc32e 100644 (file)
@@ -26,7 +26,6 @@ class ExprCommandCallOverriddenMethod(TestBase):
         # Find the line number to break for main.c.
         self.line = line_number('main.cpp', '// Set breakpoint here')
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
     def test(self):
         """Test calls to overridden methods in derived classes."""
         self.build()