1. 447dfbc test: Add test for new command pci_mps by Stephen Carlson · 1 year, 7 months ago
  2. fa847bb test: Wrap assert macros in ({ ... }) and fix missing semicolons by Marek Vasut · 1 year, 7 months ago
  3. 8f4c999 test: Add ut_assert_nextline_empty() empty line helper by Marek Vasut · 1 year, 7 months ago
  4. 41a29f2 cmd: Add a SEAMA image load command by Linus Walleij · 1 year, 8 months ago
  5. 081bdc5 sandbox: Allow SPI flash bootdevs to be disabled for tests by Simon Glass · 1 year, 8 months ago
  6. 8b03187 test: Add a generic function to skip delays by Simon Glass · 1 year, 8 months ago
  7. 70dd886 sandbox: Allow ethernet bootdevs to be disabled for tests by Simon Glass · 1 year, 8 months ago
  8. f43b2df sandbox: Allow ethernet to be disabled at runtime by Simon Glass · 1 year, 8 months ago
  9. f08dcd9 test: cmd: exit: Add unit test for exit and partly run commands by Marek Vasut · 1 year, 9 months ago
  10. d1b4659 test: Add a way to detect a test that breaks another by Simon Glass · 1 year, 11 months ago
  11. cbd71fa test: Support tests which can only be run manually by Simon Glass · 1 year, 11 months ago
  12. 1facaad test: Report skippped tests by Simon Glass · 1 year, 11 months ago
  13. 430e167 video: Add commands to list and change fonts by Simon Glass · 2 years ago
  14. 5e96925 dm: core: Complete phandle implementation using the other FDT by Simon Glass · 2 years, 1 month ago
  15. 8d468a1 sandbox: test: Provide an easy way to use the other FDT by Simon Glass · 2 years, 1 month ago
  16. 756c014 sandbox: Support setting up the other FDT for testing by Simon Glass · 2 years, 1 month ago
  17. 2b90e0d test: Drop the UT_TESTF_LIVE_OR_FLAT flag by Simon Glass · 2 years, 1 month ago
  18. 0e4b697 test: Make a copy of the device tree before running a test by Simon Glass · 2 years, 1 month ago
  19. 7c14dc7 test: Fix missing livetree test runs by Simon Glass · 2 years, 1 month ago
  20. ea94d05 test: Allow running tests multiple times by Simon Glass · 2 years, 2 months ago
  21. 7b1dfc9 dm: core: Prepare for updating the device tree with ofnode by Simon Glass · 2 years, 2 months ago
  22. 7472448 fdt: Start a test for the fdt command by Simon Glass · 2 years, 2 months ago
  23. 36f641c test: fuzz: Add framework for fuzzing by Andrew Scull · 2 years, 4 months ago
  24. bfef72e cmd: load: add load command for memory mapped by Rui Miguel Silva · 2 years, 4 months ago
  25. fb1451b bootstd: Add tests for bootstd including all uclasses by Simon Glass · 2 years, 5 months ago
  26. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 8 months ago
  27. 2e09008 test: Add a way to skip console checking until a string matches by Simon Glass · 3 years, 1 month ago
  28. 25c8b9f test: add first autoboot unit tests by Steffen Jaeckel · 3 years, 3 months ago
  29. c614ddf test: Add a test for print_buffer() by Simon Glass · 3 years, 5 months ago
  30. fbb99dc test: Convert print tests to use ut framework by Simon Glass · 3 years, 5 months ago
  31. cb6c9c8 test: Remove duplicate macro by Sean Anderson · 3 years, 4 months ago
  32. d4a1592 test: Allow tests to run on any board by Simon Glass · 3 years, 6 months ago
  33. 22fc991 Merge tag 'v2021.04-rc4' into next by Tom Rini · 3 years, 6 months ago
  34. 8482356 test: Allow SPL to run any available test by Simon Glass · 3 years, 7 months ago
  35. 2a2814d test: Rename all linker lists to have a ut_ prefix by Simon Glass · 3 years, 7 months ago
  36. a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 7 months ago
  37. f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 7 months ago
  38. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 7 months ago
  39. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 7 months ago
  40. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 7 months ago
  41. 99a88fe test: Move test running into a separate function by Simon Glass · 3 years, 7 months ago
  42. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 7 months ago
  43. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 7 months ago
  44. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 7 months ago
  45. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 7 months ago
  46. d002a27 test: Create pre/post-run functions by Simon Glass · 3 years, 7 months ago
  47. 1c72175 test: Add an overall test runner by Simon Glass · 3 years, 7 months ago
  48. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 7 months ago
  49. 4bc639e test: Mark all driver model tests with a flag by Simon Glass · 3 years, 7 months ago
  50. ea30921 test: cmd: Add a basic test for 'addrmap' command by Bin Meng · 3 years, 7 months ago
  51. ef7e264 test: Avoid assuming sandbox board for bloblist test by Simon Glass · 3 years, 11 months ago
  52. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 9 months ago
  53. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 3 years, 11 months ago
  54. 90a9901 test: Add some tests for setexpr by Simon Glass · 3 years, 11 months ago
  55. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 11 months ago
  56. 89723b9 test: Add a test for log filter-* by Sean Anderson · 3 years, 11 months ago
  57. 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 3 years, 11 months ago
  58. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  59. cdd4e30 bloblist: Compare addresses rather than pointers in tests by Simon Glass · 4 years ago
  60. 550a9e7 cmd: Update the memory-search command by Simon Glass · 4 years, 2 months ago
  61. 132644f test: Add a flag for tests that need console recording by Simon Glass · 4 years, 2 months ago
  62. e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 2 months ago
  63. 33d7edf test: Add a way to check part of a console line or skip it by Simon Glass · 4 years, 2 months ago
  64. 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 2 months ago
  65. 7aed90d acpi: Support writing a name by Simon Glass · 4 years, 3 months ago
  66. 019ef9a clk: Add K210 pll support by Sean Anderson · 4 years, 3 months ago
  67. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  68. d0ba026 test: describe naming conventions for macro UNIT_TEST by Heinrich Schuchardt · 4 years, 5 months ago
  69. 4f04d54 test: Add the beginnings of some string tests by Simon Glass · 4 years, 6 months ago
  70. f51b4bc Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 5 months ago
  71. 70573c6 dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 6 months ago
  72. 395041b test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 7 months ago
  73. 1f4431e test: Add hexdump.h to the unit test header by Simon Glass · 4 years, 6 months ago
  74. 400175b test: Add a way to check each line of console output by Simon Glass · 4 years, 8 months ago
  75. ba8444a test: Add underscore prefix to macro parameters by Simon Glass · 4 years, 8 months ago
  76. d6b92b9 Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 9 months ago
  77. 42a0ce5 dm: devres: Add a new OFDATA phase by Simon Glass · 4 years, 9 months ago
  78. dc12ebb dm: test: Add a test driver for devres by Simon Glass · 4 years, 9 months ago
  79. 8109863 test: Add functions to find the amount of allocated memory by Simon Glass · 4 years, 9 months ago
  80. 4ad4edf cmd_ut: add a parameter prefix to the function cmd_ut_category by Philippe Reynes · 4 years, 9 months ago
  81. 96383bd tests: add OP-TEE test suite by Heiko Stuebner · 5 years ago
  82. 91a8c95 sandbox: test: Show hex values on failure by Simon Glass · 5 years ago
  83. 2dd0111 test: provide unit test for memory functions by Heinrich Schuchardt · 6 years ago
  84. 919e7a8 test: Add a simple test for bloblist by Simon Glass · 6 years ago
  85. 41f67e3 test: Add ut_asserteq_mem by Mario Six · 6 years ago
  86. f11a164 test: unit tests for Unicode functions by Heinrich Schuchardt · 6 years ago
  87. 4b0a2d3 test: fix typo in cmd_ut_category() description by Heinrich Schuchardt · 6 years ago
  88. 8d54579 test: Add ut_assertnull macro by Ramon Fried · 6 years ago
  89. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  90. 0aac10f test: compression: Convert to unit test framework by Simon Glass · 7 years ago
  91. 4d869c1 test: Add a command function for test execution by Simon Glass · 7 years ago
  92. fe3c0b5 dm: test: Fix nit with position of backslash by Simon Glass · 7 years ago
  93. 6fb2f57 dm: core: Run tests with both livetree and flat tree by Simon Glass · 7 years ago
  94. 801587b dm: test: Show the test filename when running by Simon Glass · 7 years ago
  95. f2a9942 tests: Introduce DT overlay tests by Maxime Ripard · 8 years ago
  96. eae4b2b Fix spelling of "occurred". by Vagrant Cascadian · 8 years ago
  97. 85aeda4 test: Add a macro to check that a value is not an error pointer by Simon Glass · 9 years ago
  98. 421f86f test: env: Add test framework for env by Joe Hershberger · 9 years ago
  99. fe3f6a6 test: Return values from the asserts compatible with cmds by Joe Hershberger · 9 years ago
  100. c812f72 test: dm: Move the time test over to the ut command by Joe Hershberger · 9 years ago