index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2021-05-20
py/emitnative: Fix x86-64 emitter to generate correct 8/16-bit stores.
Damien George
2021-05-18
py/objarray: Fix constructing a memoryview from a memoryview.
Damien George
2021-05-16
tests/cpydiff: Add test and workaround for function.__module__ attr.
Damien George
2021-05-14
tests/run-tests.py: Parallelize running tests by default.
Jeff Epler
2021-05-13
py/objarray: Implement more/less comparisons for array.
stijn
2021-05-13
py/objarray: Prohibit comparison of mismatching types.
stijn
2021-05-13
tests/run-multitests.py: Flush stdout for each line of trace output.
Damien George
2021-05-11
tests/run-perfbench.py: Fix native feature check.
Damien George
2021-05-10
tests/thread: Make exc1,exit1,exit2,stacksize1,start1 tests run on rp2.
Damien George
2021-05-10
py/gc: Make gc_lock_depth have a count per thread.
Damien George
2021-05-08
tests/thread: Make stress_aes.py test run on bare-metal ports.
Damien George
2021-05-08
tests/thread: Make stress_create.py test run on esp32.
Damien George
2021-05-08
esp32/mpthreadport: Use binary semaphore instead of mutex.
Damien George
2021-05-06
extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32.
Damien George
2021-05-06
unix/modffi: Use a union for passing/returning FFI values.
Damien George
2021-05-02
py/repl: Autocomplete builtin modules.
Artyom Skrobov
2021-05-02
py/repl: Filter private methods from tab completion.
Kathryn Lingel
2021-04-30
tests/multi_bluetooth: Add performance test for gatt char writes.
Damien George
2021-04-30
tests/run-multitests.py: Provide some convenient serial device shorcuts.
Damien George
2021-04-23
tests: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2021-04-23
py/objexcept: Support errno attribute on OSError exceptions.
Damien George
2021-04-18
tests/net_inet: Add 'Strict-Transport-Security' to exp file.
Damien George
2021-04-15
tests/feature_check: Check for lack of pass result rather than failure.
Damien George
2021-04-07
unix: Improve command line argument processing.
stijn
2021-04-06
extmod/re1.5: Check and report byte overflow errors in _compilecode.
Jeff Epler
2021-03-16
tests/run-tests.py: Provide more info if script run via pyboard crashes.
Damien George
2021-03-16
tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.
Damien George
2021-03-12
tests/multi_bluetooth: Skip tests when BLE features are unsupported.
Damien George
2021-03-12
tests/run-tests.py: Reformat with Black.
Damien George
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2021-02-19
tests/multi_bluetooth: Add basic performance tests.
Jim Mussared
2021-02-19
esp32: Add basic support for Non-Volatile-Storage in esp32 module.
Thorsten von Eicken
2021-02-17
extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.
Thorsten von Eicken
2021-02-16
tests/extmod: Add test for ThreadSafeFlag.
Jim Mussared
2021-02-15
esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.
Thorsten von Eicken
2021-02-13
extmod/uasyncio: Add asyncio.current_task().
Jim Mussared
2021-02-11
tests/extmod/vfs_posix.py: Add more tests for VfsPosix class.
Damien George
2021-02-11
extmod/vfs_posix_file: Allow closing an already closed file.
Damien George
2021-02-08
py/mpz: Fix overflow of borrow in mpn_div.
Damien George
2021-02-02
tests/run-tests: Change default Python command used on Windows.
stijn
2021-02-01
tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement.
Damien George
2021-01-29
tests: Move native for test from pybnative to micropython.
Damien George
2021-01-29
py/objfun: Support fun.__globals__ attribute.
Damien George
2021-01-29
extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.
Damien George
2021-01-23
tests/extmod: Add test for the precision of utime functions.
Oliver Joos
2020-12-18
tests/misc/sys_settrace_features.py: Fix running with non-dflt encoding.
stijn
2020-12-18
tests/misc/sys_settrace: Make test output independent of invoked path.
stijn
2020-12-17
tests/extmod: Add test to try and mount a block device directly.
Oliver Joos
2020-12-14
tests/misc/sys_settrace_features.py: Ignore CPython zipimport traces.
Damien George
2020-12-07
py/mpprint: Fix length calculation for strings with precision-modifier.
Joris Peeraer
[next]