[U-Boot] [PATCH 6/9] test/py: correctly log xfail/xpass tests
Simon Glass
sjg at chromium.org
Fri Jan 29 05:02:28 CET 2016
On 28 January 2016 at 20:47, Simon Glass <sjg at chromium.org> wrote:
> On 27 January 2016 at 23:57, Stephen Warren <swarren at wwwdotorg.org> wrote:
>> From: Stephen Warren <swarren at nvidia.com>
>>
>> Tests can complete in passed, skipped, xpass, xfailed, or failed, states.
>> Currently the U-Boot log generation code doesn't handle the xfailed or
>> xpass states since they aren't used. Add support for the remaining states.
>> Without this, tests that xfail end up being reported as skipped.
>>
>> Signed-off-by: Stephen Warren <swarren at nvidia.com>
>> ---
>> test/py/conftest.py | 60 +++++++++++++++++++++++++++++----------------
>> test/py/multiplexed_log.css | 8 ++++++
>> test/py/multiplexed_log.py | 30 ++++++++++++++++++++---
>> 3 files changed, 74 insertions(+), 24 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list