207 Commits (c5af3217d985f517287c6b85bda16c5b7f9fa677)

Author SHA1 Message Date
Paul Sokolovsky 334934ee97 tests/run-tests: Add --list-tests switch. 7 years ago
Paul Sokolovsky e104e24e53 tests/run-tests: Wrap long lists to facilitate adding more items. 7 years ago
Paul Sokolovsky a289b24e25 tests/run-tests: "minimal": Skip recently added float/float_parse.py. 7 years ago
Damien George 84895f1a21 py/parsenum: Improve parsing of floating point numbers. 7 years ago
Paul Sokolovsky 71c1a05d88 tests/run-tests: Close device under test using "finally". 7 years ago
David Lechner 62849b7010 py: Add config option to print warnings/errors to stderr. 7 years ago
Damien George 96fd80db13 py/objexcept: Prevent infinite recursion when allocating exceptions. 7 years ago
Paul Sokolovsky f54b3527f2 tests/run-tests: Fix copy-paste mistake in var name. 7 years ago
Paul Sokolovsky d1f909005a tests/run-tests: Skip class_inplace_op for minimal profile. 7 years ago
Paul Sokolovsky d6f9d64d97 tests/class_reverse_op: Test for reverse arith ops special methods. 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George f69ab79ec8 py/objgenerator: Allow to hash generators and generator instances. 7 years ago
Damien George 4a6c0fda78 tests: Auto detect floating point capabilites of the target. 7 years ago
Paul Sokolovsky 57b5ee2fcf tests/run-tests: Don't post-process CRASH result in any way. 8 years ago
Paul Sokolovsky 5b8122f2bb tests/run-tests: Search feature checks wrt to main script location. 8 years ago
Damien George 805b1c8bc3 tests/run-tests: Update names of tests that may need skipping. 8 years ago
Paul Sokolovsky 831e157226 tests/run-tests: Introduce generic "minimal" target. 8 years ago
Paul Sokolovsky b099aeb3ca run-tests: Add feature check for "const" keyword and skip related tests. 8 years ago
Paul Sokolovsky 5b2db4bb51 tests/run-tests: Be sure to close Pyboard object on completion. 8 years ago
Damien George c772817dee tests/micropython: Add tests for micropython.schedule(). 8 years ago
Damien George 923ec1169f tests/run-tests: Re-instate skipping of doubleprec test on pyboard. 8 years ago
Paul Sokolovsky 854bb322bf tests/feature_check/int_big: Rework "big int" detection. 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 019048a6dc tests/micropython: Add test for iterating with the heap locked. 8 years ago
Paul Sokolovsky ce2e0eeb7b tests/run-tests: Allow to skip tests using async/await keywords. 8 years ago
stijn c6fd9ba4f3 tests: Add option to not clear MICROPYPATH when running tests 10 years ago
Paul Sokolovsky aee723ed4c tests/run-tests: Skip frozenset tests if set literal syntax is not available. 8 years ago
stijn 533129f835 tests: Make sure special tests can be skipped as well. 8 years ago
Damien George 1864f90e9a tests: Add test for builtin help function. 8 years ago
Damien George 96baaa68a4 tests: Update tests, and add new ones, for recent generator tweaks. 8 years ago
Paul Sokolovsky 26f00ff154 tests/run-tests: Allow to skip set tests. 8 years ago
Rami Ali f397e1fdf0 tests/thread: Improve modthread.c test coverage. 8 years ago
Damien George cdec7ba30e tests: Add a coverage test for printing the parse-tree. 8 years ago
Rami Ali 5d06a74303 tests/basics: Improve test coverage for generators. 8 years ago
Damien George 1e7a801e2d tests/run-tests: For REPL tests make sure the REPL is exited at the end. 8 years ago
Damien George 1f43d49f9e tests/micropython: Move alloc-less traceback test to separate test file. 8 years ago
Damien George 1e3a7c4ac5 tests/run-tests: Enable extmod/machine1.py on pyboard. 8 years ago
Damien George 5e22afce41 tests: Improve test coverage of py/compile.c. 8 years ago
stijn 7f19b1c3eb tests: Fix expected output of verbose cmdline test 8 years ago
Damien George cd20027f56 tests/run-tests: Disable cmdline/cmd_showbc test on Windows. 8 years ago
Damien George 3f5fe6269e tests/run-tests: Add --via-mpy option to run test from precompiled code. 8 years ago
Damien George bb954d80a4 tests: Get cmdline verbose tests running again. 8 years ago
Damien George 763e04bba5 tests/run-tests: Disable thread/stress_recurse.py test on Travis. 8 years ago
Damien George 8f8f699eb7 tests/run-tests: Disable thread_gc1.py test on Travis. 8 years ago
Damien George 78bc31e294 tests/run-tests: Disable thread/stress_heap.py when running on Travis. 8 years ago
Damien George 567e7fcd12 tests/run-tests: Disable thread/thread_lock4.py on Travis. 8 years ago
Paul Sokolovsky 6ead9f6f3d tests/run-tests: Make "regex'ed .exp" facility available to device tests. 8 years ago
Paul Sokolovsky b652ee705b tests/bytes_compare: Rework test for bytes <-> str comparison. 8 years ago