aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-06-08tests/bench: Add testcase to compare bytes(N) vs b"\0" * N.Paul Sokolovsky
2016-06-06py/parse: Treat constants that start with underscore as private.Damien George
2016-06-04tests/recursive_iternext: Clang/Linux is even more stack-frugal than MacOS.Paul Sokolovsky
2016-06-03tests/pyb/rtc: Make RTC test on pyboard more reliable by calling init().Damien George
2016-06-03tests/misc/recursive_iternext: Provide more fine-grained selection of N.Damien George
2016-06-03tests/misc/recursive_iternext.py: Increase depth N from 1000 to 2000.Damien George
2016-05-29tests/extmod/vfs_fat_ramdisk: Add testcases for chdir(), getcwd().Paul Sokolovsky
2016-05-28py/modstruct: Allow to have "0s" in struct format.Damien George
2016-05-23py/objnamedtuple: Allow passing field names as a tuple.Antonin ENFRUN
2016-05-22tests: Add testcase for str.center().Paul Sokolovsky
2016-05-14tests/struct1: Add testcase for an unknown type char.Paul Sokolovsky
2016-05-13tests/basics/string_splitlines: Reinstate feature test for splitlines.Damien George
2016-05-13py/objstr: Make dedicated splitlines function, supporting diff newlines.Damien George
2016-05-10stmhal: Convert to use internal errno symbols; enable uerrno module.Damien George
2016-05-08py/mpz: Do Python style division/modulo within bignum divmod routine.Damien George
2016-05-08py/mpz: Fix bug with overflowing C-shift in division routine.Damien George
2016-05-08stmhal/can: Allow to get existing CAN obj if constructed without args.Henrik Sölver
2016-05-07tests: Disable memoryview tests that overflow int conversion.Damien George
2016-05-07py/runtime: Properly handle passing user mappings to ** keyword args.Damien George
2016-05-07py/objstr: Binary type of str/bytes for buffer protocol is 'B'.Damien George
2016-05-07tests/run-tests: Factor out list supported external boards.Paul Sokolovsky
2016-05-02tests: Make "io" modules fixes for CPython compatibility.Paul Sokolovsky
2016-05-02tests: Update for _io/_collections module having been renamed.Paul Sokolovsky
2016-05-01tests/run-bench-tests: Process tests in alphabetical order.Paul Sokolovsky
2016-04-28tests/run-tests: Add gen_yield_from_stopped to skipped for --emit=native.Paul Sokolovsky
2016-04-28tests: Add testcase for yielding from a stopped generator.Paul Sokolovsky
2016-04-26tests/extmod: Move split-on-empty-match tests to a separate test file.Damien George
2016-04-21py: Fix bug passing a string as a keyword arg in a dict.Damien George
2016-04-15tests: Fix dict1.py so it doesn't rely on the order of dict elems.Damien George
2016-04-13tests: Skip async tests for native emitter.Damien George
2016-04-13tests: Add .exp files for async tests, so they can run with Python 3.4.Damien George
2016-04-13tests: Add 6 tests for async await/for/with.Damien George
2016-04-07py/objarray: Fix array.append so it doesn't extend if append fails.Damien George
2016-04-07py: Implement basic with support in native emitter.Damien George
2016-03-29py/formatfloat: Fix further cases of buffer overflow in formatting.Damien George
2016-03-25tests: Add test for io.BufferedWriter.Paul Sokolovsky
2016-03-19extmod/uctypes: Finish support for FLOAT32 and FLOAT64 types.Damien George
2016-03-17tests/io: Remove "testfile" at end of open_plus test.Damien George
2016-03-16tests: Add a test for argument passing to inline-asm functions.Damien George
2016-03-15tests: Add new subdir "stress/" specifically for stress tests.Damien George
2016-03-15tests: Split large tests into smaller files, to run with a small heap.Damien George
2016-03-15tests/run-tests: Add cmd line option "--heapsize".Damien George
2016-03-15py/formatfloat: Fix buffer overflow when formatting tiny numbers.Damien George
2016-03-14py/objarray: Fix array slice assignment when array is reallocated.Damien George
2016-03-08tests/run-tests: Simplify handling of newline in output from tests.Damien George
2016-03-07tests/run-tests: Fix logic when selecting test-dirs for a given target.Damien George
2016-03-07tests/recursive_iternext.py: Make low-heap friendly.Paul Sokolovsky
2016-03-07tests/print_exception: Use exception which prints the same regardless of config.Paul Sokolovsky
2016-03-06test/string_format_fp30: Variant of string_format for 30-bit stuffed float.Paul Sokolovsky
2016-03-06test/float2int_fp30: Variant of float2int for 30-bit stuffed float.Paul Sokolovsky