[Lldb-commits] [PATCH] D68671: Add the ability to pass extra args to a Python breakpoint command function
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 29 17:35:10 PDT 2021
wallace added inline comments.
Herald added a subscriber: dang.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py:21
@expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24528")
- def test_breakpoint_command_sequence(self):
+ def not_test_breakpoint_command_sequence(self):
"""Test a sequence of breakpoint command add, list, and delete."""
----------------
I've been trying to track a regression in source maps between Android Studio versions and it seems that this test shouldn't have been disabled. :(
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68671/new/
https://reviews.llvm.org/D68671
More information about the lldb-commits
mailing list