lib-python/3/test/test_startfile.py::unmodified
== PyPy 3.11.15 (2bd2c8c11256, Jul 04 2026, 03:52:57) [PyPy 7.3.24-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_4772æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 547913211
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.251s
FAILED (errors=2)
test_startfile failed (2 errors)
== Tests result: FAILURE ==
1 test failed:
test_startfile
Total duration: 511 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 #2426+
test: lib-python/3/test/test_startfile.py::unmodified