Author: tfiala Date: Tue Sep 22 11:03:43 2015 New Revision: 248284 URL: http://llvm.org/viewvc/llvm-project?rev=248284&view=rev Log: Roll back r248282.
I'm seeing timed out tests not properly timing out on the Linux build bot after this change. Not sure if it is related but seems suspect. Modified: lldb/trunk/test/dosep.py Modified: lldb/trunk/test/dosep.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/dosep.py?rev=248284&r1=248283&r2=248284&view=diff ============================================================================== --- lldb/trunk/test/dosep.py (original) +++ lldb/trunk/test/dosep.py Tue Sep 22 11:03:43 2015 @@ -198,8 +198,7 @@ def call_with_timeout(command, timeout, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, - close_fds=True, - preexec_fn=os.setsid) + close_fds=True) else: process = subprocess.Popen(command, stdin=subprocess.PIPE, _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits