summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2012-11-23 22:10:20 +0000
committerDaniel Malea <daniel.malea@intel.com>2012-11-23 22:10:20 +0000
commit662f2b8be0c39487a23cddcc2a25e1e6bd72c55f (patch)
treea9845ea58df2db8bdeced63c8c414f75356bcfd6 /lldb/test/python_api
parent93aec0f9a9c94320c373b417055dd5e356fb8e73 (diff)
downloadbcm5719-llvm-662f2b8be0c39487a23cddcc2a25e1e6bd72c55f.tar.gz
bcm5719-llvm-662f2b8be0c39487a23cddcc2a25e1e6bd72c55f.zip
Remove decorator to skip event tests
- hang resolved in r168503 llvm-svn: 168530
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/event/TestEvents.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py
index 0ea306152d8..a9a7edcbbfa 100644
--- a/lldb/test/python_api/event/TestEvents.py
+++ b/lldb/test/python_api/event/TestEvents.py
@@ -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):
OpenPOWER on IntegriCloud