From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 28 Jan 2016 20:47:15 -0700 Subject: [U-Boot] [PATCH 6/9] test/py: correctly log xfail/xpass tests In-Reply-To: <1453964274-9129-6-git-send-email-swarren@wwwdotorg.org> References: <1453964274-9129-1-git-send-email-swarren@wwwdotorg.org> <1453964274-9129-6-git-send-email-swarren@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27 January 2016 at 23:57, Stephen Warren wrote: > From: Stephen Warren > > 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 > --- > 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