<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW " title="NEW --- - TestChangeProcessGroup fails with Android API 16" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D23762&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=DDUMf06MYELAe1Nlv7KChiwJLLHbYha4jtK_AOiWqwQ&m=rmrLRM46poEDDmLrsNkNGPS7GrkrGuh_iOcOQlzhvAY&s=8_UezQYDJxe6ECnvFgkHyAabyXlb1QhKyncJtIzXMD0&e=">23762</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>TestChangeProcessGroup fails with Android API 16
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>sivachandra@gmail.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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.
<span class="quote">>>> error: Can't run the expression locally: Interpreter doesn't handle one of the expression's opcodes
>>></span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>