lib-python/2.7/test/test_mmap.py::unmodified
test_access_parameter (test.test_mmap.MmapTests) ... FAIL
test_anonymous (test.test_mmap.MmapTests) ... ok
test_bad_file_desc (test.test_mmap.MmapTests) ... ERROR
test_basic (test.test_mmap.MmapTests) ... ok
test_concat_repeat_exception (test.test_mmap.MmapTests) ... ok
test_crasher_on_windows (test.test_mmap.MmapTests) ... ok
test_double_close (test.test_mmap.MmapTests) ... ok
test_empty_file (test.test_mmap.MmapTests) ... ok
test_entire_file (test.test_mmap.MmapTests) ... ok
test_error (test.test_mmap.MmapTests) ... ok
test_extended_getslice (test.test_mmap.MmapTests) ... ok
test_extended_set_del_slice (test.test_mmap.MmapTests) ... ok
test_find_end (test.test_mmap.MmapTests) ... ok
test_invalid_descriptor (test.test_mmap.MmapTests) ... ERROR
test_io_methods (test.test_mmap.MmapTests) ... ok
test_length_0_large_offset (test.test_mmap.MmapTests) ... ok
test_length_0_offset (test.test_mmap.MmapTests) ... ok
test_move (test.test_mmap.MmapTests) ... ok
test_offset (test.test_mmap.MmapTests) ... ok
test_prot_readonly (test.test_mmap.MmapTests) ... skipped 'needs mmap.PROT_READ'
test_resize_past_pos (test.test_mmap.MmapTests) ... skipped 'cannot resize anonymous mmaps on Windows'
test_rfind (test.test_mmap.MmapTests) ... ok
test_sizeof (test.test_mmap.MmapTests) ... skipped 'implementation detail specific to cpython'
test_subclass (test.test_mmap.MmapTests) ... ok
test_tagname (test.test_mmap.MmapTests) ... ok
test_tougher_find (test.test_mmap.MmapTests) ... ok
test_around_2GB (test.test_mmap.LargeMmapTests) ... ok
test_around_4GB (test.test_mmap.LargeMmapTests) ... ok
test_large_filesize (test.test_mmap.LargeMmapTests) ... ok
test_large_offset (test.test_mmap.LargeMmapTests) ... ok
======================================================================
ERROR: test_bad_file_desc (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_mmap.py", line 260, in test_bad_file_desc
self.assertRaises(mmap.error, mmap.mmap, -2, 4096)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\unittest\case.py", line 473, in assertRaises
callableObj(*args, **kwargs)
WindowsError: [Error 6] The handle is invalid
======================================================================
ERROR: test_invalid_descriptor (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_mmap.py", line 664, in test_invalid_descriptor
m = mmap.mmap(s.fileno(), 10)
WindowsError: [Error 6] The handle is invalid
======================================================================
FAIL: test_access_parameter (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_mmap.py", line 190, in test_access_parameter
self.fail("Opening mmap with size+1 should work on Windows.")
AssertionError: Opening mmap with size+1 should work on Windows.
----------------------------------------------------------------------
Ran 30 tests in 340.346s
FAILED (failures=1, errors=2, skipped=3)
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\pypy\tool\pytest\run-script\regrverbose.py", line 14, in <module>
indirect_test()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_mmap.py", line 758, in test_main
run_unittest(MmapTests, LargeMmapTests)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 1687, in run_unittest
_run_suite(suite)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 1578, in _run_suite
raise TestFailed(err)
TestFailed: multiple errors occurred
builder: pypy-c-jit-win-x86-64 build #2372+
test: lib-python/2.7/test/test_mmap.py::unmodified