test_posix testresult

cpu-mhz 1603.696
cpu-model AMD Opteron(tm) Processor 242
executable py.py
execution-time 15.2953970432
exit-status 0
fspath /home/hpk/pypy-dist/lib-python/2.4.1/test/test_posix.py
options
outcome OK
platform linux2
pypy-revision 27957
python-version-info (2, 4, 2, 'final', 0)
startdate Fri Jun 2 12:45:00 2006
testreport-version 1.1
timeout 1296.0
userhost hpk@cen01

stdout

testNoArgFunctions (test.test_posix.PosixTester) ... ok
test_access (test.test_posix.PosixTester) ... ok
test_chdir (test.test_posix.PosixTester) ... ok
test_dup (test.test_posix.PosixTester) ... ok
test_dup2 (test.test_posix.PosixTester) ... ok
test_fdopen (test.test_posix.PosixTester) ... ok
test_fstat (test.test_posix.PosixTester) ... ok
test_fstatvfs (test.test_posix.PosixTester) ... ok
test_ftruncate (test.test_posix.PosixTester) ... ok
test_lsdir (test.test_posix.PosixTester) ... ok
test_pipe (test.test_posix.PosixTester) ... ok
test_stat (test.test_posix.PosixTester) ... ok
test_statvfs (test.test_posix.PosixTester) ... ok
test_strerror (test.test_posix.PosixTester) ... ok
test_tempnam (test.test_posix.PosixTester) ... ok
test_tmpfile (test.test_posix.PosixTester) ... ok
test_umask (test.test_posix.PosixTester) ... ok
test_utime (test.test_posix.PosixTester) ... ok

----------------------------------------------------------------------
Ran 18 tests in 2.170s

OK

stderr

Loading grammar /home/hpk/pypy-dist/pypy/interpreter/pyparser/data/Grammar2.5a
faking <type 'module'>
faking <type 'file'>
faking <type 'posix.stat_result'>
faking <type 'posix.statvfs_result'>
fake-wrapping interp file <open file '<stdout>', mode 'w' at 0x558e5068>
fake-wrapping interp file <open file '<stderr>', mode 'w' at 0x558e50b0>
fake-wrapping interp file <open file '<stdin>', mode 'r' at 0x558e5020>
/home/hpk/pypy-dist/pypy/objspace/std/fake.py:169: RuntimeWarning: tmpnam is a potential security risk to your program
  result = apply(fn, self.unwrappedargs, self.unwrappedkwds)
fake-wrapping interp file <open file '<fdopen>', mode 'r' at 0x5667ef50>
fake-wrapping interp file <open file '<fdopen>', mode 'r' at 0x5667ef50>
fake-wrapping interp file <open file '<fdopen>', mode 'r' at 0x5667ef50>
/home/hpk/pypy-dist/pypy/objspace/std/fake.py:169: RuntimeWarning: tempnam is a potential security risk to your program
  result = apply(fn, self.unwrappedargs, self.unwrappedkwds)
fake-wrapping interp file <open file '<tmpfile>', mode 'w+b' at 0x5667ef08>