From 2ec8e1bd20d01102a5e5a5560d4542030ef83056 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 29 Oct 2014 20:02:54 +0000 Subject: [PATCH] Temporarily disable test on FreeBSD that is asserting llvm.org/pr21325 llvm-svn: 220871 --- lldb/test/python_api/event/TestEvents.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index a4a92bee26a6..a0b22ff9c8d3 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):