Home | History | Annotate | Download | only in test

Lines Matching defs:check

347     """check that os.environ object conform to mapping protocol"""
605 self.check(getattr(os, f))
610 def check(self, f, *args):
641 self.check(os.dup2, 20)
645 self.check(os.fchmod, 0)
649 self.check(os.fchown, -1, -1)
653 self.check(os.fpathconf, "PC_NAME_MAX")
657 self.check(os.ftruncate, 0)
661 self.check(os.lseek, 0, 0)
665 self.check(os.read, 1)
669 self.check(os.tcsetpgrp, 0)
673 self.check(os.write, " ")
740 # becomes ready, send *sig* via os.kill to the subprocess and check