On 2.10.2018 05:12, Simon Glass wrote: > At present the unicode filtering seems to get confused at times with > this error: > > UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position > 32: ordinal not in range(128) > > It seems to be due to self._nonprint being interpreted as UTF-8. Fix it > by using ordinals instead of characters, changing the string to set. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Stephen Warren <swar...@nvidia.com> > --- > > Changes in v2: None > > test/py/multiplexed_log.py | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > Applied to u-boot-dm _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot
- [U-Boot] [PATCH v2 00/17] test: Various test refinements an... Simon Glass
- [U-Boot] [PATCH v2 01/17] test/py: ignore console read... Simon Glass
- Re: [U-Boot] [PATCH v2 01/17] test/py: ignore cons... Stephen Warren
- [U-Boot] [PATCH v2 05/17] buildman: Make the toolchain... Simon Glass
- [U-Boot] [PATCH v2 11/17] binman: Fix up removal of te... Simon Glass
- [U-Boot] [PATCH v2 02/17] sandbox: Unprotect DATA regi... Simon Glass
- [U-Boot] [PATCH v2 14/17] tools: Set an initial value ... Simon Glass
- [U-Boot] [PATCH v2 04/17] test/py: Fix unicode handlin... Simon Glass
- Re: [U-Boot] [PATCH v2 04/17] test/py: Fix unicode... Michal Simek
- Re: [U-Boot] [PATCH v2 04/17] test/py: Fix unicode... sjg
- [U-Boot] [PATCH v2 13/17] buildman: dtoc: Suppress unw... Simon Glass
- [U-Boot] [PATCH v2 03/17] patman: Handle unicode in _P... Simon Glass
- [U-Boot] [PATCH v2 08/17] test: Print the name of each... Simon Glass
- [U-Boot] [PATCH v2 06/17] Makefile: Add a 'check' targ... Simon Glass
- [U-Boot] [PATCH v2 09/17] test: Tidy up comments and v... Simon Glass
- [U-Boot] [PATCH v2 10/17] binman: Add a default path t... Simon Glass
- [U-Boot] [PATCH v2 07/17] test: Simplify the PATH setu... Simon Glass
- [U-Boot] [PATCH v2 12/17] binman: Separate out testSpl... Simon Glass
- [U-Boot] [PATCH v2 15/17] patman: Don't clear progress... Simon Glass
- [U-Boot] [PATCH v2 17/17] binman: Run tests concurrent... Simon Glass