dtoc: add coverage test for unicode error
authorWalter Lozano <walter.lozano@collabora.com>
Tue, 28 Jul 2020 22:06:23 +0000 (19:06 -0300)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commit6c74d1b83224a5be8ce73a13ed9b4cc8f8d6723a
tree7ab93a81213db0506ac52a562bd05dece4519a20
parent3b191c56c841596771b4120f09fb556adf958b5c
dtoc: add coverage test for unicode error

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 <walter.lozano@collabora.com>
tools/dtoc/dtb_platdata.py
tools/dtoc/dtoc_test_scan_drivers.cxx [new file with mode: 0644]
tools/dtoc/test_dtoc.py