summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/event
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-03-11 17:01:31 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-03-11 17:01:31 +0000
commitb94c24e2acc748b47f029f66b0e806472fffffbe (patch)
treee24a37f82c4a86d5e9510dba67606a55a50aad27 /lldb/packages/Python/lldbsuite/test/python_api/event
parent81d1656514d07b6b6fc760c950c4bc719c6e728f (diff)
downloadbcm5719-llvm-b94c24e2acc748b47f029f66b0e806472fffffbe.tar.gz
bcm5719-llvm-b94c24e2acc748b47f029f66b0e806472fffffbe.zip
[lldb] [test] Mark more tests flakey on NetBSD
llvm-svn: 355838
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/event')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py1
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 538a42e96cd..c4634ce7183 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py
@@ -200,6 +200,7 @@ class EventAPITestCase(TestBase):
oslist=["linux"],
bugnumber="llvm.org/pr23617 Flaky, fails ~1/10 cases")
@skipIfWindows # This is flakey on Windows AND when it fails, it hangs: llvm.org/pr38373
+ @expectedFlakeyNetBSD
def test_add_listener_to_broadcaster(self):
"""Exercise some SBBroadcaster APIs."""
self.build()
OpenPOWER on IntegriCloud