jmartiuk5 / python-on-a-chip

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

Fix system tests on v10 #209

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. scons check

What is the expected output? What do you see instead?
Expect system tests to run.
Get broken tests.

Original issue reported on code.google.com by dwhall...@gmail.com on 11 Jul 2011 at 3:24

GoogleCodeExporter commented 8 years ago
Moved plat_init() to main() in tests/system/runtests.c
Moved plat_deinit() outside of pm_run() in src/vm/pm.c to main() for all 
platforms and tests/system/runtests.c
Removed calls to global_setBuiltins() in src/tests/system/runtests.c
Moved pm_loadBuiltins() to pm_init(); this wasn't necessary, but it makes sense.

Original comment by dwhall...@gmail.com on 11 Jul 2011 at 3:36

GoogleCodeExporter commented 8 years ago
Tested via scons check.
Tested via scons and running src/platform/posix/build/main.

Original comment by dwhall...@gmail.com on 11 Jul 2011 at 3:37

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

Original comment by dwhall...@gmail.com on 11 Jul 2011 at 3:39