diff options
| author | Pavel Labath <labath@google.com> | 2015-06-02 12:50:25 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-06-02 12:50:25 +0000 |
| commit | 8e9c266a77a80d2de23433a4e5f35c23eb744fe6 (patch) | |
| tree | 7811ac1c31bbb6ff21a2273cf08965cee5e00153 /lldb/test/python_api | |
| parent | 3df0533b00066840c734dd085fadec67505155b5 (diff) | |
| download | bcm5719-llvm-8e9c266a77a80d2de23433a4e5f35c23eb744fe6.tar.gz bcm5719-llvm-8e9c266a77a80d2de23433a4e5f35c23eb744fe6.zip | |
Un-enable TestEvents test on linux
Test still seems to fail about 1/10 runs. Skipping the test, but it a more greppable fashion.
llvm-svn: 238826
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index d33683e9c64..ec8ad18a7fc 100644 --- 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() |

