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: [email protected]
          Reporter: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to