aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-09-04tests/float/cmath_fun.py: Fix truncation of small real part of complex.Damien George
2018-09-04tests/basics: Add test cases for context manager raising in enter/exit.Damien George
2018-09-04tests/basics: Add more tests for return within try-finally.Damien George
2018-09-04tests/run-tests: Enable native tests for unwinding jumps.Damien George
2018-09-03py/emitnative: Cancel caught exception once handled to prevent reraise.Damien George
2018-09-03py/vm: Fix handling of finally-return with complex nested finallys.Damien George
2018-08-17tests/basics: Provide .exp files for generator tests that fail PEP479.Damien George
2018-08-17tests: Modify tests that print repr of an exception with 1 arg.Damien George
2018-08-17tests/basics/int_big_error.py: Use bytearray to test for int overflow.Damien George
2018-08-17tests/basics/set_pop.py: Sort set before printing for consistent output.Damien George
2018-08-17tests/micropython: Add tests for try and with blocks under native/viper.Damien George
2018-08-10run-tests: Make .exp and .out file names unique by prefixing with dir.stijn
2018-08-04tests/run-tests: Enable bool1.py test with native emitter.Damien George
2018-08-04tests/micropython/viper_cond: Add test for large int as bool.Damien George
2018-08-04tests: Make tests work on targets without float support.Ayke van Laethem
2018-07-30tests/extmod/ujson_dump_iobase.py: Return number of bytes written.Damien George
2018-07-20tests/run-tests: Improve crash reporting when running on remote targets.Ayke van Laethem
2018-07-20tests/run-tests: Add nrf target.Ayke van Laethem
2018-07-20tests: Improve feature detection for VFS.Ayke van Laethem
2018-07-10py/objgenerator: Implement __name__ with normal fun attr accessor code.Damien George
2018-07-02extmod/modure: Add ure.sub() function and method, and tests.Damien George
2018-07-02extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2018-07-02extmod/modure: Add match.groups() method, and tests.Damien George
2018-06-27py/compile: Handle return/break/continue correctly in async with.Damien George
2018-06-27tests: Move non-filesystem io tests to basics dir with io_ prefix.Damien George
2018-06-27tests/basics/namedtuple*: Import ucollections first.Paul Sokolovsky
2018-06-27tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.Paul Sokolovsky
2018-06-27tests/extmod/ucryptolib*: Add tests for ucryptolib module.Paul Sokolovsky
2018-06-20tests: Add tests using "file" argument in print and sys.print_exception.Damien George
2018-06-18tests/import: Add test for importing invalid .mpy file.Damien George
2018-06-18tests/extmod: Add test for ujson.dump writing to a user IOBase object.Damien George
2018-06-18tests/extmod/ujson_dump.py: Add test for dump to non-stream object.Damien George
2018-06-18tests/unix/extra_coverage: Don't test stream objs with NULL write fun.Damien George
2018-06-12tests/extmod: Add test for VFS and user-defined filesystem and files.Damien George
2018-06-12tests/io: Add simple IOBase test.Damien George
2018-06-12py/lexer: Add support for underscores in numeric literals.Damien George
2018-06-08tests/pyb: Make i2c and pyb1 pyboard tests run again.Damien George
2018-06-08py/objtype: Optimise instance get/set/del by skipping special accessors.Damien George
2018-06-06tests/extmod: Remove conditional import of uos_vfs, it no longer exists.Damien George
2018-06-06tests/extmod: Add test for importing a script from a user VFS.Damien George
2018-05-30py/objtype: Fix assertion failures in super_attr by checking type.Jeff Epler
2018-05-30py/objtype: Fix assertion failures in mp_obj_new_type by checking types.Jeff Epler
2018-05-25py/objtype: Remove TODO comment about needing to check for property.Damien George
2018-05-23py/emit: Combine yield value and yield-from emit funcs into one.Damien George
2018-05-22py/objgenerator: Protect against reentering a generator.Damien George
2018-05-22py/modbuiltins: Add support for rounding integers.Jan Klusacek
2018-05-21tests: Add some tests for bigint hash, float hash and float parsing.Damien George
2018-05-11tests/basics/special_methods2: Enable some additional tests that work.Damien George
2018-05-11tests/float/float_parse: Allow test to run on 32-bit archs.Damien George
2018-05-10py/modbuiltins: Make built-in dir support the __dir__ special method.Damien George