]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Aug 2021 08:52:18 +0000 (09:52 +0100)
commit3939b1923387d3bc440118ed1663d28a03a1ea5d
tree9e92aa0079c383eed29c86f60ef6e9e23ac99f9b
parent65b847856e44ef83ead3a0efb48ea19dc6c9df4a
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>
meta/lib/oeqa/selftest/cases/glibc.py