Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: Auto detect floating point capabilites of the target. | Damien George | 2017-06-26 |
| | | | | | The floating-point precision of the target is detected (0, 30, 32 or 64) and only those tests which can run on the target will be run. | ||
* | run-tests: Add feature check for "const" keyword and skip related tests. | Paul Sokolovsky | 2017-04-02 |
| | |||
* | tests/feature_check/int_big: Rework "big int" detection. | Paul Sokolovsky | 2017-03-10 |
| | | | | | | MICROPY_LONGINT_IMPL_LONGLONG doesn't have overflow detection, so just parsing a large number won't give an error, we need to print it out to check that the whole number was parsed. | ||
* | tests/run-tests: Check for big int availability and skip related tests. | Paul Sokolovsky | 2017-03-03 |
| | | | | | Big aka arbitrary-precision integers (implemented by MPZ module) are used in tests starting with "int_big_" or ending with "_intbig". | ||
* | tests/run-tests: Allow to skip tests using async/await keywords. | Paul Sokolovsky | 2017-02-14 |
| | |||
* | tests/run-tests: Allow to skip set tests. | Paul Sokolovsky | 2017-01-05 |
| | | | | | | If sets are not enabled, set literals lead to SyntaxError during parsing, so it requires feature_check. Set tests are skipped based on set_*.py pattern. | ||
* | tests: Add a coverage test for printing the parse-tree. | Damien George | 2016-12-22 |
| | |||
* | tests: Actuall add feature check for complex type being available. | Paul Sokolovsky | 2015-12-06 |
| | |||
* | unix: Add exit and paste-mode hints to shell startup banner. | Damien George | 2015-10-12 |
| | | | | Thanks to @nyov for the initial patch. | ||
* | Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. | Damien George | 2015-10-12 |
| | |||
* | tests: Consolidate all feature check snippets under feature_check/. | Paul Sokolovsky | 2015-08-30 |
| | |||
* | tests: Add feature_check dir to collect capability detection scripts. | Paul Sokolovsky | 2015-08-30 |
Which are currently intermixed with real scripts and spread around various dirs. |