[lldb-dev] [Bug 48421] New: TestVSCode_setBreakpoints.py all tests fail on FreeBSD
via lldb-dev
lldb-dev at lists.llvm.org
Sun Dec 6 15:32:19 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48421
Bug ID: 48421
Summary: TestVSCode_setBreakpoints.py all tests fail on FreeBSD
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: jdevlieghere at apple.com, llvm-bugs at lists.llvm.org
======================================================================
FAIL: test_clear_breakpoints_unset_breakpoints
(TestVSCode_setBreakpoints.TestVSCode_setBreakpoints)
Test clearing breakpoints like test_set_and_clear, but clear
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/home/mgorny/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py",
line 253, in test_clear_breakpoints_unset_breakpoints
"expect breakpoint verified")
AssertionError: False is not True : expect breakpoint verified
Config=x86_64-/home/mgorny/llvm-project/_build/bin/clang
======================================================================
FAIL: test_functionality (TestVSCode_setBreakpoints.TestVSCode_setBreakpoints)
Tests hitting breakpoints and the functionality of a single
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/home/mgorny/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py",
line 284, in test_functionality
self.verify_breakpoint_hit(breakpoint_ids)
File
"/usr/home/mgorny/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/lldbvscode_testcase.py",
line 93, in verify_breakpoint_hit
self.assertTrue(False, "breakpoint not hit")
AssertionError: False is not True : breakpoint not hit
Config=x86_64-/home/mgorny/llvm-project/_build/bin/clang
======================================================================
FAIL: test_set_and_clear (TestVSCode_setBreakpoints.TestVSCode_setBreakpoints)
Tests setting and clearing source file and line breakpoints.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/home/mgorny/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py",
line 132, in test_set_and_clear
"expect breakpoint verified")
AssertionError: False is not True : expect breakpoint verified
Config=x86_64-/home/mgorny/llvm-project/_build/bin/clang
======================================================================
FAIL: test_source_map (TestVSCode_setBreakpoints.TestVSCode_setBreakpoints)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/usr/home/mgorny/llvm-project/lldb/test/API/tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py",
line 65, in test_source_map
self.assertTrue(breakpoint['verified'])
AssertionError: False is not True
Config=x86_64-/home/mgorny/llvm-project/_build/bin/clang
----------------------------------------------------------------------
Ran 4 tests in 11.010s
--
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/894d395b/attachment-0001.html>
More information about the lldb-dev
mailing list