diff options
author | Pavel Labath <labath@google.com> | 2015-10-30 14:08:19 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-10-30 14:08:19 +0000 |
commit | fe1eb306feb55a183b9eaf21882582ec28eed1aa (patch) | |
tree | 646d0ced73fa7a44ff842aadfb544d221f17776c /lldb/packages/Python/lldbsuite | |
parent | 71b0dfea26ae67ba6d4cd3ac153fb926d61a863c (diff) | |
download | bcm5719-llvm-fe1eb306feb55a183b9eaf21882582ec28eed1aa.tar.gz bcm5719-llvm-fe1eb306feb55a183b9eaf21882582ec28eed1aa.zip |
Mark another TestEvents test as flaky on linux
I don't think anything has changed recently - the test was always flaky, but
only very rarely. Still, it is causing noise in the buildbots.
llvm-svn: 251699
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py index f63ac134aab..6f820f8e554 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -101,6 +101,7 @@ class EventAPITestCase(TestBase): my_thread.join() @add_test_categories(['pyapi']) + @expectedFlakeyLinux("llvm.org/pr23730") # Flaky, fails ~1/100 cases def test_wait_for_event(self): """Exercise SBListener.WaitForEvent() API.""" self.build() |