]> 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)
committerArmin Kuster <akuster808@gmail.com>
Thu, 27 Jun 2019 13:56:20 +0000 (06:56 -0700)
commit95031da4f08295ad81efac1c082c48dd5c330fb0
treebece7781a25b32b14f37b1c0809d124f1a2ab944
parent747d80a496741090f9925c007b03cd68501ef131
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/utils/logparser.py