pypy/interpreter/pyparser/test/apptest_parsestring.py
tool\pytest\apptest2.py:25: in collect
space = objspace.gettestobjspace(**spaceconfig)
tool\pytest\objspace.py:24: in gettestobjspace
space = maketestobjspace(config)
tool\pytest\objspace.py:34: in maketestobjspace
space = make_objspace(config)
tool\option.py:33: in make_objspace
return StdObjSpace(config)
interpreter\baseobjspace.py:458: in __init__
self.initialize()
objspace\std\objspace.py:115: in initialize
self.make_builtins()
interpreter\baseobjspace.py:637: in make_builtins
mod = Module(self, w_name)
module\imp\moduledef.py:43: in __init__
from pypy.module.posix.interp_posix import add_fork_hook
module\posix\interp_posix.py:11: in <module>
from rpython.rlib import rposix, rposix_stat, rfile
..\rpython\rlib\rfile.py:37: in <module>
config = platform.configure(CConfig)
..\rpython\rtyper\tool\rffi_platform.py:216: in configure
for name, result in zip(entries, results):
..\rpython\rtyper\tool\rffi_platform.py:241: in configure_entries
writer.path, eci, ignore_errors=ignore_errors))
..\rpython\rtyper\tool\rffi_platform.py:747: in run_example_code
raise Exception("run_example_code failed!\nlocals = %r" % (locals(),))
E Exception: run_example_code failed!
E locals = {'filepath': local('d:\\systemtemp\\pytest\\usession-py3.11-584\\platcheck_50.c'), 'eci': <ExternalCompilationInfo (pre_include_bits=(), includes=('stdio.h', 'sys/types.h'), include_dirs=(), post_include_bits=(), libraries=(), library_dirs=(), separate_module_sources=(), separate_module_files=(), compile_extra=(), link_extra=(), frameworks=(), link_files=(), testonly_libraries=(), use_cpp_linker=False, platform=<MsvcPlatform cc=cl.exe>)>, 'ignore_errors': False, 'files': [local('d:\\systemtemp\\pytest\\usession-py3.11-584\\platcheck_50.c')], 'output': ''}
builder: own-win-x86-64 build #2433+
test: pypy/interpreter/pyparser/test/apptest_parsestring.py