1505 Commits (bdff68db9c1f7e35d0600841647cffac4b1d9ef0)

Author SHA1 Message Date
Damien George d12483d936 tests/pyb: Add test for pyb.ADCAll class. 7 years ago
Damien George b30e0d2f26 stm32/dac: Add buffering argument to constructor and init() method. 7 years ago
Peter Hinch 4f40fa5cf4 stm32/adc: Add read_timed_multi() static method, with docs and tests. 7 years ago
Damien George 0096a4bd00 tests/pyb/adc.py: Fix test so that it really does test ADC values. 7 years ago
Damien George 5ad27d4b8b tests: Move recursive tests to the tests/stress/ subdir. 7 years ago
Damien George 605fdcf754 tests/stress/recursive_gen: Add test for recursive gen with iter. 7 years ago
Jeff Epler cbf981f330 py/objgenerator: Check stack before resuming a generator. 7 years ago
Jeff Epler d6cf5c6749 py/objstr: In find/rfind, don't crash when end < start. 7 years ago
Damien George b9c78425a6 tests/micropython/extreme_exc.py: Allow to run without any emg exc buf. 7 years ago
Damien George 4caadc3c01 tests/micropython/extreme_exc.py: Fix test to run on more ports/configs. 7 years ago
Damien George 5995a199a3 tests/micropython: Add set of tests for extreme cases of raising exc's. 7 years ago
Damien George 1bfc774a08 tests/basics/string_compare.py: Add test with string that hashes to 0. 7 years ago
Damien George 22161acf47 tests/basics/class_super.py: Add tests for store/delete of super attr. 7 years ago
Damien George 7b7bbd0ee7 tests/basics: Add tests for edge cases of nan-box's 47-bit small int. 7 years ago
Damien George dd48ccb1e3 tests/basics: Add test for subclassing an iterable native type. 7 years ago
Damien George df02f5620a tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe. 7 years ago
Damien George a45a34ec31 tests/stress: Add test to verify the GC can trace nested objects. 7 years ago
Damien George 7d5c753b17 tests/basics: Modify int-big tests to prevent constant folding. 7 years ago
Damien George f684e9e1ab tests/basics/int_big1.py: Add test converting str with non-print chars. 7 years ago
Damien George 430efb0444 tests/basics: Add test for use of return within try-except. 7 years ago
Damien George bcfff4fc98 tests/basics/iter1.py: Add more tests for walking a user-defined iter. 7 years ago
Damien George f50b64cab5 py/runtime: Be sure that non-intercepted thrown object is an exception. 7 years ago
Damien George 3280788195 py/runtime: Check that keys in dicts passed as ** args are strings. 7 years ago
Damien George 22c693aa6f tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv 7 years ago
Damien George 9600a1f207 tests/pyb: Update CAN test to expect that auto_restart is printed. 7 years ago
Damien George c926e72750 tests/cpydiff: Indent workaround code snippet so it formats correctly. 7 years ago
Tom Collins 4d3a92c67c extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple. 7 years ago
Damien George 72adc381fb tests/basics/builtin_enumerate: Add test for many pos args to enumerate. 7 years ago
Damien George 0acf868bb7 tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed. 7 years ago
Damien George e3d11b6a6e tests/extmod/time_ms_us: Add test for calling ticks_cpu(). 7 years ago
Damien George 512f4a6ad1 tests/unix: Add coverage test for uio.resource_stream from frozen str. 7 years ago
Damien George c607b58efe tests: Move heap-realloc-while-locked test from C to Python. 7 years ago
Damien George c3f1b22338 tests/unix: Add coverage tests for various GC calls. 7 years ago
Damien George 955ee6477f py/formatfloat: Fix case where floats could render with negative digits. 7 years ago
Damien George 7b050fa76c py/formatfloat: Fix case where floats could render with a ":" character. 7 years ago
Damien George bc12eca461 py/formatfloat: Fix rounding of %f format with edge-case FP values. 7 years ago
Damien George 90e719a232 tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser. 7 years ago
Damien George 439acddc60 tests/basics/gc1: Add test which triggers GC threshold. 7 years ago
Damien George d3cac18d49 tests/unix: Add coverage test for VM executing invalid bytecode. 7 years ago
Damien George 22ade2f5c4 py/vm: Fix case of handling raised StopIteration within yield from. 7 years ago
Damien George 6dad088569 tests/float: Adjust float-parsing tests to pass with only a small error. 7 years ago
Damien George 4c2230add8 tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage. 7 years ago
Damien George a604451566 tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser. 7 years ago
Damien George 62be14d77c tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl. 7 years ago
Damien George 77a62d8b5a tests/stress: Add test to create a dict beyond "maximum" rehash size. 7 years ago
Damien George 90da791a08 tests/basics: Add test for calling a subclass of a native class. 7 years ago
Damien George 160d670868 py/objdeque: Protect against negative maxlen in deque constructor. 7 years ago
Damien George 8f9b113be2 tests/basics: Add tests to improve coverage of py/objdeque.c. 7 years ago
Paul Sokolovsky 4668ec801e tests/basics/deque*: Tests for ucollections.deque. 7 years ago
Damien George 4e469085c1 py/objstr: Protect against creating bytes(n) with n negative. 7 years ago