aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-09-03tests: Add tests to improve coverage of objstr.c.Damien George
2015-09-01py/binary: Add support for array('q') and array('Q').Damien George
2015-09-01py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0).Damien George
2015-09-01tests: Skip exception_chain.py with native emitter.Paul Sokolovsky
2015-09-01tests: Add test for exception-chaining raise syntax.Paul Sokolovsky
2015-08-30tests: Fix non-compliant expected output to match actual behaviour.Damien George
2015-08-30py/objstr: Simplify error handling for bad conversion specifier.Damien George
2015-08-30tests: Add tests for non-compliant behaviour.Damien George
2015-08-30tests: Add test where __getitem__ raises IndexError to stop iteration.Damien George
2015-08-30tests: Consolidate all feature check snippets under feature_check/.Paul Sokolovsky
2015-08-30tests: Add feature_check dir to collect capability detection scripts.Paul Sokolovsky
2015-08-29py/objstr: Fix error reporting for unexpected end of modulo format str.Damien George
2015-08-29py/objstr: Fix error type for badly formatted format specifier.Damien George
2015-08-29py/objstr: Make string formatting 8-bit clean.Damien George
2015-08-29tests: Add a few tests for bool, bytearray, float to improve coverage.Damien George
2015-08-30tests: Add byteorder query script.Paul Sokolovsky
2015-08-30tests: Split byteorder-dependent tests to *_endian.py's.Paul Sokolovsky
2015-08-30run-tests: Allow to skip byteorder-dependent tests.Paul Sokolovsky
2015-08-29tests/ffi_float: Split tgammaf() testcase to a separate test.Paul Sokolovsky
2015-08-28tests: Add test on set/frozenset equality.Paul Sokolovsky
2015-08-28objset: frozensets are hashable.Paul Sokolovsky
2015-08-25tests: For unix ffi float test, add libm.so.6 to library search list.Damien George
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-08-21tests: Make io test cleanup after itself by removing 'testfile'.Damien George
2015-08-17unix-cpy: Remove unix-cpy. It's no longer needed.Damien George
2015-08-13py: Add stream_tell method, and use for unix and stmhal file tell.blmorris
2015-08-08tests: Remove over-specification of startup bannerTom Soulanille
2015-08-08tests: Fix exceptions when running cmdline tests on windowsstijn
2015-08-08tests: Always use forward slashes for pathsstijn
2015-08-06run-tests: Test REPL emacs keys, but only if present.Tom Soulanille
2015-08-05tests: Add test for pyboard SPI in slave mode, recv with no master.Damien George
2015-08-02py/objlist: Make list += accept all arguments and add test.Damien George
2015-07-26run-tests: Use PTY when running REPL tests.Tom Soulanille
2015-07-26tools: Add telnet support to pyboard.py.Daniel Campora
2015-07-24tests: Skip parser test if "compile" builtin is not available.Damien George
2015-07-24py/parse: Fix handling of empty input so it raises an exception.Damien George
2015-07-23py/lexer: Raise SyntaxError when str hex escape sequence is malformed.Damien George
2015-07-23py: Allow viper functions to take up to 4 arguments.Damien George
2015-07-20py: Implement memoryview slice assignment.Delio Brignoli
2015-07-19modbuiltins: Implement round() to precision.Sebastian Plamauer
2015-07-08modmachine: Implement physical memory access using /dev/mem (Linux, etc).Paul Sokolovsky
2015-07-06tests: Catch ValueError instead of any exception to properly test error.Damien George
2015-07-04extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.Galen Hazelwood
2015-06-27tests: Add test for relative import without package context.Paul Sokolovsky
2015-06-25py: Remove mp_load_const_bytes and instead load precreated bytes object.Damien George
2015-06-25tests: Split out json float tests to separate files.Damien George
2015-06-25tests: Add support for the WiPy in run-tests script.Daniel Campora
2015-06-24tests: Adapt misc/features.py tests for ports without floating point.Daniel Campora
2015-06-24tests: Adapt basics/memoryerror.py for ports with lower heap sizes.Daniel Campora
2015-06-21tests: Add testcase for open(..., "a").Paul Sokolovsky