summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-04-01Merge pull request #734 from jepler/str-find-backwards-circuitpythonScott Shawcroft
2018-04-01py/objgenerator: Check stack before resuming a generatorJeff Epler
2018-03-31py/objstr: Don't crash when end < startJeff Epler
2018-03-31Merge pull request #728 from jepler/double-splat-crash-circuitpythonScott Shawcroft
2018-03-31Merge pull request #729 from jepler/tests-parallel-circuitpythonScott Shawcroft
2018-03-31run_tests: EXTERNAL_TARGETS can't run in parallelJeff Epler
2018-03-31run-tests: automatically parallelism based on CPU (thread) countJeff Epler
2018-03-31run-tests: optionally parallelize testsJeff Epler
2018-03-31run-tests: sort skipped and failed testsJeff Epler
2018-03-31run_tests: make access to shared variables thread safeJeff Epler
2018-03-31run_tests: factor run_one_test to functionJeff Epler
2018-03-31py/bc: Turn assertion error into exceptionJeff Epler
2018-03-30Merge pull request #710 from jepler/assertion-failures-to-exceptionsDan Halbert
2018-03-29Fix assertion failures in super_attrJeff Epler
2018-03-29Fix assertion failures in mp_obj_new_typeJeff Epler
2018-03-29Fix assertion failure in mpz_divmod_inplJeff Epler
2018-03-27Add VfsFat.label propertyJeff Epler
2018-03-26Merge pull request #709 from jepler/core-class-superpropertyScott Shawcroft
2018-03-26This test now passes, make it run regularlyJeff Epler
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-03-23Merge pull request #697 from jepler/issue501Scott Shawcroft
2018-03-23extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.Ayke van Laethem
2018-03-23Implement * and *= for array.arrayJeff Epler
2017-12-11Always test enumerate. This will ensure that all supported portsScott Shawcroft
2017-11-16tests: Fixup tests for 3.x on RosieScott Shawcroft
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-27py/objtype: Define all special methods if requested.Paul Sokolovsky
2017-10-26tests/net_inet: Update tls test to work with CPython and incl new site.Damien George
2017-10-25tests: Capture stderr output as well.Scott Shawcroft
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-18CircuitPython now has struct instead of ustruct (#302)Michael McWethy
2017-10-11py/emitnative: Implement floor-division and modulo for viper emitter.Damien George
2017-10-10py/formatfloat: Don't print the negative sign of a NaN value.Damien George
2017-10-10py/modmath: Add full checks for math domain errors.Damien George
2017-10-07tests/run-tests: Close device under test using "finally".Paul Sokolovsky
2017-10-05tests/extmod: Add test for '-' in character class in regex.Damien George
2017-10-05py: Clean up unary and binary enum list to keep groups together.Damien George
2017-10-04py/objstr: Make empty bytes object have a null-terminating byte.Damien George
2017-10-03py/objset: Include the failed key in a KeyError raised from set.remove.Damien George
2017-10-03py/objset: Check that RHS of a binary op is a set/frozenset.Damien George
2017-10-03tests/extmod: Add test for ure regexes leading to infinite recursion.Paul Sokolovsky
2017-09-26py/objfloat: Support raising a negative number to a fractional power.Damien George
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-25py: Clarify which mp_unary_op_t's may appear in the bytecode.Paul Sokolovsky
2017-09-21py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.Damien George
2017-09-21py/objexcept: Prevent infinite recursion when allocating exceptions.Damien George
2017-09-19py/objstr: strip: Don't strip "\0" by default.Paul Sokolovsky
2017-09-18py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.Paul Sokolovsky
2017-09-16tests/cpydiff: Add cases for locals() discrepancies.Paul Sokolovsky
2017-09-10tests/run-tests: Fix copy-paste mistake in var name.Paul Sokolovsky