]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest/glibc: Handle incorrect encoding issuesin glibc test results
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Aug 2021 09:15:40 +0000 (10:15 +0100)
committerSteve Sakoman <steve@sakoman.com>
Tue, 17 Aug 2021 17:09:42 +0000 (07:09 -1000)
commitbea86c9fc8c1f2e80209fb83c0ed73c7ae350e10
tree60cc81c44b4a914eb3e2397374b82fae8aa87c54
parentfd5387e8707e12b5c442bbe745c50a3e27085d02
oeqa/selftest/glibc: Handle incorrect encoding issuesin glibc test results

We dont control the test output and sometimes see badly encoded characters.
These don't affect the operation of the code we're running. Use
errors='replace' to avoid those issues and the resulting test failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3939b1923387d3bc440118ed1663d28a03a1ea5d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/glibc.py