Home - Summaries: (main) : (py3.11) : Everything - Nightly builds - Benchmarks - RPython - Builders - About

lib-python/3/test/test_startfile.py::unmodified

== PyPy 3.11.15 (a0a2919ebcf6, Jul 09 2026, 03:58:26) [PyPy 8.0.0-alpha0 with MSC v.1941 64 bit (AMD64)]
== Windows-10-10.0.19045-SP0 little-endian
== Python build: release with_assert
== cwd: D:\SystemTemp\pytest\test_python_worker_844æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network

Using random seed: 3301244691
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_startfile
test_empty (test.test_startfile.TestCase.test_empty) ... ERROR
test_nonexisting (test.test_startfile.TestCase.test_nonexisting) ... ok
test_python (test.test_startfile.TestCase.test_python) ... ERROR

======================================================================
ERROR: test_empty (test.test_startfile.TestCase.test_empty)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_startfile.py", line 35, in test_empty
    startfile(empty, cwd=path.dirname(sys.executable))
TypeError: startfile() got an unexpected keyword argument 'cwd'

======================================================================
ERROR: test_python (test.test_startfile.TestCase.test_python)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_startfile.py", line 41, in test_python
    startfile(name, arguments="-V", cwd=cwd)
TypeError: startfile() got 2 unexpected keyword arguments

----------------------------------------------------------------------
Ran 3 tests in 0.302s

FAILED (errors=2)
test_startfile failed (2 errors)

== Tests result: FAILURE ==

1 test failed:
    test_startfile

Total duration: 589 ms
Total tests: run=3
Total test files: run=1/1 failed=1
Result: FAILURE
test test_startfile failed
builder: pypy-c-jit-win-x86-64 build #2431+
test: lib-python/3/test/test_startfile.py::unmodified