pairochjulrat / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Fix unit tests so they work on desktop64 #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When default platform is switched to desktop64, the unit tests fail because of 
insufficient heap space.

Original issue reported on code.google.com by dwhall...@gmail.com on 28 Nov 2011 at 2:48

GoogleCodeExporter commented 8 years ago
Increased HEAP_SIZE to 0x4000 for all tests that fail.
(also fixed a unit test that uses an int32 to store a pointer)

Original comment by dwhall...@gmail.com on 28 Nov 2011 at 2:51

GoogleCodeExporter commented 8 years ago
"make check" passes on desktop64.

Original comment by dwhall...@gmail.com on 28 Nov 2011 at 2:52

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 64e79e5c8274.

Original comment by dwhall...@gmail.com on 28 Nov 2011 at 2:54

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 62f72bbd4f18.

Original comment by dwhall...@gmail.com on 28 Nov 2011 at 4:40