diff options
| author | Pavel Labath <labath@google.com> | 2016-04-27 12:43:37 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2016-04-27 12:43:37 +0000 |
| commit | e0ee7c608a159bb02ab29f653b12e7081cb10739 (patch) | |
| tree | 95a76583159a6ec2deae8f4f9c96c2a51945f783 /lldb/packages/Python/lldbsuite/test/functionalities | |
| parent | 3efe395788e17f9be556b2570fb0cd9a1ae93796 (diff) | |
| download | bcm5719-llvm-e0ee7c608a159bb02ab29f653b12e7081cb10739.tar.gz bcm5719-llvm-e0ee7c608a159bb02ab29f653b12e7081cb10739.zip | |
Remove flaky decorator from three tests on linux
The flakyness is no longer reproducible, and the tests seem to be passing reliably now.
llvm-svn: 267704
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py b/lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py index eb08717a2dc..1492fe06922 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py @@ -21,7 +21,6 @@ class ExprDoesntDeadlockTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) @expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr17946') - @expectedFlakeyLinux # failed 1/365 test runs, line 61, thread.IsValid() @expectedFailureAll(oslist=["windows"], bugnumber="Windows doesn't have pthreads, test needs to be ported") def test_with_run_command(self): """Test that expr will time out and allow other threads to run if it blocks.""" diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py index 82072dd75fe..ccb58c965b3 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py @@ -21,7 +21,6 @@ class ThreadSpecificBreakPlusConditionTestCase(TestBase): @skipIfFreeBSD # test frequently times out or hangs @expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr18522') # hits break in another thread in testrun @add_test_categories(['pyapi']) - @expectedFlakeyLinux # this test fails 6/100 dosep runs def test_python(self): """Test that we obey thread conditioned breakpoints.""" self.build() |

