[lldb-dev] [Bug 48414] New: TestExitDuringExpression.py test_exit_before_one_thread* failures
via lldb-dev
lldb-dev at lists.llvm.org
Sun Dec 6 14:50:49 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48414
Bug ID: 48414
Summary: TestExitDuringExpression.py
test_exit_before_one_thread* failures
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: lldb-dev at lists.llvm.org
Reporter: mgorny at gentoo.org
CC: emaste at freebsd.org, jdevlieghere at apple.com,
llvm-bugs at lists.llvm.org
(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
--
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/20201206/1d70bae1/attachment.html>
More information about the lldb-dev
mailing list