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@lists.llvm.org
Reporter: mgo...@gentoo.org
CC: ema...@freebsd.org, jdevliegh...@apple.com,
llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev