summaryrefslogtreecommitdiff
path: root/tests/micropython
AgeCommit message (Expand)Author
2015-04-16py: Add %q format support to mp_[v]printf, and use it.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George
2015-04-03tests: Add specific test for closures in native emitter.Damien George
2015-03-25tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George
2015-03-12tests: Add tests for things that are not already tested.Damien George
2015-03-01tests: Add test for micropython const feature when it has a SyntaxError.Damien George
2015-02-15tests: Remove obsolete test; don't use fp in micropython/ tests.Damien George
2015-02-15py: Fix loading of immediate pointer in Thumb assembler.Damien George
2014-12-14asmarm: Fix bug with encoding small negative ints using MVN instruction.Paul Sokolovsky
2014-10-31tests: Add heapalloc.py.exp, since CPython can't generate it.Damien George
2014-10-31py: Make gc.enable/disable just control auto-GC; alloc is still allowed.Damien George
2014-10-22py: Remove unused and unneeded SystemError exception.Damien George
2014-10-19py: Partially fix viper multi-comparison; add test for it.Damien George
2014-10-12py: Implement native load for viper.Damien George
2014-10-12py: Implement and,or,xor native ops for viper.Damien George
2014-10-05tests: Add check for micropython.native and then skip relevant tests.Damien George
2014-09-29py: Fix viper store on x86; add tests for viper ptr16.Damien George
2014-09-29py: Add casting to viper; add native mem stores to viper.Damien George
2014-09-29tests: Add tests for viper binary operations.Damien George
2014-09-29py: Allow viper to use ints as direct conditionals in jumps.Damien George
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-16py: Viper can call functions with native types, and raise exceptions.Damien George
2014-08-15py: Viper can now store to global.Damien George
2014-08-15py: Fix typing of viper locals; allow default types in annotation.Damien George
2014-08-15py: Allow viper to have type annotations.Damien George
2014-05-31tests: Add feature test for when heap allocation is disabled.Damien George
2014-05-08py, compiler: Add basic support for A=const(123).Damien George