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
Matti Picus
fix test for macos, fix thousands separator length check (issue 5311)
Matti Picus
skip test_same_file since PyPy is not implementing cffi-2.0
CF Bolz-Tereick
Merge pull request #5323 from pypy/bitcount-speedup-rpython
gh-5314: improve the performance of bitcount
CF Bolz-Tereick
Merge pull request #5322 from pypy/bit-length-speedup
speed up int.bit_length (gh-5314)
Matti Picus
Merge pull request #5320 from pypy/disallow-instantiation
set __new__ to disallow instantiation when Py_TPFLAGS_DISALLOW_INSTANTIATION is set
mattip
percolate unicode locale numeric separators int formatting (issue 5311)
Matti Picus
fix ht_qualname on TypeFromSpec (issue 5319)
mattip
fix/skip tests that fail on buildbots
CF Bolz-Tereick
speed up int.bit_length (gh-5314)
thanks Bjorn Martinsson
Matti Picus
fix cut at setting __new__ to disallow instantiation when Py_TPFLAG_DISALLOW_INSTANTIATION is set
CF Bolz-Tereick
gh-5328: add a failing test for the problem
Matti Picus
Merge pull request #5305 from pypy/remove-named-branches
remove named-branches action
Matti Picus
allow '%lli' formatting code in PyUnicode_FromFormat* (issue 5313)
mattip
move vendored expat.h to __expat.h to prevent clashes with system libs
Matti Picus
skip test_same_file since PyPy is not implementing cffi-2.0
mattip
declare macros needed for compilation of pytime.c in module/time
CF Bolz-Tereick
gh-5314: improve the performance of bitcount
this is only the rpython part. Thanks to Bjorn Martinsson
Matti Picus
skip untranslated test properly
Matti Picus
ld format needs long argument in cpyext test
Signed-off-by: Matti Picus <matti.picus@gmail.com>
Matti Picus
remove test that fails on buildbots
Matti Picus
fix replacing __new__
Matti Picus
add newline to end of generated headers (issue 5312)
CF Bolz-Tereick
gh-5327: allow str subclasses as argument of bytes/bytearray.fromhex
CF Bolz-Tereick
gh-5328: be more careful in duplicate_exits_without_lineno
there's still a case where I didn't manage to find a unit test yet,
trying to see whether the buildbot shows one
CF Bolz-Tereick
slightly different error message