mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	bpo-40094: Add test.support.wait_process() (GH-19254)
Moreover, the following tests now check the child process exit code: * test_os.PtyTests * test_mailbox.test_lock_conflict() * test_tempfile.test_process_awareness() * test_uuid.testIssue8621() * multiprocessing resource tracker tests
This commit is contained in:
		
							parent
							
								
									400e1dbcad
								
							
						
					
					
						commit
						278c1e159c
					
				
					 19 changed files with 125 additions and 103 deletions
				
			
		| 
						 | 
				
			
			@ -236,9 +236,7 @@ def test_mac_ver_with_fork(self):
 | 
			
		|||
 | 
			
		||||
        else:
 | 
			
		||||
            # parent
 | 
			
		||||
            cpid, sts = os.waitpid(pid, 0)
 | 
			
		||||
            self.assertEqual(cpid, pid)
 | 
			
		||||
            self.assertEqual(sts, 0)
 | 
			
		||||
            support.wait_process(pid, exitcode=0)
 | 
			
		||||
 | 
			
		||||
    def test_libc_ver(self):
 | 
			
		||||
        # check that libc_ver(executable) doesn't raise an exception
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue