summaryrefslogtreecommitdiff
path: root/ports/unix/coverage.c
AgeCommit message (Expand)Author
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2018-07-28merge finishedDan Halbert
2018-06-18tests/unix/extra_coverage: Don't test stream objs with NULL write fun.Damien George
2018-03-08unix/coverage: Allow coverage tests to pass with debugging disabled.Damien George
2018-03-02tests: Move heap-realloc-while-locked test from C to Python.Damien George
2018-03-01tests/unix: Add coverage tests for various GC calls.Damien George
2018-02-27tests/unix: Add coverage test for VM executing invalid bytecode.Damien George
2018-02-25tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.Damien George
2018-02-08tests/unix: Add coverage test for calling mp_obj_new_bytearray.Damien George
2017-12-19tests/unix: Add test for printf with %lx format.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-09-21py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George