~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* test: Restore test behaviour on failureSimon Glass2023-07-14
* test: Wrap assert macros in ({ ... }) and fix missing semicolonsMarek Vasut2023-03-14
* test: Add ut_assert_nextline_empty() empty line helperMarek Vasut2023-03-08
* test: Add a way to detect a test that breaks anotherSimon Glass2022-11-07
* test: Support tests which can only be run manuallySimon Glass2022-10-31
* dm: core: Complete phandle implementation using the other FDTSimon Glass2022-09-29
* test: Allow running tests multiple timesSimon Glass2022-09-02
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* test: Add a way to skip console checking until a string matchesSimon Glass2021-09-16
* test: Remove duplicate macroSean Anderson2021-05-26
* 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_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: Create pre/post-run functionsSimon Glass2021-03-12
* test: Add an overall test runnerSimon Glass2021-03-12
* test: Avoid assuming sandbox board for bloblist testSimon Glass2021-01-16
* bloblist: Compare addresses rather than pointers in testsSimon Glass2020-10-06
* test: Add a way to check part of a console line or skip itSimon Glass2020-08-07
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-03
* acpi: Support writing a nameSimon Glass2020-07-17
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-16
|\
| * dm: test: add test case for dev_read_u64 functionDario Binacchi2020-04-16
* | test: Add hexdump.h to the unit test headerSimon Glass2020-04-16
|/
* test: Add a way to check each line of console outputSimon Glass2020-02-05
* test: Add underscore prefix to macro parametersSimon Glass2020-02-05
* test: Add functions to find the amount of allocated memorySimon Glass2020-01-07
* sandbox: test: Show hex values on failureSimon Glass2019-10-27
* test: Add ut_asserteq_memMario Six2018-09-28
* test: Add ut_assertnull macroRamon Fried2018-07-19
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: test: Fix nit with position of backslashSimon Glass2017-06-01
* Fix spelling of "occurred".Vagrant Cascadian2016-05-02
* test: Add a macro to check that a value is not an error pointerSimon Glass2015-07-21
* test: Return values from the asserts compatible with cmdsJoe Hershberger2015-05-21
* test: Generalize the unit test frameworkJoe Hershberger2015-05-21