Remove decorator to skip event tests

- hang resolved in r168503

llvm-svn: 168530
This commit is contained in:
Daniel Malea 2012-11-23 22:10:20 +00:00
parent 93aec0f9a9
commit 662f2b8be0
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ class EventAPITestCase(TestBase):
self.buildDsym() self.buildDsym()
self.do_listen_for_and_print_event() self.do_listen_for_and_print_event()
@unittest2.skipIf(sys.platform.startswith("linux"), "Hanging on Linux: bugzilla #14384")
@python_api_test @python_api_test
@dwarf_test @dwarf_test
def test_listen_for_and_print_event_with_dwarf(self): def test_listen_for_and_print_event_with_dwarf(self):
@ -36,7 +35,6 @@ class EventAPITestCase(TestBase):
self.buildDsym() self.buildDsym()
self.do_wait_for_event() self.do_wait_for_event()
@unittest2.skipIf(sys.platform.startswith("linux"), "Hanging on Linux: bugzilla #14384")
@python_api_test @python_api_test
@dwarf_test @dwarf_test
def test_wait_for_event_with_dwarf(self): def test_wait_for_event_with_dwarf(self):