Re: [U-Boot] [PATCH v2 2/3] dm: core: Test uclass_first/next_device() on probe failure

2017-06-15 Thread sjg
Add some tests which check the behaviour of uclass_first_device() and uclass_next_device() when probing of a device fails. Signed-off-by: Simon Glass --- Changes in v2: None arch/sandbox/dts/test.dts | 19 + include/dm/uclass-id.h| 1 + test/dm/test-fdt.c

[U-Boot] [PATCH v2 2/3] dm: core: Test uclass_first/next_device() on probe failure

2017-04-23 Thread Simon Glass
Add some tests which check the behaviour of uclass_first_device() and uclass_next_device() when probing of a device fails. Signed-off-by: Simon Glass --- Changes in v2: None arch/sandbox/dts/test.dts | 19 + include/dm/uclass-id.h| 1 + test/dm/test-fdt.c