Author: emaste
Date: Wed Oct 29 15:02:54 2014
New Revision: 220871

URL: http://llvm.org/viewvc/llvm-project?rev=220871&view=rev
Log:
Temporarily disable test on FreeBSD that is asserting

llvm.org/pr21325

Modified:
    lldb/trunk/test/python_api/event/TestEvents.py

Modified: lldb/trunk/test/python_api/event/TestEvents.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/event/TestEvents.py?rev=220871&r1=220870&r2=220871&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Wed Oct 29 15:02:54 2014
@@ -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):


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to