summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-01-24tests: Update float2int tests for new range classificationsDavid Steinberg
2015-01-23tests: Fix typo in file_long_read3.py.Paul Sokolovsky
2015-01-23modujson: .loads(): Handle more whitespace characters.Paul Sokolovsky
2015-01-23tests: Add extra test for reading multiple of internal chunk size.Paul Sokolovsky
2015-01-23tests: Add testcase for reading amounts bigger than buffer/chunk size.Paul Sokolovsky
2015-01-22lib/libm: Add frexp and modf functions; use in stmhal; add tests.Damien George
2015-01-21py: Implement proper re-raising in native codegen's finally handler.Damien George
2015-01-21py: Implement __reversed__ slot.Damien George
2015-01-20py: Prevent segfault for operations on closed StringIO.stijn
2015-01-14py: Reluctantly add an extra pass to bytecode compiler.Damien George
2015-01-13py: Never intern data of large string/bytes object; add relevant tests.Damien George
2015-01-11py: Implement fallback for equality check for all types.Damien George
2015-01-10tests: Make ffi_callback.py be able to run on uclibc and macosx.Paul Sokolovsky
2015-01-08tests: Add test for when instance member overrides class member.Damien George
2015-01-08tests: Separate out test cases that rely on float support to float/ dir.Damien George
2015-01-07py: Temporary fix for conversion of float to int when fits in small int.Damien George
2015-01-04objarray: Make sure that longint works as bytearray size.Paul Sokolovsky
2015-01-04objstr: Implement kwargs support for str.format().Paul Sokolovsky
2015-01-02py: Raise exception if trying to convert inf/nan to int.Damien George
2015-01-02py: Fix float to int conversion for large exponents.David Steinberg
2015-01-01py: Allow keyword arguments for namedtuplestijn
2015-01-01py: Use sequence of strings for named tuple initializationstijn
2014-12-31py: Fix rshift and not of zero/one edge cases in mpz.Damien George
2014-12-31tests: Disable float/float2int.py on pyboard (needs double prec).Damien George
2014-12-31objstr: Fix %d-formatting of floats.Paul Sokolovsky
2014-12-30py: Partially fix float to int conversion.Paul Sokolovsky
2014-12-24py: Make bytes objs work with more str methods; add tests.Damien George
2014-12-24tests: Add run-tests-exp.py, simple MicroPython-based test runner.Paul Sokolovsky
2014-12-20run-tests: Allow to run testuite against Windows build on Linux (using Wine).Paul Sokolovsky
2014-12-20windows: Correctly interpret skipped tests, enable uhashlib and ubinasciistijn
2014-12-18lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal.Damien George
2014-12-18tests: Get misc/print_exception and pyb/spi working on pyboard.Damien George
2014-12-18tests: sha256: skip test if uhashlib module is not available.Paul Sokolovsky
2014-12-15tests: Add testcase for ffi callbacks.Paul Sokolovsky
2014-12-14asmarm: Fix bug with encoding small negative ints using MVN instruction.Paul Sokolovsky
2014-12-13run-tests: Skip native/viper tests based on prefix.Paul Sokolovsky
2014-12-12py: Fix optimised for-loop compiler so it follows proper semantics.Damien George
2014-12-12run-tests: Reset MICROPYPATH, to make sure tests use only builtin modules.Paul Sokolovsky
2014-12-12run-tests: PEP8 fix.Paul Sokolovsky
2014-12-12tests: Activate recursive_data.py test, now that io.StringIO is available.Paul Sokolovsky
2014-12-11tests: Add test for semantics of for-loop that optimisation can break.Damien George
2014-12-11tests: Disable print_exception test when using native emitter.Damien George
2014-12-11tests: Fix print_exception test and re-enable it on Travis CI.Damien George
2014-12-11run-tests: Skip print_exception.py on TravisCI, as it irreproducibly fails.Paul Sokolovsky
2014-12-10tests: Fix print_exception.py to work on Travis CI.Damien George
2014-12-10tests: Add test for print_exception() function.Paul Sokolovsky
2014-12-09py: Allow builtins to be overridden.Damien George
2014-12-05py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George
2014-12-04py: Allow bytes/bytearray/array to be init'd by buffer protocol objects.Damien George
2014-11-30py: Implement +, += and .extend for bytearray and array objs.Damien George