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@cs.uiuc.edu
          Reporter: sivachan...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to