[Lldb-commits] [lldb] r238816 - Enable TestEvents test on linux
Pavel Labath
labath at google.com
Tue Jun 2 03:19:33 PDT 2015
Author: labath
Date: Tue Jun 2 05:19:33 2015
New Revision: 238816
URL: http://llvm.org/viewvc/llvm-project?rev=238816&view=rev
Log:
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.
Modified:
lldb/trunk/test/python_api/event/TestEvents.py
Modified: lldb/trunk/test/python_api/event/TestEvents.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/event/TestEvents.py?rev=238816&r1=238815&r2=238816&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Tue Jun 2 05:19:33 2015
@@ -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):
More information about the lldb-commits
mailing list