Show patches with: Series = test: Refactor tests to have a single test runner       |   41 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v5,41/41] doc: Explain briefly how to write new tests test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,40/41] test: sandbox: Move sandbox test docs into doc/develop test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,39/41] spl: test: Add a test for spl_load_simple_fit() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,38/41] spl: Convert spl_fit to work with sandbox test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,37/41] sandbox: Update os_find_u_boot() to find the .img file test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,36/41] test: Allow SPL to run any available test test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,35/41] test: Rename all linker lists to have a ut_ prefix test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,34/41] test: Add a macros for finding tests in linker_lists test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,33/41] test: log: Rename log main test file to log_ut.c test: Refactor tests to have a single test runner - - 1 - --- 2021-03-08 Simon Glass trini Accepted
[v5,32/41] test: Move restoring of driver model state to ut_run_list() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,31/41] test: Move the devicetree check into ut_run_list() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,30/41] test: Use return values in dm_test_run() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,29/41] test: Run driver-model tests using ut_run_list() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,28/41] test: Use a local variable for test state test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,27/41] test: Add ut_run_test_live_flat() to run tests twice test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,26/41] test: Drop dm_do_test() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,25/41] test: Use ut_run_test() to run driver model tests test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,24/41] test: Move test running into a separate function test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,23/41] test: Move dm_test_destroy() into test-main.c test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,22/41] test: Move dm_test_init() into test-main.c test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,21/41] test: Drop struct dm_test_state test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,20/41] test: Handle driver model reinit in test_pre_run() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,19/41] test: Move delay skipping to test_pre_run() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,18/41] test: Move console silencing to test_pre_run() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,17/41] test: Drop mallinfo() work-around test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,16/41] test: Move dm_scan_plat() to test_pre_run() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,15/41] test: Move do_autoprobe() to test_pre_run() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,14/41] test: Move dm_extended_scan() to test_pre_run() test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,13/41] test: Call test_pre/post_run() from driver model tests test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,12/41] test: Create pre/post-run functions test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,11/41] test: Add an overall test runner test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,10/41] test: Rename test-main.c to test-dm.c test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,09/41] test: Mark all driver model tests with a flag test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,08/41] test: Correct setexpr test prefix test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,07/41] doc: Document how sandbox_spl_tests are run test: Refactor tests to have a single test runner 1 - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,06/41] doc: Explain how to run tests without pytest test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,05/41] test: Re-enable test_ofplatdata test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,04/41] sandbox: Drop the 'starting...' message test: Refactor tests to have a single test runner - - - - --- 2021-03-08 Simon Glass trini Accepted
[v5,03/41] doc: Document make tcheck test: Refactor tests to have a single test runner - - 1 - --- 2021-03-08 Simon Glass trini Accepted
[v5,02/41] doc: Tidy up testing section test: Refactor tests to have a single test runner - - 1 - --- 2021-03-08 Simon Glass trini Accepted
[v5,01/41] dm: core: Fix allocation of empty of-platdata test: Refactor tests to have a single test runner - 1 - - --- 2021-03-08 Simon Glass trini Accepted