[pypy-dev] failing test for on windows

Matti Picus matti.picus at gmail.com
Thu Jun 12 23:24:14 CEST 2014


We are down to the last 50 own tests on win32.
Here is one I need help with:
http://buildbot.pypy.org/summary/longrepr?testname=TestLowLevelType.%28%29.test_round_up_for_allocation&builder=own-win-x86-32&build=162&mod=translator.c.test.test_lltyped

The failure is that, like ARM, ssize == llmemory.sizeof(Signed) * 2 
where ssize is 8
Is the test wrong or is there a problem with overallocating memory?
Matti


More information about the pypy-dev mailing list