lib-python/2.7/test/test_pydoc.py::unmodified
test_getpager_with_stdin_none (test.test_pydoc.PydocDocTest) ... ok
test_html_doc (test.test_pydoc.PydocDocTest) ... ok
test_input_strip (test.test_pydoc.PydocDocTest) ... ok
test_issue8225 (test.test_pydoc.PydocDocTest) ... ok
test_mixed_case_module_names_are_lower_cased (test.test_pydoc.PydocDocTest) ... ok
test_non_str_name (test.test_pydoc.PydocDocTest) ... ok
test_not_here (test.test_pydoc.PydocDocTest) ... ok
test_stripid (test.test_pydoc.PydocDocTest) ... ok
test_synopsis (test.test_pydoc.PydocDocTest) ... ok
test_synopsis_sourceless_empty_doc (test.test_pydoc.PydocDocTest) ... ERROR
test_text_doc (test.test_pydoc.PydocDocTest) ... ok
test_apropos_with_bad_package (test.test_pydoc.PydocImportTest) ... ERROR
test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest) ... ERROR
test_badimport (test.test_pydoc.PydocImportTest) ... ERROR
test_class (test.test_pydoc.TestDescriptions) ... ok
test_classic_class (test.test_pydoc.TestDescriptions) ... ok
test_module (test.test_pydoc.TestDescriptions) ... ok
test_namedtuple_public_underscore (test.test_pydoc.TestDescriptions) ... ok
test_encode (test.test_pydoc.TestUnicode) ... ok
test_htmlpage (test.test_pydoc.TestUnicode) ... ERROR
test_pipepager (test.test_pydoc.TestUnicode) ... ERROR
test_plainpager (test.test_pydoc.TestUnicode) ... ERROR
test_render_doc (test.test_pydoc.TestUnicode) ... ok
test_tempfilepager (test.test_pydoc.TestUnicode) ... ERROR
test_ttypager (test.test_pydoc.TestUnicode) ... ERROR
test_builtin (test.test_pydoc.TestHelper) ... ok
test_keywords (test.test_pydoc.TestHelper) ... ok
======================================================================
ERROR: test_synopsis_sourceless_empty_doc (test.test_pydoc.PydocDocTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 428, in test_synopsis_sourceless_empty_doc
self.assertIsNone(synopsis_cached)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 24, in __exit__
self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 821, in temp_cwd
yield cwd_dir
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 24, in __exit__
self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 775, in temp_dir
rmtree(path)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 307, in rmtree
_rmtree(path)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 262, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 216, in _waitfor
func(pathname)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 261, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 211, in _force_run
return func(*args)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: tempcwd\foomod42.pyc
======================================================================
ERROR: test_apropos_with_bad_package (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 307, in rmtree
_rmtree(path)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 262, in _rmtree
_waitfor(_rmtree_inner, path, waitall=True)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 216, in _waitfor
func(pathname)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 258, in _rmtree_inner
_waitfor(_rmtree_inner, fullname, waitall=True)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 216, in _waitfor
func(pathname)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 261, in _rmtree_inner
_force_run(fullname, os.unlink, fullname)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 211, in _force_run
return func(*args)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: @test_9496_tmp\syntaxerr\__init__.py
======================================================================
ERROR: test_apropos_with_unreadable_dir (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 434, in setUp
self.test_dir = os.mkdir(TESTFN)
WindowsError: [Error 183] Cannot create a file when that file already exists: @test_9496_tmp
======================================================================
ERROR: test_badimport (test.test_pydoc.PydocImportTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 434, in setUp
self.test_dir = os.mkdir(TESTFN)
WindowsError: [Error 183] Cannot create a file when that file already exists: @test_9496_tmp
======================================================================
ERROR: test_htmlpage (test.test_pydoc.TestUnicode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 615, in test_htmlpage
with test.test_support.temp_cwd():
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 819, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 760, in temp_dir
os.mkdir(path)
WindowsError: [Error 183] Cannot create a file when that file already exists: tempcwd
======================================================================
ERROR: test_pipepager (test.test_pydoc.TestUnicode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 562, in test_pipepager
with test.test_support.temp_cwd():
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 819, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 760, in temp_dir
os.mkdir(path)
WindowsError: [Error 183] Cannot create a file when that file already exists: tempcwd
======================================================================
ERROR: test_plainpager (test.test_pydoc.TestUnicode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 591, in test_plainpager
with test.test_support.temp_cwd():
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 819, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 760, in temp_dir
os.mkdir(path)
WindowsError: [Error 183] Cannot create a file when that file already exists: tempcwd
======================================================================
ERROR: test_tempfilepager (test.test_pydoc.TestUnicode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 579, in test_tempfilepager
pydoc.tempfilepager(doc, '')
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\pydoc.py", line 1437, in tempfilepager
shutil.rmtree(tempdir)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\shutil.py", line 275, in rmtree
onerror(os.remove, fullname, sys.exc_info())
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\shutil.py", line 273, in rmtree
os.remove(fullname)
WindowsError: [Error 32] The process cannot access the file because it is being used by another process: d:\systemtemp\pytest\tmpm3a3ii\pydoc.out
======================================================================
ERROR: test_ttypager (test.test_pydoc.TestUnicode)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\test_pydoc.py", line 604, in test_ttypager
with test.test_support.temp_cwd(), test.test_support.captured_stdin():
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 819, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\contextlib.py", line 17, in __enter__
return self.gen.next()
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\2.7\test\support\__init__.py", line 760, in temp_dir
os.mkdir(path)
WindowsError: [Error 183] Cannot create a file when that file already exists: tempcwd
----------------------------------------------------------------------
Ran 27 tests in 0.422s
FAILED (errors=9)
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_pydoc.py", line 649, in test_main
TestHelper)
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_pydoc.py::unmodified