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@lists.llvm.org
Reporter todd.fiala@gmail.com
CC llvm-bugs@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)