diff options
Diffstat (limited to 'lldb/test/python_api/event/TestEvents.py')
| -rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index a9a7edcbbfa..0ea306152d8 100644 --- a/lldb/test/python_api/event/TestEvents.py +++ b/lldb/test/python_api/event/TestEvents.py @@ -20,6 +20,7 @@ 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): @@ -35,6 +36,7 @@ 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): |

