Home - Speed - Summaries: (main - py2.7) : (py3.10) : (py3.11) : Everything : RPython - Nightly builds - Waterfall - Builders - About

Console View


Categories: aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

aarch64 benchmark-run linux32 linux64 macos-arm64 macos-x86_64 win64
mattip
debug test that fails only on buildbot
mattip
revert aafdb4b66, fix test instead
Matti Picus
Merge pull request #5292 from rlamy/audit-getframe
Add missing audit event for `sys._getframe()`
mattip
implement PyModule_FromDefAndSpec2, PyModule_FromDefAndSpec
mattip
set env for app_main test
paugier
hpy type: a loop outside of _finish_create_instance
mattip
cosmetic change in ctypes.CDLL._handle
Ronan Lamy
Add missing audit event in sys._getframe()
Manuel Jacob
Improve job names of “Translate PyPy” GitHub workflow.
Before:
    build (ubuntu-24.04, false)
    build (ubuntu-24.04, true)

After:
    build on ubuntu-24.04
    build on ubuntu-24.04 (with RevDB)
mattip
sync _testmultiphase.c properly
mattip
fix untranslated tests
CF Bolz-Tereick
Merge branch 'main' into py3.11
mattip
add PyRange_Check (needed for newer cython)
mattip
fix obscure case when a unicodeescape error handler changes the string
along the way, improve the DeprecationWarning compatiblity with CPython
mattip
add more debug to failing test
mattip
move problematic test to apptest
Matti Picus
Merge pull request #5294 from paugier/hpy-interp_type
Hpy interp type
paugier
hpy: typos in interp_type.py
mattip
fix test to take debug cruft into account
Manuel Jacob
Translate variant with --revdb in “Translate PyPy” GitHub workflow.
mattip
add debug for failing test
Matti Picus
Merge pull request #5282 from pypy/ci-revdb
Translate variant with --revdb in “Translate PyPy” GitHub workflow.
CF Bolz-Tereick
optimize list.__eq__ with a jit driver
fixes gh-5300
Ronan Lamy
Ensure CPython compatibility in apptest_audit.py