summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2015-05-21 10:16:55 +0000
committerTamas Berghammer <tberghammer@google.com>2015-05-21 10:16:55 +0000
commitb5f4e6dd538b29473aad5d9889550a67a2e3bf6a (patch)
tree8aacb40614d219374d1f649e6cc229dafb74831a /lldb/test/python_api
parentf249efa7e937b57d663e7347cd3973d14ae09206 (diff)
downloadbcm5719-llvm-b5f4e6dd538b29473aad5d9889550a67a2e3bf6a.tar.gz
bcm5719-llvm-b5f4e6dd538b29473aad5d9889550a67a2e3bf6a.zip
XFAIL TestEvents on Linux bacuse it is flaky
llvm-svn: 237888
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/event/TestEvents.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py
index 86a34ba0cc9..9bff87c4259 100644
--- a/lldb/test/python_api/event/TestEvents.py
+++ b/lldb/test/python_api/event/TestEvents.py
@@ -54,6 +54,7 @@ class EventAPITestCase(TestBase):
@skipIfFreeBSD # llvm.org/pr21325
@python_api_test
@dwarf_test
+ @expectedFailureLinux
def test_add_listener_to_broadcaster_with_dwarf(self):
"""Exercise some SBBroadcaster APIs."""
self.buildDwarf()
OpenPOWER on IntegriCloud