<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - TestThreadSpecificBreakpoint test fails on FreeBSD"
href="http://llvm.org/bugs/show_bug.cgi?id=18522">18522</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>TestThreadSpecificBreakpoint test fails on FreeBSD
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>FreeBSD
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>emaste@freebsd.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>example buildbot run:
<a href="http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1701">http://llvm-amd64.freebsd.your.org:8010/builders/lldb-amd64-freebsd/builds/1701</a>
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
----------------------------------------------------------------------</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>