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
mattip
finalize release note
Samuel Ytterbrink
Test the compiled lexer that was ignored before, by mistake
This is probably due to a typo that became clear after cleaning the code and looking at the test using intellij. Intellij told me that the result from compiling the lexer function was never used. The fact that the assertions after the compilation also were identical to the one above the compilation call was hint that something was wrong.
CF Bolz-Tereick
Merge pull request #5322 from pypy/bit-length-speedup
speed up int.bit_length (gh-5314)
CF Bolz-Tereick
Merge pull request #5301 from Neppord/clean-tests-in-rlib-parsing
Replace a test class that has only a single test method with function
mattip
remove named-branches action
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
Samuel Ytterbrink
Extract test for translating the lexer into its own test file
This is so that you can run a smaller set of test easier when only changing the lexer, or the parser.

This also makes it possible to run each test file in parallel using xargs or parallel when speeding up the test suit.
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)
Samuel Ytterbrink
Replace a test class that has only a single test method with a corresponding function
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__
mattip
update release note, versions.json
Matti Picus
add newline to end of generated headers (issue 5312)
mattip
Merge branch 'main' into py3.11