[Lldb-commits] [PATCH] D12976: Update TestChangeProcessGroup to remove obsolete workaround.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 22 10:39:10 PDT 2015


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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12976.35391.patch
Type: text/x-patch
Size: 775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150922/c2fc90f8/attachment.bin>


More information about the lldb-commits mailing list