summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAge
* tests/basics: Add errno1 test, to check basics of uerrno module.Damien George2016-09-16
|
* tests/extmod/urandom: Add urandom tests for error cases.Damien George2016-09-16
|
* tests/pyb: Update exp file for previously updated extint test.Damien George2016-09-09
|
* tests/pyb: Add test for ExtInt when doing swint while disabled.Damien George2016-09-09
|
* tests/run-tests: Disable thread/stress_recurse.py test on Travis.Damien George2016-09-08
| | | | It has reliability issues (cause unknown at this time).
* tests/extmod/framebuf1: Add tests for scrolling in the x-direction.Damien George2016-09-05
|
* tests/extmod/uzlib_decompio: Add zlib bitstream testcases.Paul Sokolovsky2016-09-04
|
* tests/extmod: Add a test for framebuf module, tested by coverage build.Damien George2016-09-04
|
* tests/extmod: Add test for uzlib.DecompIO.Paul Sokolovsky2016-09-03
|
* tests/unix/extra_coverage: Add test for str/bytes with invalid hash.Damien George2016-09-02
|
* py/mpprint: Fail an assertion with unsupported format specifiers.Delio Brignoli2016-09-01
| | | | | | Arguments of an unknown type cannot be skipped and continuing to parse a format string after encountering an unknown format specifier leads to undefined behaviour. This patch helps to find use of unsupported formats.
* tests/run-tests: Disable thread_gc1.py test on Travis.Damien George2016-08-27
| | | | It has reliability issues (cause unknown at this time).
* tests/extmod/vfs_fat_ramdisk: Add tests for VFS.umount()Radomir Dopieralski2016-08-26
| | | | Try to un-mount a file system and re-mount it again.
* tests/cmdline: Add test for -O option to check optimisation value.Damien George2016-08-26
|
* tests/run-tests: Disable thread/stress_heap.py when running on Travis.Damien George2016-08-25
| | | | | It has reliability issues and sometimes fails on Travis (reason currently unknown).
* extmod/modubinascii: Make crc32() support configurable.Paul Sokolovsky2016-08-24
| | | | Disable by default, enable in unix port.
* extmod/modubinascii: implement binascii.crc32Pavol Rusnak2016-08-24
|
* tests/run-tests: Disable thread/thread_lock4.py on Travis.Damien George2016-08-17
| | | | It has reliability issues that need to be worked out.
* tests/uzlib_decompress: Actually test raw DEFLATE stream.Paul Sokolovsky2016-08-17
|
* tests/basics/special_methods: Enable tests for extra special methods.Damien George2016-08-17
| | | | | These additional special methods are enabled on most ports so we can test them in this test.
* tests/basics: Add a test file for overriding special methods.rguillon2016-08-17
|
* py/sequence: Allow to use bignums as indices in slice objects.Damien George2016-08-15
| | | | See issue #2264.
* tests/basics: Add test for break from within try within a for-loop.Damien George2016-08-15
|
* tests/misc/non_compliant: Add tests to improve coverage testing.Damien George2016-08-15
|
* tests/basics: Add more list tests to improve coverage testing.Damien George2016-08-15
|
* tests/basics: Add more tuple tests to improve coverage testing.Damien George2016-08-15
|
* tests: Rename zlibd_decompress.py -> uzlib_decompress.py.Paul Sokolovsky2016-08-12
| | | | To use the actual current name.
* tests/basics: bytes/str.partition/rpartition are now optional.Paul Sokolovsky2016-08-07
| | | | Skip tests if not available.
* extmod/modbtree: Implement __contains__ operation.Paul Sokolovsky2016-08-02
|
* tests/machine1: Revamp to work with unix port (which has "umachine").Paul Sokolovsky2016-07-31
|
* tests/machine_mem.py: Too non-portable, rework as an example for unix port.Paul Sokolovsky2016-07-31
|
* tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO).Paul Sokolovsky2016-07-31
|
* tests/io/bytesio_ext: Test for .seek()/.flush() on BytesIO.Paul Sokolovsky2016-07-29
|
* tests/run-tests: Make "regex'ed .exp" facility available to device tests.Paul Sokolovsky2016-07-26
| | | | Required to pass bytes_compare3.py (opptional warnings) on devices.
* tests/unicode_subscr.py: Detailed test for subscripting unicode strings.Paul Sokolovsky2016-07-25
|
* py/objstrunicode: str_index_to_ptr: Should handle bytes too.Paul Sokolovsky2016-07-25
| | | | | There's single str_index_to_ptr() function, called for both bytes and unicode objects, so should handle each properly.
* tests/extmod/btree1: Close database at the end of test.Paul Sokolovsky2016-07-24
|
* tests/bytes_compare: Rework test for bytes <-> str comparison.Paul Sokolovsky2016-07-22
| | | | This may produce a warning, depending on MicroPython configuration.
* tests/extmod/machine_pinbase: Skip if machine.PinBase is not available.Paul Sokolovsky2016-07-17
|
* tests: Add test for extended arguments to stream .write() method.Paul Sokolovsky2016-07-14
|
* tests/run-tests: If running thread tests on unix, don't run mutate ones.Damien George2016-07-09
| | | | They will fail because the GIL is disabled on the unix build.
* tests/meminfo: Update for addition of "max free sz" output.Paul Sokolovsky2016-07-01
|
* tests/thread: Allow some tests to run on ports with not much heap.Damien George2016-06-28
|
* tests/thread: Allow thread_sleep1 to run without floating point.Damien George2016-06-28
|
* tests/thread: Make sure that thread tests don't rely on floating point.Damien George2016-06-28
|
* tests/thread: Make stack-size test run correctly and reliable on uPy.Damien George2016-06-28
|
* tests/thread: Add test for concurrent mutating of user instance.Damien George2016-06-28
|
* tests/thread: Add test for concurrent interning of strings.Damien George2016-06-28
| | | | Qstr code accesses global state and needs to be made thread safe.
* tests/thread: Add tests that mutate shared objects.Damien George2016-06-28
| | | | Tests concurrent mutating access to: list, dict, set, bytearray.
* tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.Damien George2016-06-28
|