Skip to content

Commit

Permalink
Revert "[ThreadPlan] Add a test for thread step-in -r, NFC"
Browse files Browse the repository at this point in the history
This reverts commit ae3640e.

The new test is failing on the Windows LLDB buildbot.
  • Loading branch information
sstamenova committed Nov 11, 2020
1 parent f94fd1c commit d9624f4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
2 changes: 0 additions & 2 deletions lldb/packages/Python/lldbsuite/test/lldbtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@

SOURCE_DISPLAYED_CORRECTLY = "Source code displayed correctly"

STEP_IN_SUCCEEDED = "Thread step-in succeeded"

STEP_OUT_SUCCEEDED = "Thread step-out succeeded"

STOPPED_DUE_TO_EXC_BAD_ACCESS = "Process should be stopped due to bad access exception"
Expand Down
33 changes: 0 additions & 33 deletions lldb/test/API/lang/c/stepping/TestThreadStepInAvoidRegexp.py

This file was deleted.

2 changes: 1 addition & 1 deletion lldb/test/API/lang/c/stepping/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main (int argc, char const *argv[])
{
int A1 = a(1); // frame select 2, thread step-out while stopped at "c(1)"

int B2 = b(2); // assignment to B2
int B2 = b(2);

int A3 = a(3); // frame select 1, thread step-out while stopped at "c(3)"

Expand Down

0 comments on commit d9624f4

Please sign in to comment.