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
CF Bolz-Tereick
skip as a -A test
CF Bolz-Tereick
remove cargo-culted comment
CF Bolz-Tereick
fix test
CF Bolz-Tereick
write abs(int) in a branch-free way
CF Bolz-Tereick
Merge branch 'main' into py3.10
mattip
fix failing pypyjit string test
CF Bolz-Tereick
Merge branch 'main' into py3.10
mattip
fix pypyjit tests
CF Bolz-Tereick
fix reverse JIT unrolling, which was done too eagerly
it's a case of jit.isvirtual(l) given a false positive result: if the
containting struct of the resizable list is virtual, but the array
isn't, we should *not* unroll. to fix, require a constant size of the
array too.
CF Bolz-Tereick
use .gnu_debuglink info to make remote debugging work with packaged binaries
also try the dynamic symbol table
CF Bolz-Tereick
py3 fixes
CF Bolz-Tereick
enable one of the constant-folding rules
hopefully will fix test_unicode_slicing_small_constant_indices on the py3.10 branch
mattip
merge py3.10 into py3.11
CF Bolz-Tereick
fix test
CF Bolz-Tereick
ouch, forgot to regenerate rules at some point
CF Bolz-Tereick
raise an audit event before starting remotely injected code
CF Bolz-Tereick
try to fix tests that time out when running on cpython
CF Bolz-Tereick
another possible rule
mattip
Merge branch 'main' into py3.10
mattip
fix one more pypysig_long_struct -> pypysig_long_struct_inner in tests
CF Bolz-Tereick
more hypothetically useful rules
CF Bolz-Tereick
Merge branch 'main' into py3.10
CF Bolz-Tereick
add audit events to _sqlite3 (tests in stdlib test_audit.py)
CF Bolz-Tereick
fix links
CF Bolz-Tereick
add audit events to syslog (tests in stdlib test_audit.py)