Re: [PATCH] dtoc: add coverage test for unicode error

2020-07-28 Thread Walter Lozano

Hi Simon,

On 27/7/20 20:35, Simon Glass wrote:

Hi Walter,

On Mon, 20 Jul 2020 at 12:29, Walter Lozano  wrote:

Add an additional test to dtoc in order improve the coverage,
specifically to take into account the case of unicode error when
scanning drivers.

Signed-off-by: Walter Lozano 
---

  tools/dtoc/dtb_platdata.py | 14 +++---
  tools/dtoc/test_dtoc.py| 18 ++
  2 files changed, 29 insertions(+), 3 deletions(-)

This seems to be missing a .cxx file, so gives a build error.

Sorry for the error. I'm sending a new version with some additional 
improvements.


Regards,

Walter



Re: [PATCH] dtoc: add coverage test for unicode error

2020-07-27 Thread Simon Glass
Hi Walter,

On Mon, 20 Jul 2020 at 12:29, Walter Lozano  wrote:
>
> Add an additional test to dtoc in order improve the coverage,
> specifically to take into account the case of unicode error when
> scanning drivers.
>
> Signed-off-by: Walter Lozano 
> ---
>
>  tools/dtoc/dtb_platdata.py | 14 +++---
>  tools/dtoc/test_dtoc.py| 18 ++
>  2 files changed, 29 insertions(+), 3 deletions(-)

This seems to be missing a .cxx file, so gives a build error.

Regards,
Simo