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
2019-05-03
py/native: Improve support for bool type in viper functions.
Damien George
2019-04-18
tests/micropython: Add some tests for failed heap allocation.
Damien George
2018-09-27
tests/micropython: Test loading const objs in native and viper funcs.
Damien George
2018-09-20
py: Shorten error messages by using contractions and some rewording.
Damien George
2018-09-15
py/emitnative: Make viper funcs run with their correct globals context.
Damien George
2018-09-15
py/emitnative: Support arbitrary number of arguments to viper functions.
Damien George
2018-09-15
py/compile: Factor code that compiles viper type annotations.
Damien George
2018-08-17
tests/micropython: Add tests for try and with blocks under native/viper.
Damien George
2018-08-04
tests/micropython/viper_cond: Add test for large int as bool.
Damien George
2018-05-23
py/emit: Combine yield value and yield-from emit funcs into one.
Damien George
2018-04-05
tests/micropython/extreme_exc.py: Allow to run without any emg exc buf.
Damien George
2018-04-05
tests/micropython/extreme_exc.py: Fix test to run on more ports/configs.
Damien George
2018-04-05
tests/micropython: Add set of tests for extreme cases of raising exc's.
Damien George
2018-03-02
tests: Move heap-realloc-while-locked test from C to Python.
Damien George
2018-02-14
tests: Automatically skip tests that require eval, exec or frozenset.
Damien George
2017-12-11
tests/heapalloc, heapalloc_super: Skip in strict stackless mode.
Paul Sokolovsky
2017-12-11
tests/heapalloc_*: Refactor some tests to work in strict stackless mode.
Paul Sokolovsky
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-09-21
py/objexcept: Prevent infinite recursion when allocating exceptions.
Damien George
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-06-09
py/objstringio: If created from immutable object, follow copy on write policy.
Paul Sokolovsky
2017-05-06
tests/micropython: Add test for int.from_bytes with many zero bytes.
Damien George
2017-04-22
tests: Add tests for calling super and loading a method directly.
Damien George
2017-04-18
tests/micropython: Add test for micropython.kbd_intr().
Damien George
2017-04-03
tests/micropython/heapalloc_iter: Improve skippability.
Paul Sokolovsky
2017-03-22
tests/heapalloc_str: Test no-replacement case for str.replace().
Paul Sokolovsky
2017-03-20
tests/micropython: Add tests for micropython.schedule().
Damien George
2017-03-14
tests/micropython/viper_error: Add more tests to improve coverage.
Damien George
2017-03-09
tests/micropython/opt_level: Clarify the expected output for opt_level == 3.
Paul Sokolovsky
2017-03-09
tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor.
Paul Sokolovsky
2017-03-09
tests/micropython: Make uio-using tests skippable.
Paul Sokolovsky
2017-03-07
tests/micropython/: Split off intbig tests.
Paul Sokolovsky
2017-02-24
tests/micropython: Add test for consts that are bignums.
Damien George
2017-02-20
tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc.
Paul Sokolovsky
2017-02-16
tests/micropython/heapalloc_iter: Add tests for contains and unpack.
Damien George
2017-02-16
tests/micropython: Add test for iterating with the heap locked.
Damien George
2017-02-02
tests/heapalloc_bytesio: Test for BytesIO with preallocates space.
Paul Sokolovsky
2017-01-27
tests/heapalloc_str: Test for alloc-free string operations.
Paul Sokolovsky
2017-01-21
tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.
Paul Sokolovsky
2017-01-19
tests/micropython/opt_level: Add test for opt_level 3.
Damien George
2016-12-28
tests/micropython: Add test for micropython.stack_use() function.
Rami Ali
2016-12-25
tests/heapalloc_inst_call: Test for no alloc for simple object calls.
Paul Sokolovsky
2016-12-15
tests/micropython: Get heapalloc_traceback test running on baremetal.
Damien George
2016-11-21
tests/micropython: Move alloc-less traceback test to separate test file.
Damien George
2016-11-21
tests/micropython: Add test for creating traceback without allocation.
Damien George
2016-11-10
tests/micropython: Add test for import from within viper function.
Damien George
2016-10-14
tests/micropython: Add tests for heap_lock, and emergency exceptions.
Damien George
2016-10-11
tests: Improve test coverage of py/compile.c.
Damien George
2016-10-11
tests/micropython: Add test for micropython.opt_level() function.
Damien George
[next]