Home | History | Annotate | Download | only in test

Lines Matching refs:sigchild_ignore

1083         # NOTE: sigchild_ignore.py may not be an effective test on all OSes.
1084 sigchild_ignore = test_support.findfile("sigchild_ignore.py",
1086 p = subprocess.Popen([sys.executable, sigchild_ignore],
1089 self.assertEqual(0, p.returncode, "sigchild_ignore.py exited"