On 28 January 2016 at 20:47, Simon Glass <[email protected]> wrote: > On 27 January 2016 at 23:57, Stephen Warren <[email protected]> wrote: >> From: Stephen Warren <[email protected]> >> >> 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 <[email protected]> >> --- >> 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 <[email protected]>
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

