diff options
author | David Spickett <david.spickett@linaro.org> | 2025-01-30 16:45:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 16:45:36 +0000 |
commit | a774de807e56c1147d4630bfec3110c11d41776e (patch) | |
tree | 4ff5d75de0671dd0bb71d9a90414a22adac86b89 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
parent | c39fba209ce655cf5997878b0bf794da269f008a (diff) | |
download | llvm-a774de807e56c1147d4630bfec3110c11d41776e.zip llvm-a774de807e56c1147d4630bfec3110c11d41776e.tar.gz llvm-a774de807e56c1147d4630bfec3110c11d41776e.tar.bz2 |
Revert "Reland "[lldb] Implement basic support for reverse-continue" (#123906)"" (#125091)
Reverts llvm/llvm-project#123945
Has failed on the Windows on Arm buildbot:
https://lab.llvm.org/buildbot/#/builders/141/builds/5865
```
********************
Unresolved Tests (2):
lldb-api :: functionalities/reverse-execution/TestReverseContinueBreakpoints.py
lldb-api :: functionalities/reverse-execution/TestReverseContinueWatchpoints.py
********************
Failed Tests (1):
lldb-api :: functionalities/reverse-execution/TestReverseContinueNotSupported.py
```
Reverting while I reproduce locally.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lldbtest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py index b0d2a27..81b2863 100644 --- a/lldb/packages/Python/lldbsuite/test/lldbtest.py +++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py @@ -143,8 +143,6 @@ STOPPED_DUE_TO_STEP_IN = "Process state is stopped due to step in" STOPPED_DUE_TO_WATCHPOINT = "Process should be stopped due to watchpoint" -STOPPED_DUE_TO_HISTORY_BOUNDARY = "Process should be stopped due to history boundary" - DATA_TYPES_DISPLAYED_CORRECTLY = "Data type(s) displayed correctly" VALID_BREAKPOINT = "Got a valid breakpoint" |