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
add more zlib constants (issue 5289)
Ronan Lamy
Ensure pypy_only marker works on all pytest versions
mattip
set env for app_main test
paugier
hpy type: a loop outside of _finish_create_instance
mattip
Use Py_PYTIME_H macro in time_module.h since it is a replacement
mattip
cosmetic change in ctypes.CDLL._handle
Ronan Lamy
Add missing audit event in sys._getframe()
mattip
sync _testmultiphase.c properly
mattip
fix untranslated tests
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
update vendored libexpat to 2.7.1
mattip
fix test by deleting outdated argument check
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
update stdlib and version to 3.11.13 (issue 5290)
mattip
fix test to take debug cruft into account
mattip
add debug for failing test
Ronan Lamy
Ensure CPython compatibility in apptest_audit.py