summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorVince Harron <vince@nethacker.com>2015-05-04 03:06:04 +0000
committerVince Harron <vince@nethacker.com>2015-05-04 03:06:04 +0000
commit410a9e1e1e266ef6efe0ac6eb35b9933535ae33c (patch)
tree60f5795881b2936a3c1dfa04e4151786477327fc /lldb/test/python_api
parentc849267a69e31a1f6baeed9de4607e069b6fa045 (diff)
downloadbcm5719-llvm-410a9e1e1e266ef6efe0ac6eb35b9933535ae33c.tar.gz
bcm5719-llvm-410a9e1e1e266ef6efe0ac6eb35b9933535ae33c.zip
un-skipped a bunch of tests on Linux
Some have been marked as skipIfLinux for years. The seem to be passing so I've enabled them. Differential Revision: http://reviews.llvm.org/D9428 llvm-svn: 236403
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 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):
OpenPOWER on IntegriCloud