[lldb-dev] [Bug 23762] New: TestChangeProcessGroup fails with Android API 16

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 4 16:23:14 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=23762

            Bug ID: 23762
           Summary: TestChangeProcessGroup fails with Android API 16
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at cs.uiuc.edu
          Reporter: sivachandra at gmail.com
    Classification: Unclassified

Fails with:

======================================================================
FAIL: test_setpgid_with_dwarf
(TestChangeProcessGroup.ChangeProcessGroupTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/lldbtest.py",
line 516, in wrapper
    return func(self, *args, **kwargs)
  File
"/usr/local/google/home/sivachandra/llvm/tools/lldb/test/functionalities/process_group/TestChangeProcessGroup.py",
line 32, in test_setpgid_with_dwarf
    self.setpgid()
  File
"/usr/local/google/home/sivachandra/llvm/tools/lldb/test/functionalities/process_group/TestChangeProcessGroup.py",
line 100, in setpgid
    self.expect("print (int)getpgid(0)", substrs = [pid], matching=False)
  File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/lldbtest.py",
line 2366, in expect
    self.runCmd(str, msg=msg, trace = (True if trace else False), check = not
error, inHistory=inHistory)
  File "/usr/local/google/home/sivachandra/llvm/tools/lldb/test/lldbtest.py",
line 2292, in runCmd
    cmd_failure_message(cmd, self.res, msg))
AssertionError: False is not True : Command 'print (int)getpgid(0)' failed.
>>> error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes
>>>

-- 
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/20150604/444b489d/attachment.html>


More information about the lldb-dev mailing list