projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3df0533
)
Un-enable TestEvents test on linux
author
Pavel Labath
<labath@google.com>
Tue, 2 Jun 2015 12:50:25 +0000
(12:50 +0000)
committer
Pavel Labath
<labath@google.com>
Tue, 2 Jun 2015 12:50:25 +0000
(12:50 +0000)
Test still seems to fail about 1/10 runs. Skipping the test, but it a more greppable fashion.
llvm-svn: 238826
lldb/test/python_api/event/TestEvents.py
patch
|
blob
|
history
diff --git
a/lldb/test/python_api/event/TestEvents.py
b/lldb/test/python_api/event/TestEvents.py
index
d33683e
..
ec8ad18
100644
(file)
--- a/
lldb/test/python_api/event/TestEvents.py
+++ b/
lldb/test/python_api/event/TestEvents.py
@@
-22,6
+22,8
@@
class EventAPITestCase(TestBase):
@python_api_test
@dwarf_test
+ @expectedFailureLinux("llvm.org/pr23730") # Flaky, fails ~1/10 cases
+ @skipIfLinux # skip to avoid crashes
def test_listen_for_and_print_event_with_dwarf(self):
"""Exercise SBEvent API."""
self.buildDwarf()