summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Collapse)AuthorAge
* py: Implement default and star args for lambdas.Damien George2015-11-17
|
* cc3200: Unmount all user file systems after a soft reset.danicampora2015-11-16
|
* tests/jni: Add test for working with container of List interface.Paul Sokolovsky2015-11-13
|
* stmhal/can: Fix a bug in filter handling.Henrik Sölver2015-11-02
| | | | Reported here: http://forum.micropython.org/viewtopic.php?f=2&t=845
* extmod/modure: Make sure that errors in regexps are caught early.Paul Sokolovsky2015-11-01
|
* tests/base/struct1.py: Add test for repetition counters.Paul Sokolovsky2015-10-31
|
* tests: Make sure test output has \r\n line-ends when running on Windowsstijn2015-10-31
| | | | | | | This is the case already when using just subprocess.check_output, but in the special cases (cmdline, meminfo, ...) the carriage return gets lost during output processing so restore it in the end. This fixes the micropython/meminfo.py test on Windows.
* py: In inline asm, vldr and vstr offsets now in bytes not words.adminpete2015-10-31
| | | | As per ARM convention.
* cc3200: Set pin direction first, then value. Fixes #1542.danicampora2015-10-26
|
* tests/jni: Test for basic object operations.Paul Sokolovsky2015-10-24
|
* cc3200: Fix UART tests after correcting uart.read() behaviour.danicampora2015-10-21
|
* cc3200: Correct ticks_cpu and ticks_us functions in time module.danicampora2015-10-21
|
* tests: Disable some tests for pyboard that do not run correctly.Damien George2015-10-20
|
* tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().Paul Sokolovsky2015-10-20
| | | | | Simple smoke tests, mostly for coverage. Added to extmod based on the fact that they're extensions to standard modules.
* cc3200: WLAN class can retrieve the existing instance.danicampora2015-10-19
|
* tests/wipy: Make WLAN test more stable.danicampora2015-10-19
|
* cc3200: Fix time.ticks_* functions.danicampora2015-10-19
|
* docs: Add wipy and network.server documentation.danicampora2015-10-19
|
* cc3200: Refactor network module to make the server a propper object.danicampora2015-10-19
|
* cc3200: Create wipy module, remove HeartBeat class.danicampora2015-10-19
| | | | | The heartbeat is now controllable via a single function within the wipy module.
* py: Add lsl/lsr/asr opcode support to inline Thumb2 assembler.Damien George2015-10-19
|
* cc3200: In scan results rename 'auth' field to 'sec'.danicampora2015-10-17
| | | | | As defined by the new API, since 'auth' is actually a tuple composed by the security type and the key.
* py: Fix with+for+return bug by popping for-iter when unwinding exc stack.Damien George2015-10-15
| | | | Addresses issue #1182.
* py: Remove dependency on printf/fwrite in mp_plat_print.Damien George2015-10-15
| | | | See issue #1500.
* tests/jni: Start adding modjni tests.Paul Sokolovsky2015-10-14
| | | | | | These are currently not intended to run with the rest of testsuite, as they require dependencies and special environment setup anyway (drafted in tests/jni/README).
* tests: Add more tests for viper 16/32-bit load/store, and ellipsis.Damien George2015-10-13
|
* py: Implement ptr32 load and store in viper emitter.Damien George2015-10-13
|
* unix: Add exit and paste-mode hints to shell startup banner.Damien George2015-10-12
| | | | Thanks to @nyov for the initial patch.
* Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George2015-10-12
|
* tests: In pyb RTC tests, check wakeup register values.Peter Hinch2015-10-09
|
* tests: Add test for evaluation order of dictionary key/value pairs.Damien George2015-10-08
| | | | | In Python 3.4 the value is evaluated before the key. In Python 3.5 it's key then value.
* py/emitnative: Raise ViperTypeError for unsupported unary ops.Damien George2015-10-08
|
* py/compile: Fix edge case when constant-folding negation of integer.Damien George2015-10-08
| | | | Also adds tests specifically for testing constant folding.
* tests/basics/builtin_range: PEP8 fixes.Paul Sokolovsky2015-10-05
|
* tests: Allow tests to pass against CPython 3.5.Damien George2015-10-02
| | | | | All breaking changes going from 3.4 to 3.5 are contained in basics/python34.py.
* py: Catch all cases of integer (big and small) division by zero.Damien George2015-10-01
|
* py/mpz: Fix bignum anding of large negative with smaller positive int.Damien George2015-10-01
|
* tests: Add further tests for mpz code.Damien George2015-10-01
|
* py/mpz: Raise NotImplError instead of failing assertion.Damien George2015-10-01
|
* tests: Test slicing a range that does not start at zero.Tom Soulanille2015-09-28
|
* tests/wipy: Skip the rtc_irq test.Daniel Campora2015-09-27
|
* tests: Skip uheapq1 test if target is WiPy.Daniel Campora2015-09-27
|
* tests/wipy: Fix error in wlan test.Daniel Campora2015-09-27
|
* tests/wipy: Add machine module tests.Daniel Campora2015-09-27
|
* tests: Skip extmod machine tests when target is WiPy.Daniel Campora2015-09-27
|
* cc3200: Rename pyb module to machine.Daniel Campora2015-09-27
|
* tests/wipy: Improve robustness of rtc_irq test.Daniel Campora2015-09-27
|
* tests/wipy: Improve robustness of time test.Daniel Campora2015-09-27
|
* cc3200: Implement support for os.dupterm().Daniel Campora2015-09-27
|
* cc3200: New WLAN API including test.Daniel Campora2015-09-27
|