From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 4 Apr 2016 09:49:06 -0600 Subject: [U-Boot] [U-Boot,v4,15/21] spmi: Add sandbox test driver In-Reply-To: <20160402020404.GJ23166@bill-the-cat> References: <1459458754-29559-16-git-send-email-mateusz.kulikowski@gmail.com> <20160402020404.GJ23166@bill-the-cat> Message-ID: <57028CF2.8080001@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/01/2016 08:04 PM, Tom Rini wrote: > On Thu, Mar 31, 2016 at 11:12:28PM +0200, Mateusz Kulikowski wrote: > >> This patch adds emulated spmi bus controller with part of >> pm8916 pmic on it to sandbox and tests validating SPMI uclass. >> >> Signed-off-by: Mateusz Kulikowski >> Reviewed-by: Simon Glass > > Applied to u-boot/master, thanks! > > ... but note that the tests fail currently, please fix :) Yup, my automated build/test systems all started failing due to this. You can easily reproduce this by running: ./test/py/test.py --bd sandbox --build Perhaps it's worth disabling these tests until they pass, so that any other new failures that arise are more easily noticed? Unfortunately, this issue has already been picked up by u-boot-i2c.git/master and u-boot-usb.git/master:-(