summaryrefslogtreecommitdiffstatshomepage
path: root/qemu-arm/test_main.c
Commit message (Expand)AuthorAge
* ports: Make new ports/ sub-directory and move all ports there.Damien George2017-09-06
* qemu-arm: Move lexer constructors to within NLR handler block.Damien George2017-03-14
* py/nlr.h: Mark nlr_jump_fail as NORETURN.Damien George2017-03-06
* qemu-arm: Don't compile tests in "REPL" mode.Damien George2017-01-27
* py: Add MP_STATE_THREAD to hold state specific to a given thread.Damien George2016-06-28
* qemu-arm: Reinitialise uPy heap and runtime at start of each test.Damien George2016-03-15
* py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky2016-01-29
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
* py: Change struct and macro for builtin fun so they can be type checked.Damien George2016-01-03
* py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.Damien George2015-10-02
* qemu-arm: Get compiling again with recent changes to print framework.Damien George2015-04-16
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* qemu-arm: Handle sys.exit() to allow skip tests in testsuite.Paul Sokolovsky2015-02-28
* py: Protect mp_parse and mp_compile with nlr push/pop block.Damien George2015-02-07
* qemu-arm: Enable GC and native code-gen; enable more tests.Damien George2015-01-12
* qemu-arm: Get "make RUN_TESTS=1" compiling after changes to core.Damien George2015-01-08
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08
* Implement kwargs for builtin open() and _io.FileIOstijn2014-10-21
* py: Make compiler return a proper exception on SyntaxError.Damien George2014-10-05
* py: Free non-interned strings in the parser when not needed.Damien George2014-09-23
* Declare do_str() function before the implementationChris Dearman2014-09-01
* Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George2014-08-04
* qemu-arm: fully integrated test suite.Ilya Dmitrichenko2014-05-08