Home - Speed - Summaries: (main - py2.7) : (py3.10) : 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
fix return value in signature of memcpy, memset
mattip
revert changes to memcpy, they broke something subtle
mattip
skip rmvprof testing like before
mattip
small cleanups
mattip
cleanup rpython tests for non CI/buildbot runs
mattip
fix test on 32-bit
mattip
revert more
mattip
fix debug cruft
mattip
add to requirements.txt for rpython tests on py3 branches
Matti Picus
Merge pull request #5056 from pypy/faster-win-mutex
Faster win mutex
mattip
print cwd if pytest not found in test
mattip
backport changes for cpyext from py3.10
mattip
remove aes module from _ssl build
Matti Picus
fix conflicts between new threading code and cpython code in cpyext pythreads.c
mattip
always install vmprof in test runner, will fail if vmprof not supported
Matti Picus
Merge pull request #5063 from pypy/faster-win-gil
refactor windows gil mutex handling to mimic pthreads
mattip
update to vmprof-0.4.17
mattip
remove osrandom_engine from _ssl build
mattip
run rvmprof/test_traceback in a subprocess since it modifies the host PyPy
mattip
fix pytest runner in subprocess
mattip
merge main into py3.10
Matti Picus
refactor to avoid rounding errors in ns -> us conversion
mattip
more memcpy signature fixes
Matti Picus
refactor windows gil mutex handling to mimic pthreads
Matti Picus
Merge pull request #5058 from pypy/vmprof0.4.17
update to vmprof-0.4.17