Paul Sokolovsky
|
fa3a108ed7
|
tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".
Otherwise this broke esp8266 testsuite.
|
2016-11-06 01:47:44 +03:00 |
|
Alex March
|
94aeba0427
|
tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.
|
2016-11-03 00:10:17 +11:00 |
|
Paul Sokolovsky
|
be6a765c69
|
tests/extmod/ticks_diff: Test for new semantics of ticks_diff().
|
2016-10-30 21:33:12 +03:00 |
|
Paul Sokolovsky
|
1ba4db5685
|
tests/btree1: Fix out of memory error running on esp8266.
|
2016-10-29 19:53:31 +03:00 |
|
Alex March
|
cc0cc67815
|
tests/extmod/uhashlib_sha256: Rename sha256.py test.
|
2016-10-28 19:51:54 +03:00 |
|
Alex March
|
b83ac44e82
|
tests/extmod/uhashlib_sha1: Coverage for SHA1 algorithm.
|
2016-10-28 19:51:46 +03:00 |
|
Alex March
|
fbca4f94b3
|
tests/extmod/vfs_fat_oldproto: Test old block device protocol.
|
2016-10-27 12:22:43 +11:00 |
|
Alex March
|
38a9359339
|
tests/extmod/vfs_fat_fsusermount: Improve fsusermount test coverage.
|
2016-10-27 12:22:42 +11:00 |
|
Damien George
|
5694201930
|
extmod/vfs_fat_file: Make file.close() a no-op if file already closed.
As per CPython semantics. In particular, file.__del__() should not raise
an exception if the file is already closed.
|
2016-10-24 12:59:20 +11:00 |
|
Alex March
|
cb20d999bc
|
tests/extmod/vfs_fat: Improve VFS test coverage.
Covered case:
- Stat cases
- Invalid read/write/flush/close
- Invalid mkdir/rmdir/remove/getcwd
- File seek/tell, modes a/x/+, t/b
- Writing to a full disk
- Full path rename, slash trim
- Rename cases
- Bytestring listdir
- File object printing
|
2016-10-24 12:49:19 +11:00 |
|
Alex March
|
e42186d356
|
tests/extmod/vfs_fat: Replace asserts with prints and expected outputs.
|
2016-10-13 14:56:47 +03:00 |
|
Damien George
|
11ab807d76
|
tests/extmod: Add test for ujson.load().
|
2016-10-13 11:46:49 +11:00 |
|
Alex March
|
f274561e16
|
tests/extmod/vfs_fat: Test coverage for remove() and rmdir().
|
2016-10-11 16:03:52 +11:00 |
|
Alex March
|
9fdba0e09c
|
tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage.
|
2016-10-07 01:02:11 +11:00 |
|
Alex March
|
addd1d3db1
|
tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op.
|
2016-10-05 00:17:22 +11:00 |
|
Alex March
|
670376c5cb
|
tests/extmod/vfs_fat_ramdisk: Add test for VFS.statvfs().
|
2016-09-27 13:48:58 +10:00 |
|
Paul Sokolovsky
|
d46de80162
|
tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.
|
2016-09-24 15:43:23 +03:00 |
|
Damien George
|
b9672bcbe8
|
tests/extmod: Add test for machine.time_pulse_us().
|
2016-09-16 23:31:02 +10:00 |
|
Damien George
|
67a4813601
|
tests/extmod/urandom: Add urandom tests for error cases.
|
2016-09-16 12:49:15 +10:00 |
|
Damien George
|
cac8dc3414
|
tests/extmod/framebuf1: Add tests for scrolling in the x-direction.
|
2016-09-05 12:08:25 +10:00 |
|
Paul Sokolovsky
|
61e2dfd97d
|
tests/extmod/uzlib_decompio: Add zlib bitstream testcases.
|
2016-09-04 14:45:27 +03:00 |
|
Damien George
|
2d8740a4d1
|
tests/extmod: Add a test for framebuf module, tested by coverage build.
|
2016-09-04 16:40:40 +10:00 |
|
Paul Sokolovsky
|
fafd587514
|
tests/extmod: Add test for uzlib.DecompIO.
|
2016-09-03 00:20:30 +03:00 |
|
Radomir Dopieralski
|
fea7fe45ea
|
tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()
Try to un-mount a file system and re-mount it again.
|
2016-08-26 23:24:32 +03:00 |
|
Paul Sokolovsky
|
c428367543
|
extmod/modubinascii: Make crc32() support configurable.
Disable by default, enable in unix port.
|
2016-08-24 18:28:43 +03:00 |
|