]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/lib/resulttool/report.py: Add more result types
authorNathan Rossi <nathan@nathanrossi.com>
Wed, 28 Aug 2019 05:06:29 +0000 (05:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Aug 2019 15:12:06 +0000 (16:12 +0100)
commit684fc36402a23760b203f4761f284043031c799c
tree6e3806ebca8043317b07c5f1c55e11c2de65eb41
parentc754fd85be85ad0a381b642365eca17cea8eb627
scripts/lib/resulttool/report.py: Add more result types

Add additional result types into the dictionary to handle dejagnu style
test results. These include PASS, FAIL, XPASS, XFAIL, UNSUPPORTED,
UNTESTED, UNRESOLVED and ERROR.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/resulttool/report.py