[Lldb-commits] [lldb] r237904 - Add bug number for TestEvents
Tamas Berghammer
tberghammer at google.com
Thu May 21 07:04:17 PDT 2015
Author: tberghammer
Date: Thu May 21 09:04:17 2015
New Revision: 237904
URL: http://llvm.org/viewvc/llvm-project?rev=237904&view=rev
Log:
Add bug number for TestEvents
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=237904&r1=237903&r2=237904&view=diff
==============================================================================
--- lldb/trunk/test/python_api/event/TestEvents.py (original)
+++ lldb/trunk/test/python_api/event/TestEvents.py Thu May 21 09:04:17 2015
@@ -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()
More information about the lldb-commits
mailing list