<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - TestFixIts: test_with_multiple_retries gets SIGILL"
href="https://bugs.llvm.org/show_bug.cgi?id=49407">49407</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>TestFixIts: test_with_multiple_retries gets SIGILL
</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@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mgorny@gentoo.org
</td>
</tr>
<tr>
<th>CC</th>
<td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Apparently already XFAIL-ed on Linux, I'll be adding FreeBSD for the same
reason:
======================================================================
FAIL: test_with_multiple_retries_dwarf (TestFixIts.ExprCommandWithFixits)
Test calling expressions with errors that can be fixed by the FixIts.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1846, in test_method
return attrvalue(self)
File
"/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py",
line 119, in wrapper
func(*args, **kwargs)
File
"/home/mgorny/llvm-project/lldb/test/API/commands/expression/fixits/TestFixIts.py",
line 161, in test_with_multiple_retries
self.expect_expr("test_X(1)", result_type="int", result_value="123")
File
"/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2609, in expect_expr
value_check.check_value(self, eval_result, str(eval_result))
File
"/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 284, in check_value
test_base.assertSuccess(val.GetError())
File
"/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 2671, in assertSuccess
"'{}' is not success".format(error)))
AssertionError: 'error: Execution was interrupted, reason: signal SIGILL:
illegal trap.
The process has been returned to the state before expression evaluation.
' is not success
Config=aarch64-/home/mgorny/llvm-project/build.arm64/bin/clang
----------------------------------------------------------------------</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>