greedom has quit [Remote host closed the connection]
mattip has quit [Ping timeout: 265 seconds]
Olliemath has joined #pypy
fotis has quit [Ping timeout: 264 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 265 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 264 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 260 seconds]
Olliemath has quit [Quit: Client closed]
mattip has joined #pypy
Atque has joined #pypy
fotis has joined #pypy
slav0nic has joined #pypy
slav0nic has quit [Remote host closed the connection]
fotis has quit [Ping timeout: 252 seconds]
Atque has quit [Quit: ...]
fotis has joined #pypy
fotis has quit [Ping timeout: 264 seconds]
<mattip>
summarizing the latest py3.8 lib-python run gives {'Ran': 10045, 'failures': 199, 'errors': 24, 'skipped': 1642}
<mattip>
so under 200 failures
<mattip>
the worst are test_ast and test_dis, which we should just skip
<mattip>
then test_utf8_mode (9), test_concurrent_futures(7) and test_multibytecodec(7)
<mattip>
the 24 errors are scattered all over, test_hashlib(3), test_sqlite(2), test_subprocess(2), test_zlib(2), test_ctypes(2), test_dict(2),
<mattip>
test_dict might be worth looking at, it seems dict is slightly off
<mattip>
but I think the bottom line is we can release this as-is
wleslie has quit [Quit: ~~~ Crash in JIT!]
fotis has joined #pypy
jacob22 has quit [Quit: Konversation terminated!]
jacob22 has joined #pypy
fotis has quit [Ping timeout: 252 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 252 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 265 seconds]
<mattip>
about "make clean" as part of the buildbot run: how would the buildbot know the /tmp directory to run "make clean" in?
<mattip>
maybe we could add a "cleanup" command line argument to translation that would do this (and also delete any other temporary directories created)
fotis has joined #pypy
<mattip>
at the same time I would like to remove the hack that during translation we run build_cffi, it originally started before we added that to packaging.py
<mattip>
and is now redundant
fotis has quit [Ping timeout: 260 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 264 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 265 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 268 seconds]
Atque has joined #pypy
fotis has joined #pypy
fotis has quit [Ping timeout: 260 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 264 seconds]
fotis has joined #pypy
fotis has quit [Ping timeout: 252 seconds]
slav0nic has joined #pypy
fotis has joined #pypy
fotis has quit [Ping timeout: 264 seconds]
ceridwen has joined #pypy
fotis has joined #pypy
<ceridwen>
I'm trying to run vmprof in lines mode using --filter on a function, but seeing nothing in the hits/% hits columns though this is the function according to the tree and flat views where the program is spending most of the time. I'm assuming I've hit some limitation of vmprof or lines mode, is there an easy way to find out what that is?
Atque has quit [Quit: ...]
fotis has quit [Ping timeout: 265 seconds]
fotis has joined #pypy
ceridwen has quit [Remote host closed the connection]