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
Age
Commit message (
Expand
)
Author
2016-04-07
py/objarray: Fix array.append so it doesn't extend if append fails.
Damien George
2016-04-07
py: Implement basic with support in native emitter.
Damien George
2016-03-29
py/formatfloat: Fix further cases of buffer overflow in formatting.
Damien George
2016-03-25
tests: Add test for io.BufferedWriter.
Paul Sokolovsky
2016-03-19
extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.
Damien George
2016-03-17
tests/io: Remove "testfile" at end of open_plus test.
Damien George
2016-03-16
tests: Add a test for argument passing to inline-asm functions.
Damien George
2016-03-15
tests: Add new subdir "stress/" specifically for stress tests.
Damien George
2016-03-15
tests: Split large tests into smaller files, to run with a small heap.
Damien George
2016-03-15
tests/run-tests: Add cmd line option "--heapsize".
Damien George
2016-03-15
py/formatfloat: Fix buffer overflow when formatting tiny numbers.
Damien George
2016-03-14
py/objarray: Fix array slice assignment when array is reallocated.
Damien George
2016-03-08
tests/run-tests: Simplify handling of newline in output from tests.
Damien George
2016-03-07
tests/run-tests: Fix logic when selecting test-dirs for a given target.
Damien George
2016-03-07
tests/recursive_iternext.py: Make low-heap friendly.
Paul Sokolovsky
2016-03-07
tests/print_exception: Use exception which prints the same regardless of config.
Paul Sokolovsky
2016-03-06
test/string_format_fp30: Variant of string_format for 30-bit stuffed float.
Paul Sokolovsky
2016-03-06
test/float2int_fp30: Variant of float2int for 30-bit stuffed float.
Paul Sokolovsky
2016-03-06
tests: Remove commented out tests so test script is not too big.
Damien George
2016-03-06
tests: Reduce large object allocations so tests can run with small heap.
Damien George
2016-03-03
tests/run-tests: Skips for esp8266.
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .rename().
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Allow to run in native mode (don't use "with").
Paul Sokolovsky
2016-02-29
tests/vfs_fat_ramdisk: Add testcase for .mkdir().
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add testcase for .remove().
Paul Sokolovsky
2016-02-28
tests/vfs_fat_ramdisk: Add .listdir() testcase.
Paul Sokolovsky
2016-02-22
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
2016-02-22
tests/wipy: Correct machine test expected result.
danicampora
2016-02-21
tests: Skip uctypes and urandom tests not supported byt the WiPy.
danicampora
2016-02-21
test/wipy: Add Timer class tests.
danicampora
2016-02-17
py/repl: Check for an identifier char after the keyword.
Alex March
2016-02-15
tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Allow to override sector size.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API.
Paul Sokolovsky
2016-02-14
tests/vfs_fat_ramdisk: Add test for VfsFat.
Paul Sokolovsky
2016-02-14
tests/bytearray1: Add testcases for "in" operator.
Paul Sokolovsky
2016-02-13
float/string_format: Split large test in 2.
Paul Sokolovsky
2016-02-13
tests/run-tests: Add esp8266 target.
Paul Sokolovsky
2016-02-13
test/float2int: Make test output clearer.
Paul Sokolovsky
2016-02-10
tests/pyb: Add simple test for stm module on pyboard.
Damien George
2016-02-09
py/viper: Allow casting of Python integers to viper pointers.
Damien George
2016-02-06
tests/open_plus: Add tests for "r+", "w+" open modes.
Paul Sokolovsky
2016-02-03
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Doug Currie
2016-02-02
py/objstr: For str.format, add nested/computed fields support.
pohmelie
2016-02-01
py/vm: Fix popping of exception block in UNWIND_JUMP opcode.
Damien George
2016-02-01
py/mpprint: Fix sign extension when printf'ing %u, %x and %X.
Damien George
2016-01-30
tests: For pyboard, add test for I2C error handling and recovery.
Damien George
2016-01-29
tests: Update pyboard LED test.
Damien George
2016-01-27
py/inlineasm: Add ability to specify return type of asm_thumb funcs.
Damien George
2016-01-26
tests: For urandom test, use sys.exit() instead of sys.exit(1).
Damien George
[next]