<html>
<head>
<base href="https://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 --- - TestGoroutines.TestGoASTContext.test_goroutine_plugin"
href="https://llvm.org/bugs/show_bug.cgi?id=25039">25039</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>TestGoroutines.TestGoASTContext.test_goroutine_plugin
</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>Linux
</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@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>todd.fiala@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>I'm getting the following persistent failure on an Ubuntu 14.04 x86_64 system,
building with and testing against clang-3.6-built inferiors.
Not sure why the Linux buildbots aren't seeing this. I'm going to try building
more than 'lldb' and 'lldb-mi' targets in case this is due to other bits being
needed.
Error Message
4 not greater than 20
Stacktrace
File "/home/tfiala/work/mirror/git/llvm/tools/lldb/test/unittest2/case.py",
line 357, in run
testMethod()
File "/home/tfiala/work/mirror/git/llvm/tools/lldb/test/lldbtest.py", line
483, in wrapper
return func(self, *args, **kwargs)
File "/home/tfiala/work/mirror/git/llvm/tools/lldb/test/lldbtest.py", line
836, in wrapper
func(*args, **kwargs)
File "/home/tfiala/work/mirror/git/llvm/tools/lldb/test/lldbtest.py", line
530, in wrapper
return func(self, *args, **kwargs)
File "/home/tfiala/work/mirror/git/llvm/tools/lldb/test/lldbtest.py", line
941, in wrapper
func(*args, **kwargs)
File
"/home/tfiala/work/mirror/git/llvm/tools/lldb/test/lang/go/goroutines/TestGoroutines.py",
line 22, in test_goroutine_plugin
self.check_goroutines()
File
"/home/tfiala/work/mirror/git/llvm/tools/lldb/test/lang/go/goroutines/TestGoroutines.py",
line 71, in check_goroutines
self.assertGreater(len(self.process().threads), 20)
File "/home/tfiala/work/mirror/git/llvm/tools/lldb/test/unittest2/case.py",
line 960, in assertGreater
self.fail(self._formatMessage(msg, standardMsg))
File "/home/tfiala/work/mirror/git/llvm/tools/lldb/test/unittest2/case.py",
line 434, in fail
raise self.failureException(msg)</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>