1402 Commits (0a30ad96c886aacf897b3e87cbdb24fb46c5c43d)

Author SHA1 Message Date
Damien George 05fec17d9b tests/basics/struct_micropython: Add test for 'S' typecode in ustruct. 8 years ago
Rami Ali 77cbd173df tests: Improve binary.c test coverage. 8 years ago
Rami Ali 4e86ca398f tests/extmod: Improve re1.5/recursiveloop.c test coverage. 8 years ago
Damien George 773b0bac41 tests/extmod/vfs_basic: Add more tests for basic VFS functionality. 8 years ago
Damien George 8891b2e700 tests/extmod: Add a test for core VFS functionality, sans any filesystem. 8 years ago
Paul Sokolovsky 3e321f1724 tests/misc/: Make few tests skippable. 8 years ago
Damien George f07a56fa3b tests/extmod: Rename websocket test to websocket_basic. 8 years ago
Paul Sokolovsky c9705cff68 tests/basics/fun_error: Split out skippable test. 8 years ago
Paul Sokolovsky 854bb322bf tests/feature_check/int_big: Rework "big int" detection. 8 years ago
Paul Sokolovsky bc5bffbf65 tests/micropython/opt_level: Clarify the expected output for opt_level == 3. 8 years ago
Paul Sokolovsky 53018d5ad2 tests/micropython/heapalloc_traceback: Fix backtrace line # after refactor. 8 years ago
Paul Sokolovsky 1a71d30fb8 tests/micropython: Make uio-using tests skippable. 8 years ago
Paul Sokolovsky ce63a95a85 tests/dict_fromkeys: Split out skippable part. 8 years ago
Alex March ce0b5e078b tests/extmod: Add websocket tests. 8 years ago
Damien George 38f063ea72 tests/extmod: Add very basic feature test for ussl module. 8 years ago
Paul Sokolovsky a0cbc108ba tests/float: Make various tests skippable. 8 years ago
Paul Sokolovsky 983144404b tests/basic: Make various tests skippable. 8 years ago
Paul Sokolovsky bdd48e67ee tests/uctypes_array_assign_native_le: Split off intbig part. 8 years ago
Paul Sokolovsky c98d7461a1 tests/micropython/: Split off intbig tests. 8 years ago
Krzysztof Blazewicz 1bd17de4b7 tests/basics/unpack1.py: Test if *a, = b copies b when b is a list. 8 years ago
Krzysztof Blazewicz 38c3778b27 tests/basics/string_join.py: Add test case where argument is not iterable. 8 years ago
Paul Sokolovsky 88ffe0d5cc tests/string_format_modulo2: Split off intbig test. 8 years ago
Paul Sokolovsky 4b03941f5e tests/float2int*: Suffix with _intbig, don't run on any other int type. 8 years ago
Paul Sokolovsky 121fb88988 float/float2int*: Make actually be parsable for MICROPY_LONGINT_IMPL_NONE. 8 years ago
Paul Sokolovsky 325c4473a5 tests/float/complex1: Split out intbig test. 8 years ago
Paul Sokolovsky 3ab6aa3a6d tests/basic: Split tests into working with small ints and not working. 8 years ago
Paul Sokolovsky 89e570a5b4 tests/run-tests: Check for big int availability and skip related tests. 8 years ago
Damien George 3d91c12d33 tests/basics: Add further tests for OrderedDict. 8 years ago
Damien George ecc635d551 tests/extmod: Add test for machine.Signal class. 8 years ago
Damien George f4a12dca58 py/objarray: Disallow slice-assignment to read-only memoryview. 8 years ago
Damien George 5255255fb9 py: Create str/bytes objects in the parser, not the compiler. 8 years ago
Damien George f62503dc47 tests/micropython: Add test for consts that are bignums. 8 years ago
Damien George 465a604547 tests/cpydiff: Add a test for storing iterable to a list slice. 8 years ago
Rami Ali 86c7507233 tests/cpydiff: Add initial set of tests for uPy-CPython differences. 8 years ago
Damien George 89267886cc py/objlist: For list slice assignment, allow RHS to be a tuple or list. 8 years ago
Paul Sokolovsky 6fc6f10b1e tests/heapalloc_exc_raise.py: Heap alloc test for raising/catching exc. 8 years ago
Damien George d87c6b6768 tests/basics/string_join: Add more tests for string concatenation. 8 years ago
Damien George c889f01b8d tests/cmdline/cmd_parsetree: Update to work with changes to grammar. 8 years ago
Damien George 0ec957d7c5 tests/cmdline: Update cmd_parsetree test for changes to grammar order. 8 years ago
Damien George 7839b8b827 tests/micropython/heapalloc_iter: Add tests for contains and unpack. 8 years ago
Damien George 019048a6dc tests/micropython: Add test for iterating with the heap locked. 8 years ago
Damien George 86b3db9cd0 tests/cmdline/cmd_showbc: Update to work with recent changes. 8 years ago
Damien George 861b001783 tests/cmdline: Update tests to pass with latest changes to bytecode. 8 years ago
Damien George f4df3aaa72 py: Allow bytecode/native to put iter_buf on stack for simple for loops. 9 years ago
Paul Sokolovsky f980c70997 tests/basic/: Make various tests skippable. 8 years ago
Paul Sokolovsky b737c9cbc8 tests/gen_yield_from_close: Use range() instead of reversed(). 8 years ago
Damien George 06a12ada48 tests/thread: Add stress-test for creating many threads. 8 years ago
Damien George 2847d7431d tests/thread: Replace busy waiting loops with a loop that sleeps. 8 years ago
Paul Sokolovsky f2d732f459 tests/extmod: Make tests skippable. 8 years ago
Paul Sokolovsky 7bb146350e tests/dict_fromkeys: Revert to use reversed() to run in native codegen mode. 8 years ago