https://llvm.org/bugs/show_bug.cgi?id=26759
Bug ID: 26759 Summary: TestGoroutines.py failing on OS X Product: lldb Version: unspecified Hardware: PC OS: MacOS X Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-b...@lists.llvm.org Classification: Unclassified Created attachment 15954 --> https://llvm.org/bugs/attachment.cgi?id=15954&action=edit TestGoASTContext test failure trace file On this version of go: go version go1.6 darwin/amd64 (Just retrieved from latest OS X Homebrew earlier today) I'm getting this test failure: ====================================================================== FAIL: test_goroutine_plugin (TestGoroutines.TestGoASTContext) Test goroutine as threads support. ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/decorators.py", line 123, in wrapper func(*args, **kwargs) File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/decorators.py", line 272, in wrapper return func(self, *args, **kwargs) File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/decorators.py", line 123, in wrapper func(*args, **kwargs) File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lang/go/goroutines/TestGoroutines.py", line 26, in test_goroutine_plugin self.check_goroutines() File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lang/go/goroutines/TestGoroutines.py", line 75, in check_goroutines self.assertGreater(len(self.process().threads), 20) AssertionError: 5 not greater than 20 Config=x86_64-/usr/bin/clang -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev