]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: For toolchain tests do not fail if a test failed
authorNathan Rossi <nathan@nathanrossi.com>
Wed, 4 Sep 2019 14:23:23 +0000 (14:23 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Sep 2019 20:52:27 +0000 (21:52 +0100)
commit073575ff9c06b2791cc2bd88063d815d2220f038
tree5d29d80f96bc559a070f0114ce53eb22198e00d6
parent7e5be0803ea0cbfd8e5b052e43b54e16ab3230ed
oeqa/selftest: For toolchain tests do not fail if a test failed

Do not fail the running selftest test case if the test suite has a
failed test case. Currently toolchain tests suites (binutils, gcc,
glibc) fail but this does not indicate failure to execute the tests.

Also remove the logging of each test that failed.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/binutils.py
meta/lib/oeqa/selftest/cases/gcc.py
meta/lib/oeqa/selftest/cases/glibc.py