diff options
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 2 |
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 e828df37fe6..8a8ed48ef0f 100644 --- a/lldb/test/python_api/event/TestEvents.py +++ b/lldb/test/python_api/event/TestEvents.py @@ -36,7 +36,6 @@ class EventAPITestCase(TestBase): self.buildDsym() self.do_wait_for_event() - @skipIfLinux # non-core functionality, need to reenable and fix later (DES 2014.11.07) @python_api_test @dwarf_test def test_wait_for_event_with_dwarf(self): @@ -53,7 +52,6 @@ class EventAPITestCase(TestBase): self.do_add_listener_to_broadcaster() @skipIfFreeBSD # llvm.org/pr21325 - @skipIfLinux # non-core functionality, need to reenable and fix later (DES 2014.11.07) @python_api_test @dwarf_test def test_add_listener_to_broadcaster_with_dwarf(self): |