diff options
| author | Pavel Labath <labath@google.com> | 2015-06-02 10:19:33 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-06-02 10:19:33 +0000 |
| commit | e0f9708410dddcdb50baec81d96ad7ccffc71084 (patch) | |
| tree | fc973f198d944159061c790868027a0fe7ff3d86 /lldb/test/python_api | |
| parent | f87702112d7a2f6d5897af1d8f9a749da105125a (diff) | |
| download | bcm5719-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.py | 1 |
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): |

