diff options
| author | Tamas Berghammer <tberghammer@google.com> | 2015-05-21 14:04:17 +0000 |
|---|---|---|
| committer | Tamas Berghammer <tberghammer@google.com> | 2015-05-21 14:04:17 +0000 |
| commit | a98788d17efd953e4a51d691eb7c0cb27c8c9f69 (patch) | |
| tree | fbef45e5b35099d58c8af08d747e89e7e14cdf0d /lldb/test/python_api | |
| parent | 4aed59fc89f67a3ca487dc4176818757aab6ccad (diff) | |
| download | bcm5719-llvm-a98788d17efd953e4a51d691eb7c0cb27c8c9f69.tar.gz bcm5719-llvm-a98788d17efd953e4a51d691eb7c0cb27c8c9f69.zip | |
Add bug number for TestEvents
llvm-svn: 237904
Diffstat (limited to 'lldb/test/python_api')
| -rw-r--r-- | lldb/test/python_api/event/TestEvents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index 9bff87c4259..2b99cf87757 100644 --- a/lldb/test/python_api/event/TestEvents.py +++ b/lldb/test/python_api/event/TestEvents.py @@ -54,7 +54,7 @@ class EventAPITestCase(TestBase): @skipIfFreeBSD # llvm.org/pr21325 @python_api_test @dwarf_test - @expectedFailureLinux + @expectedFailureLinux("llvm.org/pr23617") # Flaky, fails ~1/10 cases def test_add_listener_to_broadcaster_with_dwarf(self): """Exercise some SBBroadcaster APIs.""" self.buildDwarf() |

