summaryrefslogtreecommitdiff
path: root/tests/basics
AgeCommit message (Expand)Author
2018-03-30py/runtime: Be sure that non-intercepted thrown object is an exception.Damien George
2018-03-30py/runtime: Check that keys in dicts passed as ** args are strings.Damien George
2018-03-29Fix assertion failures in super_attrJeff Epler
2018-03-29Fix assertion failures in mp_obj_new_typeJeff Epler
2018-03-29Fix assertion failure in mpz_divmod_inplJeff Epler
2018-03-26Merge pull request #709 from jepler/core-class-superpropertyScott Shawcroft
2018-03-26This test now passes, make it run regularlyJeff Epler
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-03-23Implement * and *= for array.arrayJeff Epler
2018-03-08tests/basics/builtin_enumerate: Add test for many pos args to enumerate.Damien George
2018-02-27tests/basics/gc1: Add test which triggers GC threshold.Damien George
2018-02-27py/vm: Fix case of handling raised StopIteration within yield from.Damien George
2018-02-24tests/basics: Add test for calling a subclass of a native class.Damien George
2018-02-21py/objdeque: Protect against negative maxlen in deque constructor.Damien George
2018-02-21tests/basics: Add tests to improve coverage of py/objdeque.c.Damien George
2018-02-21tests/basics/deque*: Tests for ucollections.deque.Paul Sokolovsky
2018-02-19py/objstr: Protect against creating bytes(n) with n negative.Damien George
2018-02-19py/modbuiltins: Simplify and generalise dir() by probing qstrs.Damien George
2018-02-18py/objdict: Disallow possible modifications to fixed dicts.Mike Wadsten
2018-02-14py/objrange: Implement (in)equality comparison between range objects.Damien George
2018-02-14tests: Rewrite some tests so they can run without needing eval/exec.Damien George
2018-02-14tests: Automatically skip tests that require eval, exec or frozenset.Damien George
2018-02-07tests/basics: Rename remaining tests that are for built-in functions.Damien George
2018-02-07py/objtype: Check and prevent delete/store on a fixed locals map.Damien George
2017-12-20tests/basics/memoryerror: Add test for out-of-memory using realloc.Damien George
2017-12-19tests: Add some more tests to improve coverage of py/parse.c.Damien George
2017-12-19tests/basics/builtin_pow3: Add tests for edge cases of pow3.Damien George
2017-12-19tests/basics/generator_pend_throw: Add test for just-started generator.Damien George
2017-12-19tests/basics: Add more set tests to improve coverage of py/objset.c.Damien George
2017-12-15py/objgenerator: Allow to pend an exception for next execution.Paul Sokolovsky
2017-12-14tests: Add tests to improve coverage of py/objtype.c.Damien George
2017-12-12tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.Paul Sokolovsky
2017-12-12tests/basics: Add test for overriding a native base-class's init method.Damien George
2017-12-11Always test enumerate. This will ensure that all supported portsScott Shawcroft
2017-11-27tests/basics/builtin_locals: Add test for using locals() in class body.Damien George
2017-11-24tests/basics/builtin_range: Add test for corner case of range slicing.Damien George
2017-11-24tests/basics: Add test for containment of a subclass of a native type.Damien George
2017-11-16tests: Fixup tests for 3.x on RosieScott Shawcroft
2017-11-12py/objnamedtuple: Add _asdict function if OrderedDict is supportedstijn
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-04py/objstr: Make empty bytes object have a null-terminating byte.Damien George
2017-10-03py/objset: Include the failed key in a KeyError raised from set.remove.Damien George
2017-10-03py/objset: Check that RHS of a binary op is a set/frozenset.Damien George
2017-09-19py/objstr: strip: Don't strip "\0" by default.Paul Sokolovsky
2017-09-10tests/class_reverse_op: Test for reverse arith ops special methods.Paul Sokolovsky
2017-09-07py/objlist: Properly implement comparison with incompatible types.Paul Sokolovsky
2017-09-06py/objtuple: Properly implement comparison with incompatible types.Paul Sokolovsky
2017-09-04tests/class_inplace_op: Test for inplace op fallback to normal one.Paul Sokolovsky
2017-09-01py/modstruct: Check and prevent buffer-write overflow in struct packing.Damien George
2017-09-01py/modstruct: Check and prevent buffer-read overflow in struct unpackingDamien George