]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/logparser: ignore test failure commentary
authorRoss Burton <ross.burton@intel.com>
Wed, 19 Jun 2019 15:16:11 +0000 (16:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Jun 2019 22:08:59 +0000 (23:08 +0100)
commit0219e9bd0273661b4b70df97e5762f77b3ac3e8c
tree9919042f16c0b65cc76997ed19e83460e195acbf
parent3bf63bc60848d91e90c23f6d854d22b78832aa2d
oeqa/logparser: ignore test failure commentary

The output format for Python and GLib both can be of this form:

FAIL: foobar (Segmentation fault)

In this case the test is called foobar not foobar_segmentation_fault.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/logparser.py