mbox

[U-Boot] Please pull u-boot-dm

Message ID CAPnjgZ2dUWegEbqB0qfUVNu_tSPzKbavU5oY5dsRnYWULD6=Ng@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-dm.git

Message

Simon Glass Feb. 9, 2016, 10:43 p.m. UTC
Hi Tom,

Here are a few more test patches.


The following changes since commit 39af3d8a0db0aab3f78ae5576f0f5c668505a667:

  sniper: Drop references to P970 (2016-02-08 10:24:19 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to c82ce04a3f38bb91465da6b2fd9d8dcb0e81f94b:

  test/py: capture the entire U-Boot version at boot (2016-02-09 15:41:19 -0700)

----------------------------------------------------------------
Stephen Warren (6):
      gunzip: remove avail_in recalculation
      itest: allow map_physmem to return 0 in limited cases
      test/py: exit(1) if there are problems running py.test
      test/py: HTML awesome!
      test/py: fix off-by-one error in spawn matching code
      test/py: capture the entire U-Boot version at boot

 cmd/itest.c                           |   2 +-
 lib/gunzip.c                          |   3 +-
 test/py/conftest.py                   |  61 +++++++++++++---------
 test/py/multiplexed_log.css           |  41 ++++++++-------
 test/py/multiplexed_log.py            | 142
+++++++++++++++++++++++++++++++++++++++-----------
 test/py/test.py                       |   1 +
 test/py/u_boot_console_base.py        |  11 ++--
 test/py/u_boot_console_exec_attach.py |  12 +++--
 test/py/u_boot_spawn.py               |   2 +-
 9 files changed, 185 insertions(+), 90 deletions(-)

Regards,
Simon

Comments

Tom Rini Feb. 10, 2016, 10:12 p.m. UTC | #1
On Tue, Feb 09, 2016 at 03:43:59PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Here are a few more test patches.
> 
> 
> The following changes since commit 39af3d8a0db0aab3f78ae5576f0f5c668505a667:
> 
>   sniper: Drop references to P970 (2016-02-08 10:24:19 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to c82ce04a3f38bb91465da6b2fd9d8dcb0e81f94b:
> 
>   test/py: capture the entire U-Boot version at boot (2016-02-09 15:41:19 -0700)
> 

Applied to u-boot/master, thanks!