This revision was automatically updated to reflect the committed changes. Closed by commit rL248301: Update TestChangeProcessGroup to remove obsolete workaround. (authored by chaoren).
Changed prior to commit: http://reviews.llvm.org/D12976?vs=35304&id=35391#toc Repository: rL LLVM http://reviews.llvm.org/D12976 Files: lldb/trunk/test/functionalities/process_group/TestChangeProcessGroup.py Index: lldb/trunk/test/functionalities/process_group/TestChangeProcessGroup.py =================================================================== --- lldb/trunk/test/functionalities/process_group/TestChangeProcessGroup.py +++ lldb/trunk/test/functionalities/process_group/TestChangeProcessGroup.py @@ -89,9 +89,6 @@ 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"])
Index: lldb/trunk/test/functionalities/process_group/TestChangeProcessGroup.py =================================================================== --- lldb/trunk/test/functionalities/process_group/TestChangeProcessGroup.py +++ lldb/trunk/test/functionalities/process_group/TestChangeProcessGroup.py @@ -89,9 +89,6 @@ 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"])
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits