[Lldb-commits] [lldb] r168530 - /lldb/trunk/test/python_api/event/TestEvents.py

Daniel Malea daniel.malea at intel.com
Fri Nov 23 14:10:21 PST 2012


Author: dmalea
Date: Fri Nov 23 16:10:20 2012
New Revision: 168530

URL: http://llvm.org/viewvc/llvm-project?rev=168530&view=rev
Log:
Remove decorator to skip event tests
- hang resolved in r168503


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=168530&r1=168529&r2=168530&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Fri Nov 23 16:10:20 2012
@@ -20,7 +20,6 @@
         self.buildDsym()
         self.do_listen_for_and_print_event()
 
-    @unittest2.skipIf(sys.platform.startswith("linux"), "Hanging on Linux: bugzilla #14384")
     @python_api_test
     @dwarf_test
     def test_listen_for_and_print_event_with_dwarf(self):
@@ -36,7 +35,6 @@
         self.buildDsym()
         self.do_wait_for_event()
 
-    @unittest2.skipIf(sys.platform.startswith("linux"), "Hanging on Linux: bugzilla #14384")
     @python_api_test
     @dwarf_test
     def test_wait_for_event_with_dwarf(self):





More information about the lldb-commits mailing list