[pypy-dev] wierd test failure when running tests in parallel

Matti Picus matti at picus.org.il
Sat Jun 14 23:54:44 CEST 2014


on windows own build, tests that call ctypes2lltype with an Unsigned 
failed last night's build, for instance
http://buildbot.pypy.org/summary/longrepr?testname=test_connect_ex&builder=own-win-x86-32&build=164&mod=rlib.test.test_rsocket
Running this test alone passes.
Two questions
1. Should there be a fastpath like
elif T is lltype.Unsigned:
     llobj = cobj
2. how can ctypes2lltype(Unsigned, 784L) fail?

Note: I have started running two test processes in parallel, which may 
be creating many more open file handles.

Matti


More information about the pypy-dev mailing list