summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/functionalities/process_group/TestChangeProcessGroup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/functionalities/process_group/TestChangeProcessGroup.py b/lldb/test/functionalities/process_group/TestChangeProcessGroup.py
index 8d2c49d46bd..2d3c0f957d1 100644
--- a/lldb/test/functionalities/process_group/TestChangeProcessGroup.py
+++ b/lldb/test/functionalities/process_group/TestChangeProcessGroup.py
@@ -89,9 +89,6 @@ class ChangeProcessGroupTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line(self, 'main.c', self.line, num_expected_locations=-1)
thread = process.GetSelectedThread()
- # this gives a chance for the thread to exit the sleep syscall and sidesteps
- # <https://llvm.org/bugs/show_bug.cgi?id=23659> on linux
- thread.StepInstruction(False)
# release the child from its loop
self.expect("expr release_child_flag = 1", substrs = ["= 1"])
OpenPOWER on IntegriCloud