summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-06-02 10:19:33 +0000
committerPavel Labath <labath@google.com>2015-06-02 10:19:33 +0000
commite0f9708410dddcdb50baec81d96ad7ccffc71084 (patch)
treefc973f198d944159061c790868027a0fe7ff3d86 /lldb/test/python_api
parentf87702112d7a2f6d5897af1d8f9a749da105125a (diff)
downloadbcm5719-llvm-e0f9708410dddcdb50baec81d96ad7ccffc71084.tar.gz
bcm5719-llvm-e0f9708410dddcdb50baec81d96ad7ccffc71084.zip
Enable TestEvents test on linux
This test was very inconspicuosly skipped on linux, when it was crashing for local debugging. It seems to work fine with LLGS, so I'm enabling it. llvm-svn: 238816
Diffstat (limited to 'lldb/test/python_api')
-rw-r--r--lldb/test/python_api/event/TestEvents.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py
index 2b99cf87757..d33683e9c64 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()
- @skipUnlessPlatform(getDarwinOSTriples() + ["freebsd"])
@python_api_test
@dwarf_test
def test_listen_for_and_print_event_with_dwarf(self):
OpenPOWER on IntegriCloud