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
/
include
/
test
/
ut.h
Age
Commit message (
Expand
)
Author
2023-12-13
test: Add helper to skip to partial console line
Simon Glass
2023-07-14
test: Restore test behaviour on failure
Simon Glass
2023-03-14
test: Wrap assert macros in ({ ... }) and fix missing semicolons
Marek Vasut
2023-03-08
test: Add ut_assert_nextline_empty() empty line helper
Marek Vasut
2022-11-07
test: Add a way to detect a test that breaks another
Simon Glass
2022-10-31
test: Support tests which can only be run manually
Simon Glass
2022-09-29
dm: core: Complete phandle implementation using the other FDT
Simon Glass
2022-09-02
test: Allow running tests multiple times
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-09-16
test: Add a way to skip console checking until a string matches
Simon Glass
2021-05-26
test: Remove duplicate macro
Sean Anderson
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_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: Create pre/post-run functions
Simon Glass
2021-03-12
test: Add an overall test runner
Simon Glass
2021-01-16
test: Avoid assuming sandbox board for bloblist test
Simon Glass
2020-10-06
bloblist: Compare addresses rather than pointers in tests
Simon Glass
2020-08-07
test: Add a way to check part of a console line or skip it
Simon Glass
2020-08-03
dm: core: Drop header files from dm/test.h
Simon Glass
2020-07-17
acpi: Support writing a name
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-04-16
Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm
Tom Rini
2020-04-16
dm: test: add test case for dev_read_u64 function
Dario Binacchi
2020-04-16
test: Add hexdump.h to the unit test header
Simon Glass
2020-02-05
test: Add a way to check each line of console output
Simon Glass
2020-02-05
test: Add underscore prefix to macro parameters
Simon Glass
2020-01-07
test: Add functions to find the amount of allocated memory
Simon Glass
2019-10-27
sandbox: test: Show hex values on failure
Simon Glass
2018-09-28
test: Add ut_asserteq_mem
Mario Six
2018-07-19
test: Add ut_assertnull macro
Ramon Fried
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: test: Fix nit with position of backslash
Simon Glass
2016-05-02
Fix spelling of "occurred".
Vagrant Cascadian
2015-07-21
test: Add a macro to check that a value is not an error pointer
Simon Glass
2015-05-21
test: Return values from the asserts compatible with cmds
Joe Hershberger
2015-05-21
test: Generalize the unit test framework
Joe Hershberger