[lldb-dev] [Bug 25039] New: TestGoroutines.TestGoASTContext.test_goroutine_plugin
via lldb-dev
lldb-dev at lists.llvm.org
Sat Oct 3 18:21:50 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25039
Bug ID: 25039
Summary: TestGoroutines.TestGoASTContext.test_goroutine_plugin
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: todd.fiala at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
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)
--
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/20151004/bd4ce59a/attachment.html>
More information about the lldb-dev
mailing list