[lldb-dev] [Bug 23617] New: EventAPITestCase.test_add_listener_to_broadcaster_with_dwarf is flaky

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 21 06:58:04 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23617

            Bug ID: 23617
           Summary: EventAPITestCase.test_add_listener_to_broadcaster_with
                    _dwarf is flaky
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: tberghammer at google.com
    Classification: Unclassified

EventAPITestCase.test_add_listener_to_broadcaster_with_dwarf occasionally fails
(~1/10) on all Linux architecture with the following error message:

======================================================================
FAIL: test_add_listener_to_broadcaster_with_dwarf (TestEvents.EventAPITestCase)
   Exercise some SBBroadcaster APIs.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/mnt/ssd/ll/git/lldb/test/lldbtest.py", line 431, in wrapper
    return func(self, *args, **kwargs)
  File "/mnt/ssd/ll/git/lldb/test/lldbtest.py", line 499, in wrapper
    return func(self, *args, **kwargs)
  File "/mnt/ssd/ll/git/lldb/test/python_api/event/TestEvents.py", line 61, in
test_add_listener_to_broadcaster_with_dwarf
    self.do_add_listener_to_broadcaster()
  File "/mnt/ssd/ll/git/lldb/test/python_api/event/TestEvents.py", line 319, in
do_add_listener_to_broadcaster
    "Both expected state changed events received")
AssertionError: False is not True : Both expected state changed events received
Config=x86_64-clang-3.5
----------------------------------------------------------------------

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150521/1b4a8140/attachment.html>


More information about the lldb-dev mailing list