aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2015-06-20py: Use a wrapper to explicitly check self argument of builtin methods.Damien George
2015-06-15tests: Check that machine module exists and print SKIP if it doesn't.Damien George
2015-06-13py: Implement divmod for mpz bignum.Damien George
2015-06-13py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.Damien George
2015-06-13py: Implement second arg for math.log (optional value for base).Damien George
2015-06-09py: Support unicode (utf-8 encoded) identifiers in Python source.Damien George
2015-06-08py: Fallback to stack alloca for Python-stack if heap alloc fails.Damien George
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
2015-06-04unix: Allow to cat a script into stdin from the command line.Damien George
2015-06-04py: Implement native multiply operation in viper emitter.Damien George
2015-06-04py: Implement implicit cast to obj for viper load/store index/value.Damien George
2015-06-03tests: Add test for recursive iternext stack overflow.Damien George
2015-05-28tests: Add special tests to test mp_printf function to improve coverage.Damien George
2015-05-28tests: Add some tests for printing floats to improve coverage.Damien George
2015-05-28py: Remove unnecessary extra handling of padding of nan/inf.Damien George