1. 8482356 test: Allow SPL to run any available test by Simon Glass · 3 years, 7 months ago
  2. a7a9875 test: Add a macros for finding tests in linker_lists by Simon Glass · 3 years, 7 months ago
  3. 664277f test: Move restoring of driver model state to ut_run_list() by Simon Glass · 3 years, 7 months ago
  4. 1fc9c12 test: Move the devicetree check into ut_run_list() by Simon Glass · 3 years, 7 months ago
  5. 45d191a test: Use return values in dm_test_run() by Simon Glass · 3 years, 7 months ago
  6. f97f85e test: Run driver-model tests using ut_run_list() by Simon Glass · 3 years, 7 months ago
  7. fe80686 test: Use a local variable for test state by Simon Glass · 3 years, 7 months ago
  8. d2281bb test: Add ut_run_test_live_flat() to run tests twice by Simon Glass · 3 years, 7 months ago
  9. c169d54 test: Drop dm_do_test() by Simon Glass · 3 years, 7 months ago
  10. ca44ca0 test: Use ut_run_test() to run driver model tests by Simon Glass · 3 years, 7 months ago
  11. e77615d test: Move dm_test_destroy() into test-main.c by Simon Glass · 3 years, 7 months ago
  12. c79705e test: Move dm_test_init() into test-main.c by Simon Glass · 3 years, 7 months ago
  13. 4a467c6 test: Drop struct dm_test_state by Simon Glass · 3 years, 7 months ago
  14. 72b524c test: Handle driver model reinit in test_pre_run() by Simon Glass · 3 years, 7 months ago
  15. 47ec3ed test: Move delay skipping to test_pre_run() by Simon Glass · 3 years, 7 months ago
  16. 7452471 test: Move console silencing to test_pre_run() by Simon Glass · 3 years, 7 months ago
  17. 19fb3db test: Drop mallinfo() work-around by Simon Glass · 3 years, 7 months ago
  18. 5a986f3 test: Move dm_scan_plat() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  19. 4b8b27e test: Move do_autoprobe() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  20. d8ed234 test: Move dm_extended_scan() to test_pre_run() by Simon Glass · 3 years, 7 months ago
  21. 30a0d20 test: Call test_pre/post_run() from driver model tests by Simon Glass · 3 years, 7 months ago
  22. 409f4a2 test: Rename test-main.c to test-dm.c by Simon Glass · 3 years, 7 months ago[Renamed (98%) from test/dm/test-main.c]
  23. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  24. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  25. 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 3 years, 10 months ago
  26. 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 3 years, 10 months ago
  27. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  28. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years ago
  29. 5b448ce dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years ago
  30. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years ago
  31. e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 2 months ago
  32. 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 2 months ago
  33. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  34. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  35. cfccff8 test: Enable console recording in tests by Simon Glass · 4 years, 8 months ago
  36. 2232700 dm: test: Correct a stray backslash in dm_test_destroy() by Simon Glass · 5 years ago
  37. ad95047 dm: test: Don't fail when tests are skipped due to build by Simon Glass · 5 years ago
  38. fe9a967 dm: test: Fix running of multiple test from command line by Simon Glass · 5 years ago
  39. 96ffe87 dm: test: Fix typo in test-main comment by Michal Simek · 6 years ago
  40. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  41. ee87a09 dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test by Patrice Chotard · 7 years ago
  42. 6fb2f57 dm: core: Run tests with both livetree and flat tree by Simon Glass · 7 years ago
  43. c166c47 dm: test: Add support for running tests with livetree by Simon Glass · 7 years ago
  44. 801587b dm: test: Show the test filename when running by Simon Glass · 7 years ago
  45. f86db10 dm: test: Move test running code into a separate function by Simon Glass · 7 years ago
  46. 34b744b sandbox: Add a way to reset sandbox state for tests by Simon Glass · 7 years ago
  47. 19c8205 dm: core: Scan the live tree when setting up driver model by Simon Glass · 7 years ago
  48. 26e1bec test/dm: clear unit test failure count each run by Stephen Warren · 9 years ago
  49. 9ce8b40 test: Record and silence console in tests by Simon Glass · 9 years ago
  50. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  51. 3884c98 dm: usb: Avoid time delays in sandbox tests by Simon Glass · 9 years ago
  52. c02790c dm: test: Allow test names to leave out the dm_test_ prefix by Simon Glass · 9 years ago
  53. b6227d3 test: dm: Recover the driver model tree after tests by Joe Hershberger · 9 years ago
  54. 7cccc66 test: dm: Don't bail on all tests if one test fails by Joe Hershberger · 9 years ago
  55. 40441e0 test: dm: Move the dm tests over to the ut command by Joe Hershberger · 9 years ago
  56. e721b88 test: Generalize the unit test framework by Joe Hershberger · 9 years ago
  57. f64000c test: dm: test.dts - move to sandbox dts directory by Przemyslaw Marczak · 9 years ago
  58. 57f54d5 dm: test: Allow 'dm test' to select a particular test to run by Simon Glass · 10 years ago
  59. 756ac0b test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
  60. 00606d7 dm: Allow drivers to be marked 'before relocation' by Simon Glass · 10 years ago
  61. 54c5d08 dm: rename device struct to udevice by Heiko Schocher · 10 years ago
  62. 2e7d35d dm: Add basic tests by Simon Glass · 11 years ago