aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-03-07tests/string_format_modulo2: Split off intbig test.Paul Sokolovsky
2017-03-06tests/float2int*: Suffix with _intbig, don't run on any other int type.Paul Sokolovsky
2017-03-06float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE.Paul Sokolovsky
2017-03-06tests/float/complex1: Split out intbig test.Paul Sokolovsky
2017-03-04tests/basic: Split tests into working with small ints and not working.Paul Sokolovsky
2017-03-03tests/run-tests: Check for big int availability and skip related tests.Paul Sokolovsky
2017-03-03tests/basics: Add further tests for OrderedDict.Damien George
2017-03-02tests/extmod: Add test for machine.Signal class.Damien George
2017-02-27py/objarray: Disallow slice-assignment to read-only memoryview.Damien George
2017-02-24py: Create str/bytes objects in the parser, not the compiler.Damien George
2017-02-24tests/micropython: Add test for consts that are bignums.Damien George
2017-02-20tests/cpydiff: Add a test for storing iterable to a list slice.Damien George
2017-02-20tests/cpydiff: Add initial set of tests for uPy-CPython differences.Rami Ali
2017-02-20py/objlist: For list slice assignment, allow RHS to be a tuple or list.Damien George
2017-02-20tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc.Paul Sokolovsky
2017-02-17tests/basics/string_join: Add more tests for string concatenation.Damien George
2017-02-17tests/cmdline/cmd_parsetree: Update to work with changes to grammar.Damien George
2017-02-16tests/cmdline: Update cmd_parsetree test for changes to grammar order.Damien George
2017-02-16tests/micropython/heapalloc_iter: Add tests for contains and unpack.Damien George
2017-02-16tests/micropython: Add test for iterating with the heap locked.Damien George
2017-02-16tests/cmdline/cmd_showbc: Update to work with recent changes.Damien George
2017-02-16tests/cmdline: Update tests to pass with latest changes to bytecode.Damien George
2017-02-16py: Allow bytecode/native to put iter_buf on stack for simple for loops.Damien George
2017-02-15tests/basic/: Make various tests skippable.Paul Sokolovsky
2017-02-15tests/gen_yield_from_close: Use range() instead of reversed().Paul Sokolovsky
2017-02-15tests/thread: Add stress-test for creating many threads.Damien George
2017-02-15tests/thread: Replace busy waiting loops with a loop that sleeps.Damien George
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2017-02-15tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode.Paul Sokolovsky
2017-02-15tests/basic/[a-f]*: Make skippable.Paul Sokolovsky
2017-02-14tests/builtin_dir: The most expected thing in sys is exit, test for it.Paul Sokolovsky
2017-02-14tests/comprehension1, containment: Split set tests to separate files.Paul Sokolovsky
2017-02-14tests/run-tests: Allow to skip tests using async/await keywords.Paul Sokolovsky
2017-02-14tests: Add option to not clear MICROPYPATH when running testsstijn
2017-02-10tests/misc: Add test for line number printing with large bytecode chunk.Damien George
2017-02-09py/objtype: Implement __delattr__ and __setattr__.dmazzella
2017-02-06tests/pyb: Adjust tests so they can run on PYB and PYBLITE.Damien George
2017-02-06stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.Damien George
2017-02-05extmod/machine_pulse: Make time_pulse_us() not throw exceptions.Paul Sokolovsky
2017-02-03tests/basics/string_format_modulo: Add more tests for dict formatting.Damien George
2017-02-02tests: Split tests for 2- and 3-arg pow().Paul Sokolovsky
2017-02-02py: Added optimised support for 3-argument calls to builtin.pow()Nicko van Someren
2017-02-03tests/float: Add tests for zero to a negative power.Damien George
2017-02-02tests/basics/set_binop: Add tests for inplace set operations.Damien George
2017-02-02tests/heapalloc_bytesio: Test for BytesIO with preallocates space.Paul Sokolovsky
2017-02-01tests/thread: Fix stack size test so tests run reliably on baremetal.Damien George
2017-01-31tests/thread: Make thread_exc2 runable on baremetal.Damien George
2017-01-31tests/basics/zip: Make skippable.Paul Sokolovsky
2017-01-31tests/run-tests: Skip frozenset tests if set literal syntax is not available.Paul Sokolovsky
2017-01-27tests/extmod/vfs_fat_ramdisk: Make it work on pyboard.Damien George