[lldb-dev] [Bug 49407] New: TestFixIts: test_with_multiple_retries gets SIGILL

via lldb-dev lldb-dev at lists.llvm.org
Wed Mar 3 06:06:03 PST 2021


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

            Bug ID: 49407
           Summary: TestFixIts: test_with_multiple_retries gets SIGILL
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: mgorny at gentoo.org
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

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
----------------------------------------------------------------------

-- 
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/20210303/7ba0971c/attachment.html>


More information about the lldb-dev mailing list