index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test-main.c
Age
Commit message (
Expand
)
Author
2023-01-23
sandbox: Allow SPI flash bootdevs to be disabled for tests
Simon Glass
2023-01-23
sandbox: Allow ethernet bootdevs to be disabled for tests
Simon Glass
2023-01-23
dm: test: Correct ordering of DM setup
Simon Glass
2023-01-23
test: Drop duplicate restore of DM state
Simon Glass
2022-11-07
test: Add a way to detect a test that breaks another
Simon Glass
2022-11-07
test: Drop an unused parameter to ut_run_test_live_flat()
Simon Glass
2022-11-07
dm: test: Clear the block cache after running a test
Simon Glass
2022-11-02
cyclic: get rid of cyclic_init()
Rasmus Villemoes
2022-10-31
test: Support tests which can only be run manually
Simon Glass
2022-10-31
test: Report skippped tests
Simon Glass
2022-10-17
dm: treewide: Do not opencode uclass_probe_all()
Michal Suchanek
2022-09-29
dm: core: Provide a way to reset the device tree
Simon Glass
2022-09-29
sandbox: test: Provide an easy way to use the other FDT
Simon Glass
2022-09-29
test: Detect a change in the device tree
Simon Glass
2022-09-29
test: Make a copy of the device tree before running a test
Simon Glass
2022-09-29
test: Support testing malloc() failures
Simon Glass
2022-09-29
test: Fix missing livetree test runs
Simon Glass
2022-09-13
cyclic: Add a simple test
Stefan Roese
2022-09-02
test: Allow running tests multiple times
Simon Glass
2022-08-12
dm: core: Call dm_scan_other() when setting up for tests
Simon Glass
2022-08-12
dm: core: Prepare for updating the device tree with ofnode
Simon Glass
2022-03-10
event: Add a simple test
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-07-21
test: Avoid a build error with SPL
Simon Glass
2021-04-29
test: Use positive conditional in test_matches()
Andy Shevchenko
2021-04-29
test: Allow simple glob pattern in the test name
Andy Shevchenko
2021-04-06
test: Allow tests to run on any board
Simon Glass
2021-03-26
dm: test: Avoid destroying uclasses with of-platdata-inst
Simon Glass
2021-03-12
test: Allow SPL to run any available test
Simon Glass
2021-03-12
test: Move restoring of driver model state to ut_run_list()
Simon Glass
2021-03-12
test: Move the devicetree check into ut_run_list()
Simon Glass
2021-03-12
test: Run driver-model tests using ut_run_list()
Simon Glass
2021-03-12
test: Use a local variable for test state
Simon Glass
2021-03-12
test: Add ut_run_test_live_flat() to run tests twice
Simon Glass
2021-03-12
test: Use ut_run_test() to run driver model tests
Simon Glass
2021-03-12
test: Move test running into a separate function
Simon Glass
2021-03-12
test: Move dm_test_destroy() into test-main.c
Simon Glass
2021-03-12
test: Move dm_test_init() into test-main.c
Simon Glass
2021-03-12
test: Handle driver model reinit in test_pre_run()
Simon Glass
2021-03-12
test: Move delay skipping to test_pre_run()
Simon Glass
2021-03-12
test: Move console silencing to test_pre_run()
Simon Glass
2021-03-12
test: Drop mallinfo() work-around
Simon Glass
2021-03-12
test: Move dm_scan_plat() to test_pre_run()
Simon Glass
2021-03-12
test: Move do_autoprobe() to test_pre_run()
Simon Glass
2021-03-12
test: Move dm_extended_scan() to test_pre_run()
Simon Glass
2021-03-12
test: Call test_pre/post_run() from driver model tests
Simon Glass
2021-03-12
test: Create pre/post-run functions
Simon Glass
2021-03-12
test: Add an overall test runner
Simon Glass