[llvm-bugs] [Bug 44561] New: TestCrossObjectTailCalls.py and TestCrossDSOTailCalls.py fail on lldb-cmake-aarch64 Linux

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 15 13:58:57 PST 2020


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

            Bug ID: 44561
           Summary: TestCrossObjectTailCalls.py and
                    TestCrossDSOTailCalls.py fail on lldb-cmake-aarch64
                    Linux
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: vsk at apple.com
                CC: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org

Both tests fail in the same way on an aarch64/Linux bot:

  File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/TestCrossObjectTailCalls.py",
line 58, in test_cross_object_tail_calls
    self.assertTrue(name in frame.GetDisplayFunctionName())
AssertionError: False is not True

For some reason the backtrace the tests are expecting to find is incomplete.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200115/b9701a2e/attachment.html>


More information about the llvm-bugs mailing list