diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-12-30 06:10:03 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-12-30 06:10:03 +0000 |
commit | 2e8bbb9c0012246844b648edb5d3fcf5446d06d9 (patch) | |
tree | 4c991e3ea0e9eb86b9662960151ff70384b95bbd /lldb/packages/Python/lldbsuite/test | |
parent | a32e353afaa449d0240bb65b36a3abaaeb9712b1 (diff) | |
download | bcm5719-llvm-2e8bbb9c0012246844b648edb5d3fcf5446d06d9.tar.gz bcm5719-llvm-2e8bbb9c0012246844b648edb5d3fcf5446d06d9.zip |
[test] Remove flakiness decorator from TestObjCDynamicSBType
The quoted bug report (llvm.org/PR20270) was closed in 2014.
llvm-svn: 350160
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | 2 |
1 files changed, 0 insertions, 2 deletions
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() |