commit | 78b39cc3e19e698c04c2417ed5f79e324c90595e | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Jan 27 23:57:51 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 28 21:01:24 2016 -0700 |
tree | 89a27478bfba1d0c64f54cf3c5d1ff452e8017e7 | |
parent | 9129d9f5fd73a8bcdca7489b3ed2418a8b1416e2 [diff] |
test/py: correctly log xfail/xpass tests 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@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>