<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 - TestTrivialABI.py fails on AArch64 Ubuntu"
   href="https://bugs.llvm.org/show_bug.cgi?id=44161">44161</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestTrivialABI.py fails on AArch64 Ubuntu
          </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>enhancement
          </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>diana.picus@linaro.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>FAIL: test_call_nontrivial (TestTrivialABI.TestTrivialABI)
   Test that we can print a variable & call a function on the same class w/o
the trivial ABI marker.
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/decorators.py",
line 141, in wrapper
    func(*args, **kwargs)
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/decorators.py",
line 111, in wrapper
    func(*args, **kwargs)
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py",
line 34, in test_call_nontrivial
    self.expr_test(False) 
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py",
line 74, in expr_test
    self.check_frame(threads[0])
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py",
line 59, in check_frame
    self.check_value(outVal_ret, 30)
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py",
line 41, in check_value
    self.assertTrue(test_var.GetError().Success(), "Invalid valobj:
%s"%(test_var.GetError().GetCString()))
AssertionError: False is not True : Invalid valobj: error: No value

Stepping out seems to work ok, the backtraces before and after look sane:
*** Before ***
runCmd: thread backtrace
output: * thread #1, name = 'a.out', stop reason = breakpoint 1.1
  * frame #0: 0x0000000000400704 a.out`takeTrivial(inVal=(ivar = 10)) at
main.cpp:10:3
    frame #1: 0x00000000004007cc a.out`main at main.cpp:29:12
    frame #2: 0x0000ffffb7c448a0 libc.so.6`__libc_start_main + 224
    frame #3: 0x00000000004005f8 a.out`_start + 40

*** After stepping out ***
runCmd: thread backtrace
output: * thread #1, name = 'a.out', stop reason = step out

  * frame #0: 0x00000000004007cc a.out`main at main.cpp:29:12
    frame #1: 0x0000ffffb7c448a0 libc.so.6`__libc_start_main + 224
    frame #2: 0x00000000004005f8 a.out`_start + 40</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>