lib-python/3/test/test_launcher.py::unmodified
== PyPy 3.11.15 (451f61ebebba, Jun 25 2026, 01:33:15) [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_1272æ
== CPU count: 2
== encodings: locale=ascii FS=utf-8
== resources (3): curses,gui,network
Using random seed: 3680822252
0:00:00 Run 1 test sequentially
0:00:00 [1/1] test_launcher
setUpClass (test.test_launcher.TestLauncher) ... ERROR
======================================================================
ERROR: setUpClass (test.test_launcher.TestLauncher)
----------------------------------------------------------------------
Traceback (most recent call last):
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 289, in setUpClass
create_registry_data(key, TEST_DATA)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 106, in create_registry_data
_create_registry_data(root, k, v)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 98, in _create_registry_data
_create_registry_data(hkey, k, v)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 98, in _create_registry_data
_create_registry_data(hkey, k, v)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 98, in _create_registry_data
_create_registry_data(hkey, k, v)
File "d:\pypy_stuff\buildbot64\slave\pypy-c-jit-win-x86-64\build\lib-python\3\test\test_launcher.py", line 101, in _create_registry_data
winreg.SetValueEx(root, key, None, winreg.REG_SZ, value)
^^^^^^^^^^
TypeError: expected str, got NoneType object
----------------------------------------------------------------------
Ran 0 tests in 0.004s
FAILED (errors=1)
test_launcher failed (1 error)
== Tests result: FAILURE ==
1 test failed:
test_launcher
Total duration: 257 ms
Total tests: run=0
Total test files: run=1/1 failed=1
Result: FAILURE
test test_launcher failed
builder: pypy-c-jit-win-x86-64 build #2418+
test: lib-python/3/test/test_launcher.py::unmodified