Re: [U-Boot] [PATCH v2 15/29] dtoc: Update fdt tests to increase code coverage

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > At present only some of the fdt functionality is tested. Add more tests to > cover the rest of it. Also turn on test coverage, which is now 100% with > a small exclusion for a Python 3 feature. > > Signed-off-by: Simon Glass > --- > > Changes in v2: >

[U-Boot] [PATCH v2 15/29] dtoc: Update fdt tests to increase code coverage

2018-07-06 Thread Simon Glass
At present only some of the fdt functionality is tested. Add more tests to cover the rest of it. Also turn on test coverage, which is now 100% with a small exclusion for a Python 3 feature. Signed-off-by: Simon Glass --- Changes in v2: - Expand tests to increase code coverage to 100% tools/dto