From a98788d17efd953e4a51d691eb7c0cb27c8c9f69 Mon Sep 17 00:00:00 2001 From: Tamas Berghammer Date: Thu, 21 May 2015 14:04:17 +0000 Subject: [PATCH] Add bug number for TestEvents llvm-svn: 237904 --- lldb/test/python_api/event/TestEvents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/python_api/event/TestEvents.py b/lldb/test/python_api/event/TestEvents.py index 9bff87c4259d..2b99cf877574 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()