[llvm-bugs] [Bug 26759] New: TestGoroutines.py failing on OS X

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Feb 27 14:47:32 PST 2016


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 at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at 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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160227/02c71b3a/attachment.html>


More information about the llvm-bugs mailing list