index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2019-08-28
tests: Split out test for optimisation level and line-no printing.
Damien George
2019-08-28
py/vm: Don't add traceback info for exceptions that are re-raised.
Damien George
2019-08-28
py/vm: Don't add traceback info for exc's propagated through a finally.
Damien George
2019-08-22
tests/extmod: Split json.loads of bytes/bytearray into separate test.
Damien George
2019-08-22
extmod/modujson: Support passing bytes/bytearray to json.loads.
Damien George
2019-08-20
qemu-arm: Add testing of frozen native modules.
Jim Mussared
2019-08-19
py/compile: Improve the line numbering precision for comprehensions.
Milan Rossa
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-15
py/objarray: Fix amount of free space in array when doing slice assign.
Damien George
2019-08-15
tests/unix: Update extra_coverage expected output with new atexit func.
Damien George
2019-08-15
tests/misc/sys_atexit: Add test for new sys.atexit feature.
Milan Rossa
2019-08-06
py: Allow to pass in read-only buffers to viper and inline-asm funcs.
Damien George
2019-07-31
tests: Add tests for overriding builtins.__import__.
Damien George
2019-07-31
py/builtinimport: Populate __file__ when importing frozen or mpy files.
Paul m. p. P
2019-07-30
py/objdict: Quote non-string types when used as keys in JSON output.
Eric Poulsen
2019-07-19
tests/run-perfbench.py: Add --emit option to select emitter for tests.
Damien George
2019-07-17
tests/stress/recursive_iternext.py: Increase large depth to 5000.
Damien George
2019-06-28
tests/perf_bench: Add some viper performance benchmarks.
Damien George
2019-06-28
tests/perf_bench: Add some miscellaneous performance benchmarks.
Damien George
2019-06-28
tests/perf_bench: Add some benchmarks from python-performance.
Damien George
2019-06-28
tests: Add performance benchmarking test-suite framework.
Damien George
2019-06-28
tests: Rename "bench" tests to "internal_bench" and run-internalbench.py
Damien George
2019-05-21
py/objarray: Add decode method to bytearray.
stijn
2019-05-14
tests/basics: Add coverage tests for memoryview attributes.
Damien George
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-14
tests/pyb: Update UART expected output now that default timeout is 0.
Damien George
2019-05-14
extmod/modujson: Handle parsing of floats with + in the exponent.
Damien George
2019-05-09
py/objgenerator: Fix handling of None passed as 2nd arg to throw().
Damien George
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-05-03
unix/coverage: Add test for printing literal % character.
Damien George
2019-05-03
tests/basics/sys1.py: Add test for calling sys.exit() without any args.
Damien George
2019-05-03
py/native: Improve support for bool type in viper functions.
Damien George
2019-04-30
tests/ussl_basic: Disable setblocking() calls.
Paul Sokolovsky
2019-04-30
extmod/modussl_axtls: Add non-blocking mode support.
Paul Sokolovsky
2019-04-28
tests: Skip tests needing machine module if (u)machine doesn't exist.
Damien George
2019-04-18
tests/micropython: Add some tests for failed heap allocation.
Damien George
2019-04-04
tests/run-tests: Ignore exception in process kill when ending repl test.
stijn
2019-03-27
tests/extmod: Add test for FAT filesystem on a very large block device.
Damien George
2019-03-26
py/scheduler: Convert micropythyon.schedule() to a circular buffer.
Andrew Leech
2019-03-08
tests/import: Add test for importing x64 native code.
Damien George
2019-03-08
tests/run-tests: Support running native tests via mpy.
Damien George
2019-03-05
py/persistentcode: Add a qstr window to save mpy files more efficiently.
Damien George
2019-03-05
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
Damien George
2019-03-05
py: Fix VM crash with unwinding jump out of a finally block.
Damien George
2019-02-26
py/compile: Fix handling of unwinding BaseException in async with.
Damien George
2019-02-21
tests/basics: Add tests for try-except-else and try-except-else-finally.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2019-01-27
py: Add optional support for 2-argument version of built-in next().
stijn
2018-12-13
tests/basics/special_methods2: Typo fix in comment.
Paul Sokolovsky
[next]