
On Mon, Apr 04, 2016 at 09:49:06AM -0600, Stephen Warren wrote:
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 mateusz.kulikowski@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
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:-(
So yes. I'm not quite yet comfortable making test.py failures a hard failure (I only noticed since I was re-checking the CMDLINE stuff). I'm open to changing this stance in the future as I really ought to try and plug my local workflow into some CI too along with my more manual setups.