[lldb-dev] [Bug 18522] New: TestThreadSpecificBreakpoint test fails on FreeBSD

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 17 14:23:25 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18522

            Bug ID: 18522
           Summary: TestThreadSpecificBreakpoint test fails on FreeBSD
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: emaste at freebsd.org
    Classification: Unclassified

example buildbot run:
http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1701

test/dotest.py -p TestThreadSpecificBreakpoint -t -v --executable
../../build/bin/lldb

======================================================================
FAIL: test_with_dwarf_python
(TestThreadSpecificBreakpoint.ThreadSpecificBreakTestCase)
   Test that we obey thread conditioned breakpoints.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 319, in
wrapper
    return func(self, *args, **kwargs)
  File "/data/emaste/src/llvm/tools/lldb/test/lldbtest.py", line 370, in
wrapper
    return func(self, *args, **kwargs)
  File
"/data/emaste/src/llvm/tools/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py",
line 28, in test_with_dwarf_python
    self.do_thread_specific_break()
  File
"/data/emaste/src/llvm/tools/lldb/test/functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py",
line 70, in do_thread_specific_break
    self.assertTrue (next_stop_state == lldb.eStateExited, "We should have not
hit the breakpoint again.")
AssertionError: False is not True : We should have not hit the breakpoint
again.
Config=amd64-clang
----------------------------------------------------------------------

-- 
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/20140117/24c36994/attachment.html>


More information about the lldb-dev mailing list