diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
| -rw-r--r-- | packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py b/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py index 63511779a9275..d832983bdb645 100644 --- a/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py @@ -6,7 +6,6 @@ from __future__ import print_function  import lldb -from lldbsuite.test.decorators import *  from lldbsuite.test.lldbtest import *  from lldbsuite.test import lldbutil @@ -24,10 +23,6 @@ class ExprCommandCallStopContinueTestCase(TestBase):              '// Please test these expressions while stopped at this line:')          self.func_line = line_number('main.cpp', '{5, "five"}') -    @expectedFlakeyDarwin("llvm.org/pr20274") -    @expectedFailureAll( -        oslist=["windows"], -        bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")      def test(self):          """Test gathering result from interrupted function call."""          self.build()  | 
