test_pypy_modules:test_expected_modules[ctypes.test]
modname = 'ctypes.test'
def test_expected_modules(modname):
> importlib.import_module(modname)
../build/extra_tests/test_pypy_modules.py:75:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../build/lib-python/3/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1387: in _gcd_import
???
<frozen importlib._bootstrap>:1360: in _find_and_load
???
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
name = 'ctypes.test', import_ = <function _gcd_import at 0xf7c94b80>
> ???
E ModuleNotFoundError: No module named 'ctypes.test'
<frozen importlib._bootstrap>:1324: ModuleNotFoundError
builder: pypy-c-jit-linux-x86-32 build #8380+
test: test_pypy_modules:test_expected_modules[ctypes.test]