aboutsummaryrefslogtreecommitdiff
path: root/qemu-arm/test_main.c
AgeCommit message (Expand)Author
2015-04-16qemu-arm: Get compiling again with recent changes to print framework.Damien George
2015-04-16py: Overhaul and simplify printf/pfenv mechanism.Damien George
2015-02-28qemu-arm: Handle sys.exit() to allow skip tests in testsuite.Paul Sokolovsky
2015-02-07py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George
2015-01-12qemu-arm: Enable GC and native code-gen; enable more tests.Damien George
2015-01-08qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core.Damien George
2014-12-08modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky
2014-10-21Implement kwargs for builtin open() and _io.FileIOstijn
2014-10-05py: Make compiler return a proper exception on SyntaxError.Damien George
2014-09-23py: Free non-interned strings in the parser when not needed.Damien George
2014-09-01Declare do_str() function before the implementationChris Dearman
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-05-08qemu-arm: fully integrated test suite.Ilya Dmitrichenko