summaryrefslogtreecommitdiff
path: root/util/run_host_test
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* ec: Delete /dev/shm/EC_persist_* before testsJeremy Bettis2022-04-061-0/+5
* ec: Format util/run_host_test for cros lintJeremy Bettis2022-04-061-93/+93
* run_host_test: some cleanupsJack Rosenthal2021-08-191-21/+16
* util: Add verbose option to run_host_testDaisuke Nojiri2021-06-281-1/+3
* makefile: use separate directory for code coveragePaul Fagerburg2020-06-121-9/+13
* ec: fix `make coverage` code coverage reportingPaul Fagerburg2020-05-111-1/+7
* util/run_host_test: increase default test timeout to 60sJack Rosenthal2020-04-151-1/+1
* util: rewrite the host test runner in Python 3, and drop pexpectJack Rosenthal2020-03-201-72/+105
* Unify #! use in python scriptsStefan Reinauer2019-10-011-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* ec: Make it possible to run tests with AddressSanitizer enabledNicolas Boichat2018-06-281-3/+9
* Add more debugging to run_host_testVincent Palatin2018-01-181-0/+7
* Clean up run_host_test scriptVic (Chun-Ju) Yang2014-01-151-8/+10
* emulator: Treat unexpected EOF as test failureVic (Chun-Ju) Yang2014-01-081-1/+1
* Dump stack trace on emulator test failureVic (Chun-Ju) Yang2014-01-081-1/+4
* Reboot emulator with execv()Vic Yang2013-07-241-11/+2
* Make target for test coverage report generationVic Yang2013-06-161-0/+2
* Support emulator rebootVic Yang2013-05-281-7/+32
* Show run time of unit testsVic Yang2013-05-141-2/+7
* Redirect emulator output to stderr if a test failsVic Yang2013-05-141-3/+25
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+26