Remove decorator to skip event tests
authorDaniel Malea <daniel.malea@intel.com>
Fri, 23 Nov 2012 22:10:20 +0000 (22:10 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Fri, 23 Nov 2012 22:10:20 +0000 (22:10 +0000)
- hang resolved in r168503

llvm-svn: 168530

lldb/test/python_api/event/TestEvents.py

index 0ea3061..a9a7edc 100644 (file)
@@ -20,7 +20,6 @@ class EventAPITestCase(TestBase):
         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 @@ class EventAPITestCase(TestBase):
         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):