summaryrefslogtreecommitdiff
path: root/test/run_device_tests.py
Commit message (Expand)AuthorAgeFilesLines
* boringssl: Implement sysrand from TRNGYi Chou2023-05-161-0/+1
* ec: Enable unaligned access for cortex-mFiras Sammoura2023-05-151-0/+1
* test: Add a test for malloc/freeTom Hughes2023-04-071-0/+1
* test: Add unit tests for sbrkTom Hughes2023-04-041-0/+1
* run_device_tests: Temporarily ignore long line errorsBobby Casey2023-02-091-0/+2
* run_device_tests: Add option to test with production app imageBobby Casey2023-02-091-16/+53
* test: Check TPM_SEED is reset after rebootFiras Sammoura2023-02-081-0/+1
* docs: Add missing sudo to commandTom Hughes2023-02-081-1/+1
* run_device_tests: Add explicit function to power cycle the boardBobby Casey2023-02-071-3/+9
* ec: Use chromite isort configJeremy Bettis2023-02-031-5/+7
* run_device_tests.py: Handle UnicodeDecodeErrorAndrea Grandi2023-01-101-2/+4
* run_device_test: Fix implicit concat warningBobby Casey2023-01-091-1/+1
* run_device_tests.py: Add option to control private testsAndrea Grandi2023-01-071-7/+24
* run_device_tests.py: Improve logs readabilityAndrea Grandi2023-01-031-2/+4
* test: Add test for std::chrono::system_clockTom Hughes2022-12-151-0/+1
* test: Add a test for global object initializationTom Hughes2022-12-101-0/+1
* test: Add timer testAndrea Grandi2022-12-071-0/+1
* test: Fix TypeError in run_device_tests.pyAndrea Grandi2022-11-291-1/+1
* run_device_tests.py: Resolve error in type hintBobby Casey2022-11-231-2/+2
* test: Add rng_benchmark testAndrea Grandi2022-11-111-0/+1
* Makefile.toolchain: Enable -ftrapv for fingerprint boardsTom Hughes2022-11-091-0/+1
* test: Add libc_printf testTom Hughes2022-11-041-0/+5
* test: Add benchmark library (C++)Andrea Grandi2022-11-021-0/+1
* test: Add basic test of std::vectorAndrea Grandi2022-10-211-0/+1
* test: Add panic testTom Hughes2022-10-181-0/+1
* test: Add on-device exception testTom Hughes2022-10-141-0/+1
* test: Add on-device abort() testTom Hughes2022-10-141-0/+1
* test: Add always_memset to dartmonkey+bloonchipperCraig Hesling2022-10-031-0/+1
* run_device_tests.py: Set check=False in subprocess.run()Andrea Grandi2022-10-031-12/+4
* run_device_tests.py: Rename short variablesAndrea Grandi2022-10-031-33/+37
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* run_device_tests.py: Fix Pylint error consider-using-withAndrea Grandi2022-08-121-15/+14
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-261-20/+64
* run_device_tests.py: Refactor main() into smaller functionsAndrea Grandi2022-07-201-95/+103
* run_device_tests.py: Update disabled linter optionsAndrea Grandi2022-07-201-4/+2
* run_device_tests.py: Disable pylint error broad-exceptAndrea Grandi2022-07-201-2/+2
* run_device_tests.py: Add missing docstringsAndrea Grandi2022-07-201-1/+6
* run_device_tests.py: Simplify code using dataclassAndrea Grandi2022-07-201-58/+36
* run_device_tests: Error out when using remote servo_microAndrea Grandi2022-07-151-0/+7
* ec: Format all python files with black and isortJeremy Bettis2022-07-121-233/+310
* Move standard library tests to their own fileTom Hughes2022-07-071-0/+1
* Add option to connect to remote FPMCU consoleTom Hughes2022-04-221-46/+118
* run_device_tests: Improve test results outputPatryk Duda2022-04-111-111/+83
* test/run_device_tests.py: Add private testsAndrea Grandi2022-04-081-2/+39
* test: Introduce panic data persistency testPatryk Duda2022-04-061-1/+47
* run_device_tests: Add support for overriding board by the testPatryk Duda2022-04-061-7/+14
* run_device_tests: Add option to replace RO with provided onePatryk Duda2022-04-061-1/+93
* run_device_tests: Use 'tests' argument as a regex patternPatryk Duda2022-04-051-3/+5
* test/run_device_tests: Define failure regexp for testPatryk Duda2022-03-301-10/+11
* Revert "test/run_device_tests.py: Add private tests"Hsu Wei-Cheng2022-03-301-39/+2