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
2016-06-08
tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.
Paul Sokolovsky
2016-06-06
py/parse: Treat constants that start with underscore as private.
Damien George
2016-06-04
tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS.
Paul Sokolovsky
2016-06-03
tests/pyb/rtc: Make RTC test on pyboard more reliable by calling init().
Damien George
2016-06-03
tests/misc/recursive_iternext: Provide more fine-grained selection of N.
Damien George
2016-06-03
tests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000.
Damien George
2016-05-29
tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().
Paul Sokolovsky
2016-05-28
py/modstruct: Allow to have "0s" in struct format.
Damien George
2016-05-23
py/objnamedtuple: Allow passing field names as a tuple.
Antonin ENFRUN
2016-05-22
tests: Add testcase for str.center().
Paul Sokolovsky
2016-05-14
tests/struct1: Add testcase for an unknown type char.
Paul Sokolovsky
2016-05-13
tests/basics/string_splitlines: Reinstate feature test for splitlines.
Damien George
2016-05-13
py/objstr: Make dedicated splitlines function, supporting diff newlines.
Damien George
2016-05-10
stmhal: Convert to use internal errno symbols; enable uerrno module.
Damien George
2016-05-08
py/mpz: Do Python style division/modulo within bignum divmod routine.
Damien George
2016-05-08
py/mpz: Fix bug with overflowing C-shift in division routine.
Damien George
2016-05-08
stmhal/can: Allow to get existing CAN obj if constructed without args.
Henrik Sölver
2016-05-07
tests: Disable memoryview tests that overflow int conversion.
Damien George
2016-05-07
py/runtime: Properly handle passing user mappings to ** keyword args.
Damien George
2016-05-07
py/objstr: Binary type of str/bytes for buffer protocol is 'B'.
Damien George
2016-05-07
tests/run-tests: Factor out list supported external boards.
Paul Sokolovsky
2016-05-02
tests: Make "io" modules fixes for CPython compatibility.
Paul Sokolovsky
2016-05-02
tests: Update for _io/_collections module having been renamed.
Paul Sokolovsky
2016-05-01
tests/run-bench-tests: Process tests in alphabetical order.
Paul Sokolovsky
2016-04-28
tests/run-tests: Add gen_yield_from_stopped to skipped for --emit=native.
Paul Sokolovsky
2016-04-28
tests: Add testcase for yielding from a stopped generator.
Paul Sokolovsky
2016-04-26
tests/extmod: Move split-on-empty-match tests to a separate test file.
Damien George
2016-04-21
py: Fix bug passing a string as a keyword arg in a dict.
Damien George
2016-04-15
tests: Fix dict1.py so it doesn't rely on the order of dict elems.
Damien George
2016-04-13
tests: Skip async tests for native emitter.
Damien George
2016-04-13
tests: Add .exp files for async tests, so they can run with Python 3.4.
Damien George
2016-04-13
tests: Add 6 tests for async await/for/with.
Damien George
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
[next]