~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* test: Skip flat-tree tests if devicetree is not usedSimon Glass2023-07-16
* test: dm: restore /firmware nodes after testingAKASHI Takahiro2023-06-20
* test: Tidy up sandbox handling in test-mainSimon Glass2023-03-02
* sandbox: Allow SPI flash bootdevs to be disabled for testsSimon Glass2023-01-23
* sandbox: Allow ethernet bootdevs to be disabled for testsSimon Glass2023-01-23
* dm: test: Correct ordering of DM setupSimon Glass2023-01-23
* test: Drop duplicate restore of DM stateSimon Glass2023-01-23
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-07
* test: Drop an unused parameter to ut_run_test_live_flat()Simon Glass2022-11-07
* dm: test: Clear the block cache after running a testSimon Glass2022-11-07
* cyclic: get rid of cyclic_init()Rasmus Villemoes2022-11-02
* test: Support tests which can only be run manuallySimon Glass2022-10-31
* test: Report skippped testsSimon Glass2022-10-31
* dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek2022-10-17
* dm: core: Provide a way to reset the device treeSimon Glass2022-09-29
* sandbox: test: Provide an easy way to use the other FDTSimon Glass2022-09-29
* test: Detect a change in the device treeSimon Glass2022-09-29
* test: Make a copy of the device tree before running a testSimon Glass2022-09-29
* test: Support testing malloc() failuresSimon Glass2022-09-29
* test: Fix missing livetree test runsSimon Glass2022-09-29
* cyclic: Add a simple testStefan Roese2022-09-13
* test: Allow running tests multiple timesSimon Glass2022-09-02
* dm: core: Call dm_scan_other() when setting up for testsSimon Glass2022-08-12
* dm: core: Prepare for updating the device tree with ofnodeSimon Glass2022-08-12
* event: Add a simple testSimon Glass2022-03-10
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* test: Avoid a build error with SPLSimon Glass2021-07-21
* test: Use positive conditional in test_matches()Andy Shevchenko2021-04-29
* test: Allow simple glob pattern in the test nameAndy Shevchenko2021-04-29
* test: Allow tests to run on any boardSimon Glass2021-04-06
* dm: test: Avoid destroying uclasses with of-platdata-instSimon Glass2021-03-26
* test: Allow SPL to run any available testSimon Glass2021-03-12
* test: Move restoring of driver model state to ut_run_list()Simon Glass2021-03-12
* test: Move the devicetree check into ut_run_list()Simon Glass2021-03-12
* test: Run driver-model tests using ut_run_list()Simon Glass2021-03-12
* test: Use a local variable for test stateSimon Glass2021-03-12
* test: Add ut_run_test_live_flat() to run tests twiceSimon Glass2021-03-12
* test: Use ut_run_test() to run driver model testsSimon Glass2021-03-12
* test: Move test running into a separate functionSimon Glass2021-03-12
* test: Move dm_test_destroy() into test-main.cSimon Glass2021-03-12
* test: Move dm_test_init() into test-main.cSimon Glass2021-03-12
* test: Handle driver model reinit in test_pre_run()Simon Glass2021-03-12
* test: Move delay skipping to test_pre_run()Simon Glass2021-03-12
* test: Move console silencing to test_pre_run()Simon Glass2021-03-12
* test: Drop mallinfo() work-aroundSimon Glass2021-03-12
* test: Move dm_scan_plat() to test_pre_run()Simon Glass2021-03-12
* test: Move do_autoprobe() to test_pre_run()Simon Glass2021-03-12
* test: Move dm_extended_scan() to test_pre_run()Simon Glass2021-03-12
* test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-12
* test: Create pre/post-run functionsSimon Glass2021-03-12