[Lldb-commits] [lldb] [lldb][lldb-dap] Cleanup breakpoint filters. (PR #87550)

via lldb-commits lldb-commits at lists.llvm.org
Wed May 29 13:43:24 PDT 2024


gulfemsavrun wrote:

We started seeing lldb test failures in `TestDAP*`.
```
======================================================================
FAIL: test_commands (TestDAP_launch.TestDAP_launch.test_commands)
    Tests the "initCommands", "preRunCommands", "stopCommands",
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/b/s/w/ir/x/w/llvm-llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 150, in wrapper
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/b/s/w/ir/x/w/llvm-llvm-project/lldb/test/API/tools/lldb-dap/launch/TestDAP_launch.py", line 324, in test_commands
    self.continue_to_breakpoints(breakpoint_ids)
  File "/b/s/w/ir/x/w/llvm-llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py", line 245, in continue_to_breakpoints
    self.verify_breakpoint_hit(breakpoint_ids)
  File "/b/s/w/ir/x/w/llvm-llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-dap/lldbdap_testcase.py", line 99, in verify_breakpoint_hit
    self.assertTrue(False, "breakpoint not hit")
AssertionError: False is not true : breakpoint not hit
```

https://github.com/llvm/llvm-project/pull/87550


More information about the lldb-commits mailing list