forked from OSchip/llvm-project
Update TestChangeProcessGroup to remove obsolete workaround.
Expression evaluation in syscalls should work now. Reviewers: labath Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12976 llvm-svn: 248301
This commit is contained in:
parent
25423d42bd
commit
307d3ae4b4
|
@ -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"])
|
||||
|
|
Loading…
Reference in New Issue