1102 Commits (66d955c218b66076a3d4300f70388c634c0d3099)

Author SHA1 Message Date
Damien George 30bca45e1a tests/basics: Add test for logical constant folding. 8 years ago
Paul Sokolovsky 8212773adb tests: Use read() instead of readall(). 8 years ago
Paul Sokolovsky 0cbc07227c extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms(). 8 years ago
Damien George c4e58eaa98 stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers. 8 years ago
Damien George 679c0c4c83 tests/micropython: Add test for import from within viper function. 8 years ago
Paul Sokolovsky fa3a108ed7 tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto". 8 years ago
Alex March 94aeba0427 tests/extmod/framebuf1: Test framebuffer pixel clear, and text function. 8 years ago
Paul Sokolovsky be6a765c69 tests/extmod/ticks_diff: Test for new semantics of ticks_diff(). 8 years ago
Fabio Utzig 8908e505ce py/sequence: Fix reverse slicing of lists. 8 years ago
Paul Sokolovsky 1ba4db5685 tests/btree1: Fix out of memory error running on esp8266. 8 years ago
Alex March cc0cc67815 tests/extmod/uhashlib_sha256: Rename sha256.py test. 8 years ago
Alex March b83ac44e82 tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm. 8 years ago
Alex March 964fb2450e tests/basics/gc1: Garbage collector threshold() coverage. 8 years ago
Alex March fbca4f94b3 tests/extmod/vfs_fat_oldproto: Test old block device protocol. 8 years ago
Alex March 38a9359339 tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage. 8 years ago
Damien George 25c6fc731b tests/basics: Add test for builtin "delattr". 8 years ago
Damien George bc5b896f24 tests/basics/builtin_slice: Add test for "slice" builtin name. 8 years ago
Damien George 5694201930 extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 8 years ago
Alex March cb20d999bc tests/extmod/vfs_fat: Improve VFS test coverage. 8 years ago
Damien George 1e3a7c4ac5 tests/run-tests: Enable extmod/machine1.py on pyboard. 8 years ago
Damien George 6caca3259f tests: Add test to print full KeyError exc from failed dict lookup. 8 years ago
Damien George e9404e5f5f tests: Improve coverage of array, range, dict, slice, exc, unicode. 8 years ago
Damien George 453c2e8f55 tests/cmdline: Improve coverage test for printing bytecode. 8 years ago
Damien George 34d0b3f85c tests/micropython: Add tests for heap_lock, and emergency exceptions. 8 years ago
Alex March e42186d356 tests/extmod/vfs_fat: Replace asserts with prints and expected outputs. 8 years ago
Damien George 11ab807d76 tests/extmod: Add test for ujson.load(). 8 years ago
Alex March f274561e16 tests/extmod/vfs_fat: Test coverage for remove() and rmdir(). 8 years ago
Damien George 5e22afce41 tests: Improve test coverage of py/compile.c. 8 years ago
Damien George 7f0e563de3 tests/micropython: Add test for micropython.opt_level() function. 8 years ago
Paul Sokolovsky 3dabaae47d tests/io/bytesio_ext: Add test for readinto(). 8 years ago
Paul Sokolovsky 49e140488d tests/io/write_ext: Add description comment. 8 years ago
Damien George 82af4d6749 tests: Improve coverage of struct with test for non-compliant behaviour. 8 years ago
Alex March 9fdba0e09c tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage. 8 years ago
stijn 7f19b1c3eb tests: Fix expected output of verbose cmdline test 8 years ago
Alex March addd1d3db1 tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op. 8 years ago
Damien George cd20027f56 tests/run-tests: Disable cmdline/cmd_showbc test on Windows. 8 years ago
Damien George 9f72a14920 tests/basics: Add test for printing OSError when errno is unknown. 8 years ago
Damien George 17b4509564 tests/basics: Add test constructing a set from a non-trivial expression. 8 years ago
Damien George 3c582bc7cb tests/import: Add test for compiling "import a.b as c". 8 years ago
Damien George 6cf2a3966e tests/basics: Add further tests for nonlocal scoping and closures. 8 years ago
Damien George b32c01b748 py/compile: Fix async-for/async-with to work with simpler exc on stack. 8 years ago
Damien George 443cc0114d tests/basics: Add test for set.difference_update with arg being itself. 8 years ago
Damien George 2c7716fed0 py/objset: Ensure that use of frozenset.update raises an exception. 8 years ago
Damien George 290daa15d9 tests/float: Add test for parsing a float from an empty string. 8 years ago
Alex March 670376c5cb tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs(). 8 years ago
Damien George 791b65f4b2 py/modmicropython: Add micropython.const, alias for identity function. 8 years ago
Damien George f65e4f0b8f tests/cmdline/cmd_showbc: Fix test now that 1 value is stored on stack. 8 years ago
Damien George 38b54b65d4 tests/micropython: Add tests for const names being replaced in parser. 8 years ago
Damien George 3f0c1c2452 tests/basics: Add test case for overflowing Py stack in try-finally. 8 years ago
Paul Sokolovsky d46de80162 tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream. 8 years ago