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:
Chaoren Lin 2015-09-22 17:37:34 +00:00
parent 25423d42bd
commit 307d3ae4b4
1 changed files with 0 additions and 3 deletions

View File

@ -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"])