[Lldb-commits] [PATCH] D12976: Fix TestChangeProcessGroup to properly step out of sleep.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 21 13:58:22 PDT 2015


chaoren updated this revision to Diff 35304.
chaoren added a comment.

Remove existing workaround.


http://reviews.llvm.org/D12976

Files:
  test/functionalities/process_group/TestChangeProcessGroup.py

Index: test/functionalities/process_group/TestChangeProcessGroup.py
===================================================================
--- test/functionalities/process_group/TestChangeProcessGroup.py
+++ 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.35304.patch
Type: text/x-patch
Size: 742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150921/d2924436/attachment.bin>


More information about the lldb-commits mailing list