1. 81cbe1c test: Add a command function for test execution by Simon Glass · Sat Nov 25 11:57:29 2017 -0700
  2. 2c0f815 test: Correct operation when tests pass by Simon Glass · Sun Nov 26 20:25:55 2017 -0700
  3. 93c6205 test/run: Report and return failure by Simon Glass · Sun Nov 12 21:52:10 2017 -0700
  4. b1c556a test/py: add timestamps to log by Stephen Warren · Fri Oct 27 11:04:08 2017 -0600
  5. a3b8f99 test/py: regenerate persistent GPT image if code changes by Stephen Warren · Thu Oct 26 18:23:35 2017 -0600
  6. c901891 test/py: fix typos in README.md by Masahiro Yamada · Thu Oct 19 19:08:52 2017 +0900
  7. 309a6fa cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · Wed Oct 18 15:11:08 2017 +0200
  8. 0ffbb64 test/py: gpt: test start LBA for sub-command rename and swap by Patrick Delaunay · Wed Oct 18 15:11:07 2017 +0200
  9. 5751c05 test/py: gpt: add test for sub-command write by Patrick Delaunay · Wed Oct 18 15:11:06 2017 +0200
  10. c06b784 test/py: gpt: add test for sub-command read and verify by Patrick Delaunay · Wed Oct 18 15:11:04 2017 +0200
  11. e9e3a3e test/py: gpt: copy persistent file by Patrick Delaunay · Wed Oct 18 15:11:03 2017 +0200
  12. e2ecac2 test/py/tests/test_sleep.py: test time approximately by Heinrich Schuchardt · Fri Oct 13 22:28:31 2017 +0200
  13. 056fe32 Merge git://git.denx.de/u-boot-dm by Tom Rini · Mon Oct 09 20:19:39 2017 -0400
  14. 1cb894f Merge git://git.denx.de/u-boot-video by Tom Rini · Mon Oct 09 13:31:33 2017 -0400
  15. 22ae0a7 test: print_ut: Add test for %ls strings by Rob Clark · Wed Sep 13 18:46:54 2017 -0400
  16. 0ac17d8 test/dm: Fix string handling issues in the eth test by Tom Rini · Tue Sep 26 14:08:30 2017 -0400
  17. aaa968b test/overlay: Fix various malloc/free leaks by Tom Rini · Tue Sep 26 12:43:12 2017 -0400
  18. d1c9e80 fs-test: Add test for a filename using '..' to go back to the root by Tuomas Tynkkynen · Mon Sep 25 22:06:34 2017 +0300
  19. e304b02 fs-test: Add FAT16 support by Tuomas Tynkkynen · Mon Sep 25 22:06:32 2017 +0300
  20. 4647397 Merge git://git.denx.de/u-boot-usb by Tom Rini · Sun Oct 01 18:06:53 2017 -0400
  21. b6189f2 test: dm: usb: Update test cases for USB by Bin Meng · Sun Oct 01 06:19:45 2017 -0700
  22. df05b61 Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Sun Oct 01 08:48:38 2017 -0400
  23. e0d2aee test/py: fix anchors in HTML status report by Stephen Warren · Mon Sep 18 11:50:47 2017 -0600
  24. 2079db3 test/py: add skip marker for reliance on tools by Stephen Warren · Mon Sep 18 11:11:49 2017 -0600
  25. 0f0eeac test/py: provide more information about test skip reason by Stephen Warren · Mon Sep 18 11:11:48 2017 -0600
  26. c22c7e2 test/py: Document required tools/packages by Stephen Warren · Mon Sep 18 11:11:47 2017 -0600
  27. 09d64b3 video: test: Add ANSI escape sequence tests by Rob Clark · Mon Sep 25 15:45:09 2017 -0400
  28. 985935b video: test: Helper for writing strings by Rob Clark · Mon Sep 25 15:45:08 2017 -0400
  29. d828a05 test/py: add a test calling the EFI selftest by Heinrich Schuchardt · Fri Sep 15 10:06:12 2017 +0200
  30. a33c14a Merge git://git.denx.de/u-boot-fdt by Tom Rini · Fri Sep 15 22:34:34 2017 -0400
  31. 97dcbde test/py: gpt: make use of infra-structure by Stephen Warren · Fri Sep 15 12:19:38 2017 -0600
  32. bec160a test/py: u_boot_console_base.py: fix typo by Heinrich Schuchardt · Thu Sep 14 12:27:07 2017 +0200
  33. ccdc28b test: overlay: Add unit test for stacked overlay by Pantelis Antoniou · Mon Sep 04 23:12:23 2017 +0300
  34. 6865002 ut: fix fdt_getprop_u32() change by Pantelis Antoniou · Mon Sep 04 23:12:22 2017 +0300
  35. cb39296 add pytests for 'gpt rename' and 'gpt swap' by Alison Chaiken · Sat Sep 09 23:54:51 2017 -0700
  36. 1b11fb0 add pytests for 'gpt guid' command in sandbox by Alison Chaiken · Sat Sep 09 23:47:13 2017 -0700
  37. bccb8b6 GPT: create block device for sandbox testing by Alison Chaiken · Sat Sep 09 23:47:12 2017 -0700
  38. 9cc2d14 dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test by Patrice Chotard · Mon Sep 04 14:55:57 2017 +0200
  39. 99b324a blk: dm: make blk_create_device() take a number of block instead of a size by Jean-Jacques Hiblot · Fri Jun 09 16:45:18 2017 +0200
  40. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  41. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  42. 7b41d0c test: Move the FIT test into the correct place by Simon Glass · Sat Aug 05 10:28:41 2017 -0600
  43. fe39411 test: Convert the FIT test to test/py by Simon Glass · Sat Aug 05 10:28:40 2017 -0600
  44. 6867ec0 test: Indent test-fit.py to match the next patch by Simon Glass · Sat Aug 05 10:28:39 2017 -0600
  45. 5735c98 test: Fix FIT test to pass again by Simon Glass · Fri Aug 04 16:20:16 2017 -0600
  46. 0294c2f tests: test_dfu.py: Add example udev rule for host_usb_dev_node by Tom Rini · Mon Aug 29 09:57:01 2016 -0400
  47. 17b1107 sandbox: Stop printing platdata at the start of SPL by Simon Glass · Sun Jun 18 22:09:05 2017 -0600
  48. 75ee32f test: Add a test for snprintf() and the banner/version by Simon Glass · Thu Jun 15 21:37:51 2017 -0600
  49. 3ff83bc dm: core: Add uclass_first/next_device_check() by Simon Glass · Sun Apr 23 20:10:45 2017 -0600
  50. 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · Sun Apr 23 20:10:44 2017 -0600
  51. d551b84 tools/tbot: update README by Heiko Schocher · Fri Jun 09 06:13:34 2017 +0200
  52. ac85552 test: bus: Add a check that dev is not NULL by Simon Glass · Wed Jun 07 10:28:44 2017 -0600
  53. 2e8faa2 test: wdt: Add a check that dev is not NULL by Simon Glass · Wed Jun 07 10:28:43 2017 -0600
  54. 680e932 test: pwm: Add a check that dev is not NULL by Simon Glass · Wed Jun 07 10:28:38 2017 -0600
  55. 4f26913 dm: blk: Add a way to obtain a block device from its parent by Simon Glass · Sat May 27 11:37:17 2017 -0600
  56. 240a036 test: py: hush: Add echo dependency by Michal Simek · Thu May 18 09:23:15 2017 +0200
  57. 0976652 test: py: Use global pytestmark for hush tests by Michal Simek · Thu May 18 09:23:14 2017 +0200
  58. d8c9bac dm: phy: Update tests to use ut_asserteq() by Simon Glass · Thu May 18 20:09:45 2017 -0600
  59. 70b66e7 dm: test: Disable the fdt_offset test with livetree by Simon Glass · Thu May 18 20:09:44 2017 -0600
  60. 9b4057a dm: test: Separate out the bus DT offset test by Simon Glass · Thu May 18 20:09:43 2017 -0600
  61. e3c1327 test: Update 'make test' to run more tests by Simon Glass · Thu May 18 20:09:25 2017 -0600
  62. 017886b dm: core: Run tests with both livetree and flat tree by Simon Glass · Thu May 18 20:09:17 2017 -0600
  63. d0fbcab dm: test: Add support for running tests with livetree by Simon Glass · Thu May 18 20:09:16 2017 -0600
  64. be408ee dm: test: Show the test filename when running by Simon Glass · Thu May 18 20:09:15 2017 -0600
  65. 3f65b03 dm: test: Move test running code into a separate function by Simon Glass · Thu May 18 20:09:14 2017 -0600
  66. 36d08d82 sandbox: Add a way to reset sandbox state for tests by Simon Glass · Thu May 18 20:09:13 2017 -0600
  67. f19d9f2 dm: core: Scan the live tree when setting up driver model by Simon Glass · Thu May 18 20:09:08 2017 -0600
  68. e4fef74 dm: blk: Improve block device claiming by Simon Glass · Sun Apr 23 20:02:07 2017 -0600
  69. d5d4c10 dm: blk: Allow finding block devices without probing by Simon Glass · Sun Apr 23 20:02:05 2017 -0600
  70. e710ab7 test: py: Add cmd_echo dependency by Michal Simek · Mon May 15 14:29:02 2017 +0200
  71. 809c3e6 dm: sandbox: pwm: add test for pwm_set_invert() by Kever Yang · Mon Apr 24 10:27:52 2017 +0800
  72. 7e9db02 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · Mon Apr 24 11:51:28 2017 +0200
  73. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · Mon Apr 17 12:00:21 2017 -0700
  74. e62f4be dm: sandbox: pwm: Add a basic pwm test by Simon Glass · Sun Apr 16 21:01:11 2017 -0600
  75. 3bd0c46 dm: led: Add support for blinking LEDs by Simon Glass · Mon Apr 10 11:34:57 2017 -0600
  76. e445dfd dm: led: Support toggling LEDs by Simon Glass · Mon Apr 10 11:34:56 2017 -0600
  77. dc53166 dm: led: Add support for getting the state of an LED by Simon Glass · Mon Apr 10 11:34:55 2017 -0600
  78. 6ca1977 dm: led: Adjust the LED uclass by Simon Glass · Mon Apr 10 11:34:54 2017 -0600
  79. eaffda7 dm: test: Add test for device removal by Stefan Roese · Mon Mar 27 11:02:43 2017 +0200
  80. 80b5bc9 dm: core: Add flags parameter to device_remove() by Stefan Roese · Mon Mar 20 12:51:48 2017 +0100
  81. 8445f73 test-fit.py: Minor grammar/spelling/clarification tweaks by Robert P. J. Day · Mon Mar 13 06:50:55 2017 -0400
  82. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  83. d558629 travis: Add efi_loader grub2 test by Alexander Graf · Fri Nov 18 13:18:00 2016 +0100
  84. b548351 efi_loader: Allow to compile helloworld.efi w/o bundling it by Alexander Graf · Thu Nov 17 22:40:10 2016 +0100
  85. 343cccb tests: Add efi_loader hello world test by Alexander Graf · Thu Nov 17 18:31:05 2016 +0100
  86. 3a2e262 tests: net: Offset downloads to 4MB by Alexander Graf · Thu Nov 17 18:31:02 2016 +0100
  87. 7e120e1 fs-test.sh: Update expected results by Stefan Brüns · Sun Nov 06 01:32:15 2016 +0100
  88. 364ea87 test/py: expose config and log as session scoped fixture by Stefan Brüns · Sat Nov 05 17:45:32 2016 +0100
  89. 3e3d143 test/py: ensure a log section exists for skipped tests by Stephen Warren · Mon Oct 17 17:25:52 2016 -0600
  90. 42c6214 test/py/tests/test_sleep.py: Add check for CONFIG_CMD_MISC by Tom Rini · Fri Oct 14 19:12:31 2016 -0400
  91. 0f4a90c Merge git://git.denx.de/u-boot-fdt by Tom Rini · Thu Oct 13 20:03:33 2016 -0400
  92. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  93. 1b0102d test: add NFS download test by Guillaume GARDET · Wed Sep 14 10:29:12 2016 +0200
  94. 2f94e00 fs-test.sh: Update expected results by Tom Rini · Fri Sep 23 09:29:49 2016 -0400
  95. 67a47e8 test/fs: Check writes using "." (same dir) relative path by Stefan Brüns · Wed Sep 14 01:01:31 2016 +0200
  96. 6771dd0 test/fs: Check ext4 behaviour if dirent is first entry in directory block by Stefan Brüns · Wed Sep 14 01:01:30 2016 +0200
  97. 4171e9b test/fs: strip noise from filesystem code prior to checking results by Stefan Brüns · Wed Sep 14 01:01:29 2016 +0200
  98. b238160 test/fs: remove use of undefined WRITE_FILE variable by Stefan Brüns · Wed Sep 14 01:01:28 2016 +0200
  99. 24d8480 test/fs: Restructure file path specification to allow some flexibility by Stefan Brüns · Wed Sep 14 01:01:27 2016 +0200
  100. b65ce46 test/py/tests/test_vboot.py: Add check that we boot the image by Tom Rini · Sun Sep 18 09:46:58 2016 -0400