diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py')
| -rw-r--r-- | packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py b/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py index ff3bd99ced99..0eb7086b6160 100644 --- a/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py +++ b/packages/Python/lldbsuite/test/expression_command/call-function/TestCallUserDefinedFunction.py @@ -28,10 +28,6 @@ class ExprCommandCallUserDefinedFunction(TestBase):              'main.cpp',              '// Please test these expressions while stopped at this line:') -    @expectedFlakeyDsym("llvm.org/pr20274") -    @expectedFailureAll( -        oslist=["windows"], -        bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows")      def test(self):          """Test return values of user defined function calls."""          self.build() | 
