]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Wed, 20 Oct 2021 14:54:02 +0000 (22:54 +0800)
commit4881854f4f154945dc893bb88ed038755bfdfd64
treee9ff3884a8779430be28bdd44adb60a7a358f34b
parent8759cc146661bd8d06ab0e8b4168b1d9e6bd16c2
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: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oeqa/selftest/cases/glibc.py