cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
<Hodgestar>
antocuni: The HPy_FatalError test failed with "CompletedProcess(args=['/build_dir/pypy-c-jit-linux-x86-64/venv/pypy-venv/bin/pypy3', '-c', 'import mytest as mod; mod...pypy3: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory\n')". The rest of the tests succeed, so possibly the test runner is passed a suitable working directory or extra library paths? Any suggestions
<Hodgestar>
for how to debug further? I should probably look at the code that runs on the buildbots, but I'm not sure where that is.
<Hodgestar>
mattip: Tx for spotting the env issue. Test is passing now!
<Hodgestar>
The only failing hpy extra tests now is the one for the legacy getset which are not yet implemented. I will have a look at how hard implementing those is in a bit.
<antocuni>
yes, the legacy_getset is my fault. On the applevel tests it doesn't fail because it's skipped from within the conftest
<antocuni>
but the skip is not "propagated" to extra_tests
<antocuni>
but yes, it seems easier to just fix it :)