index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
micropython
Age
Commit message (
Expand
)
Author
2015-03-25
tests: Add tests for SyntaxError, TypeError, and other missing things.
Damien George
2015-03-12
tests: Add tests for things that are not already tested.
Damien George
2015-03-01
tests: Add test for micropython const feature when it has a SyntaxError.
Damien George
2015-02-15
tests: Remove obsolete test; don't use fp in micropython/ tests.
Damien George
2015-02-15
py: Fix loading of immediate pointer in Thumb assembler.
Damien George
2014-12-14
asmarm: Fix bug with encoding small negative ints using MVN instruction.
Paul Sokolovsky
2014-10-31
tests: Add heapalloc.py.exp, since CPython can't generate it.
Damien George
2014-10-31
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
Damien George
2014-10-22
py: Remove unused and unneeded SystemError exception.
Damien George
2014-10-19
py: Partially fix viper multi-comparison; add test for it.
Damien George
2014-10-12
py: Implement native load for viper.
Damien George
2014-10-12
py: Implement and,or,xor native ops for viper.
Damien George
2014-10-05
tests: Add check for micropython.native and then skip relevant tests.
Damien George
2014-09-29
py: Fix viper store on x86; add tests for viper ptr16.
Damien George
2014-09-29
py: Add casting to viper; add native mem stores to viper.
Damien George
2014-09-29
tests: Add tests for viper binary operations.
Damien George
2014-09-29
py: Allow viper to use ints as direct conditionals in jumps.
Damien George
2014-08-24
py: Fix bug where GC collected native/viper/asm function data.
Damien George
2014-08-16
py: Viper can call functions with native types, and raise exceptions.
Damien George
2014-08-15
py: Viper can now store to global.
Damien George
2014-08-15
py: Fix typing of viper locals; allow default types in annotation.
Damien George
2014-08-15
py: Allow viper to have type annotations.
Damien George
2014-05-31
tests: Add feature test for when heap allocation is disabled.
Damien George
2014-05-08
py, compiler: Add basic support for A=const(123).
Damien George