diff options
author | Ed Maste <emaste@freebsd.org> | 2014-10-29 20:02:54 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2014-10-29 20:02:54 +0000 |
commit | 2ec8e1bd20d01102a5e5a5560d4542030ef83056 (patch) | |
tree | 2b394c9c43eca5fda22fd58250dc1ed8b6976a56 /lldb/test/python_api | |
parent | a5605d34b9957847580746819c6ff798a4f619f3 (diff) | |
download | bcm5719-llvm-2ec8e1bd20d01102a5e5a5560d4542030ef83056.tar.gz bcm5719-llvm-2ec8e1bd20d01102a5e5a5560d4542030ef83056.zip |
Temporarily disable test on FreeBSD that is asserting
llvm.org/pr21325
llvm-svn: 220871
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 1 |
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 a4a92bee26a..a0b22ff9c8d 100644 --- a/lldb/test/python_api/event/TestEvents.py +++ b/lldb/test/python_api/event/TestEvents.py @@ -50,6 +50,7 @@ class EventAPITestCase(TestBase): self.buildDsym() self.do_add_listener_to_broadcaster() + @skipIfFreeBSD # llvm.org/pr21325 @python_api_test @dwarf_test def test_add_listener_to_broadcaster_with_dwarf(self): |