<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 - TestExitDuringExpression.py test_exit_before_one_thread* failures"
   href="https://bugs.llvm.org/show_bug.cgi?id=48414">48414</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestExitDuringExpression.py test_exit_before_one_thread* failures
          </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>mgorny@gentoo.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>emaste@freebsd.org, jdevlieghere@apple.com, llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>(test_exit_after* tests pass)

======================================================================
FAIL: test_exit_before_one_thread_no_unwind
(TestExitDuringExpression.TestExitDuringExpression)
   Test the case where we exit within the one thread timeout
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/home/mgorny/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py",
line 27, in test_exit_before_one_thread_no_unwind
    self.exiting_expression_test(True, False)
  File
"/usr/home/mgorny/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py",
line 89, in exiting_expression_test
    self.assertFalse(thread.IsValid(), "The thread exited")
AssertionError: True is not False : The thread exited
Config=x86_64-/home/mgorny/llvm-project/_build/bin/clang
======================================================================
FAIL: test_exit_before_one_thread_unwind
(TestExitDuringExpression.TestExitDuringExpression)
   Test the case where we exit within the one thread timeout
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/usr/home/mgorny/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py",
line 21, in test_exit_before_one_thread_unwind
    self.exiting_expression_test(True, True)
  File
"/usr/home/mgorny/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py",
line 89, in exiting_expression_test
    self.assertFalse(thread.IsValid(), "The thread exited")
AssertionError: True is not False : The thread exited
Config=x86_64-/home/mgorny/llvm-project/_build/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>