1. 12892b0 test: Add a way to skip console checking until a string matches by Simon Glass · 3 years, 3 months ago
  2. e1788f9 test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 5 months ago
  3. 4a249ba test: Add a test for print_buffer() by Simon Glass · 3 years, 7 months ago
  4. d242368 test: Convert print tests to use ut framework by Simon Glass · 3 years, 7 months ago
  5. 140e962 test: Remove duplicate macro by Sean Anderson · 3 years, 6 months ago
  6. 45b807d test: Allow tests to run on any board by Simon Glass · 3 years, 8 months ago
  7. d280d81 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 8 months ago
  8. 1ef74ab test: Allow SPL to run any available test by Simon Glass · 3 years, 9 months ago
  9. 1638693 test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 9 months ago
  10. b50211f test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 9 months ago
  11. bb2b173 test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 9 months ago
  12. 4066d8d test: Use a local variable for test state by Simon Glass · 3 years, 9 months ago
  13. 0d32ec2 test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 9 months ago
  14. 436687e test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 9 months ago
  15. 5517edb test: Move test running into a separate function by Simon Glass · 3 years, 9 months ago
  16. 2dba476 test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 9 months ago
  17. b98bfbc test: Drop struct dm_test_state by Simon Glass · 3 years, 9 months ago
  18. b2890a1 test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 9 months ago
  19. 59cad96 test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 9 months ago
  20. d93dc7d test: Create pre/post-run functions by Simon Glass · 3 years, 9 months ago
  21. 5722fb2 test: Add an overall test runner by Simon Glass · 3 years, 9 months ago
  22. a1add9d test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 9 months ago
  23. ab1fca0 test: Mark all driver model tests with a flag by Simon Glass · 3 years, 9 months ago
  24. 261fc06 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 9 months ago
  25. b8f0082 test: Avoid assuming sandbox board for bloblist test by Simon Glass · 4 years, 1 month ago
  26. 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
  27. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
  28. 663a2c1 test: Add some tests for setexpr by Simon Glass · 4 years, 1 month ago
  29. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  30. cf1ddf4 test: Add a test for log filter-* by Sean Anderson · 4 years, 1 month ago
  31. c182182 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
  32. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
  33. 7c58b08 bloblist: Compare addresses rather than pointers in tests by Simon Glass · 4 years, 2 months ago
  34. 573c0fa cmd: Update the memory-search command by Simon Glass · 4 years, 4 months ago
  35. 6db8ea5 test: Add a flag for tests that need console recording by Simon Glass · 4 years, 4 months ago
  36. 974dccd dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 4 months ago
  37. c963df9 test: Add a way to check part of a console line or skip it by Simon Glass · 4 years, 4 months ago
  38. 75c4d41 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 4 months ago
  39. 0dc3d51 acpi: Support writing a name by Simon Glass · 4 years, 5 months ago
  40. 6e887ee clk: Add K210 pll support by Sean Anderson · 4 years, 5 months ago
  41. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  42. df6c36c test: describe naming conventions for macro UNIT_TEST by Heinrich Schuchardt · 4 years, 7 months ago
  43. d050928 test: Add the beginnings of some string tests by Simon Glass · 4 years, 8 months ago
  44. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 7 months ago
  45. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
  46. f433d50 test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 9 months ago
  47. c5e7f66 test: Add hexdump.h to the unit test header by Simon Glass · 4 years, 8 months ago
  48. d856e91 test: Add a way to check each line of console output by Simon Glass · 4 years, 10 months ago
  49. 43c336b test: Add underscore prefix to macro parameters by Simon Glass · 4 years, 10 months ago
  50. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 11 months ago
  51. 0fe1537 dm: devres: Add a new OFDATA phase by Simon Glass · 5 years ago
  52. 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
  53. 19920d7 test: Add functions to find the amount of allocated memory by Simon Glass · 5 years ago
  54. 1f99f84 cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · 5 years ago
  55. 1c9bb9b tests: add OP-TEE test suite by Heiko Stuebner · 5 years ago
  56. e254794 sandbox: test: Show hex values on failure by Simon Glass · 5 years ago
  57. f77a635 test: provide unit test for memory functions by Heinrich Schuchardt · 6 years ago
  58. 78b0ef5 test: Add a simple test for bloblist by Simon Glass · 6 years ago
  59. ffdf8ab test: Add ut_asserteq_mem by Mario Six · 6 years ago
  60. b8b6c81 test: unit tests for Unicode functions by Heinrich Schuchardt · 6 years ago
  61. d41a382 test: fix typo in cmd_ut_category() description by Heinrich Schuchardt · 6 years ago
  62. becc3e0 test: Add ut_assertnull macro by Ramon Fried · 6 years ago
  63. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  64. 1edaed0 test: compression: Convert to unit test framework by Simon Glass · 7 years ago
  65. 81cbe1c test: Add a command function for test execution by Simon Glass · 7 years ago
  66. d21afd5 dm: test: Fix nit with position of backslash by Simon Glass · 8 years ago
  67. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · 8 years ago
  68. be408ee dm: test: Show the test filename when running by Simon Glass · 8 years ago
  69. 0e31a11 tests: Introduce DT overlay tests by Maxime Ripard · 8 years ago
  70. edfdb99 Fix spelling of "occurred". by Vagrant Cascadian · 9 years ago
  71. 7e1cebf test: Add a macro to check that a value is not an error pointer by Simon Glass · 9 years ago
  72. 26e038f test: env: Add test framework for env by Joe Hershberger · 10 years ago
  73. 436cfc7 test: Return values from the asserts compatible with cmds by Joe Hershberger · 10 years ago
  74. ee20efe test: dm: Move the time test over to the ut command by Joe Hershberger · 10 years ago
  75. 9dc1d71 test: dm: Move the dm tests over to the ut command by Joe Hershberger · 10 years ago
  76. 11dd7cc test: Add a common unit test command by Joe Hershberger · 10 years ago
  77. 3a77be5 test: Generalize the unit test framework by Joe Hershberger · 10 years ago