aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2016-02-22cc3200: Rename 'server' class to 'Server' for consistency.danicampora
2016-02-22tests/wipy: Correct machine test expected result.danicampora
2016-02-21tests: Skip uctypes and urandom tests not supported byt the WiPy.danicampora
2016-02-21test/wipy: Add Timer class tests.danicampora
2016-02-17py/repl: Check for an identifier char after the keyword.Alex March
2016-02-15tests/vfs_fat_ramdisk: Skip test if can't allocate ramdisk.Paul Sokolovsky
2016-02-14tests/vfs_fat_ramdisk: Allow to override sector size.Paul Sokolovsky
2016-02-14tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API.Paul Sokolovsky
2016-02-14tests/vfs_fat_ramdisk: Add test for VfsFat.Paul Sokolovsky
2016-02-14tests/bytearray1: Add testcases for "in" operator.Paul Sokolovsky
2016-02-13float/string_format: Split large test in 2.Paul Sokolovsky
2016-02-13tests/run-tests: Add esp8266 target.Paul Sokolovsky
2016-02-13test/float2int: Make test output clearer.Paul Sokolovsky
2016-02-10tests/pyb: Add simple test for stm module on pyboard.Damien George
2016-02-09py/viper: Allow casting of Python integers to viper pointers.Damien George
2016-02-06tests/open_plus: Add tests for "r+", "w+" open modes.Paul Sokolovsky
2016-02-03py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.Doug Currie
2016-02-02py/objstr: For str.format, add nested/computed fields support.pohmelie
2016-02-01py/vm: Fix popping of exception block in UNWIND_JUMP opcode.Damien George
2016-02-01py/mpprint: Fix sign extension when printf'ing %u, %x and %X.Damien George
2016-01-30tests: For pyboard, add test for I2C error handling and recovery.Damien George
2016-01-29tests: Update pyboard LED test.Damien George
2016-01-27py/inlineasm: Add ability to specify return type of asm_thumb funcs.Damien George
2016-01-26tests: For urandom test, use sys.exit() instead of sys.exit(1).Damien George
2016-01-26tests: Add some tests for urandom module.Damien George
2016-01-19py: Add ustruct.pack_into and unpack_fromDave Hylands
2016-01-14builtin property: accept keyword argumentschrysn
2016-01-14tests: Remove builtin_dict teststijn
2016-01-10extmod: Fix uctypes size calculation for bitfieldsDave Hylands
2016-01-08tests: Fix math_fun_special test so it passes with single prec float.Damien George
2016-01-08tests: Allow float tests to run when MATH_SPECIAL_FUNCTIONS is disabled.Damien George
2016-01-07py/inlinethumb: Remove 30-bit restriction on movwt instruction.Damien George
2016-01-07py/parse: Improve constant folding to operate on small and big ints.Damien George
2016-01-04py/objstr: In str.format, handle case of no format spec for string arg.Damien George
2016-01-03tests/object_dict.py: Add test for obj.__dict__ .Paul Sokolovsky
2016-01-03py: Implement __dict__ for instances.stijn
2016-01-03py: Make dir report instance membersDave Hylands
2016-01-03tests/uctypes: Test item assignment for scalar arrays.Antonin ENFRUN
2015-12-26tests: Skip class_bind_self.py for native emitter.Damien George
2015-12-26py: Be more restrictive binding self when looking up instance attrs.Damien George
2015-12-24tests: Skip try-finally test for native emitter.Damien George
2015-12-24py: Handle case of return within the finally block of try-finally.Damien George
2015-12-23tests: Add tests for stream IO errors.Damien George
2015-12-20tests: Add tests for %-formatting of bytes.Paul Sokolovsky
2015-12-12py/modmath: Add domain error checking to sqrt, log, log2, log10.Michael Buesch
2015-12-12py: Fix compiler to handle lambdas used as default arguments.Damien George
2015-12-12unix: Rename "_os" module to "uos" for consistency with baremetal ports.Paul Sokolovsky
2015-12-10tests: Add test for "not" of a user defined class.Damien George
2015-12-10py/emitinlinethumb: Add support for MRS instruction.Henrik Sölver
2015-12-09extmod: Add test which demonstrates LITTLE_ENDIAN packing failureDave Hylands