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

Reply via email to