Thread (13 messages) 13 messages, 1 author, 2016-08-29
STALE3584d

[PATCH 10/12] oeqa.buildperf: show skipped tests in results, too

From: Markus Lehtonen <hidden>
Date: 2016-08-29 19:49:00
Subsystem: the rest · Maintainer: Linus Torvalds

Signed-off-by: Markus Lehtonen <redacted>
---
 meta/lib/oeqa/buildperf/base.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/buildperf/base.py b/meta/lib/oeqa/buildperf/base.py
index c716220..49da8f6 100644
--- a/meta/lib/oeqa/buildperf/base.py
+++ b/meta/lib/oeqa/buildperf/base.py
@@ -161,7 +161,8 @@ class BuildPerfTestResult(unittest.TextTestResult):
                       'FAIL': self.failures,
                       'ERROR': self.errors,
                       'EXP_FAIL': self.expectedFailures,
-                      'UNEXP_SUCCESS': self.unexpectedSuccesses}
+                      'UNEXP_SUCCESS': self.unexpectedSuccesses,
+                      'SKIPPED': self.skipped}
         for status, tests in result_map.items():
             for test in tests:
                 yield (status, test)
-- 
2.6.6

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help