From 2e8bbb9c0012246844b648edb5d3fcf5446d06d9 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Sun, 30 Dec 2018 06:10:03 +0000 Subject: [test] Remove flakiness decorator from TestObjCDynamicSBType The quoted bug report (llvm.org/PR20270) was closed in 2014. llvm-svn: 350160 --- .../test/expression_command/call-function/TestCallStopAndContinue.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function') diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py index 87099558ade..d832983bdb6 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/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,7 +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") def test(self): """Test gathering result from interrupted function call.""" self.build() -- cgit v1.2.3