diff options
Diffstat (limited to 'scripts/lib/resulttool/report.py')
-rw-r--r-- | scripts/lib/resulttool/report.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/lib/resulttool/report.py b/scripts/lib/resulttool/report.py index f706280aa7..8b03717d29 100644 --- a/scripts/lib/resulttool/report.py +++ b/scripts/lib/resulttool/report.py | |||
@@ -19,9 +19,9 @@ class ResultsTextReport(object): | |||
19 | self.ptests = {} | 19 | self.ptests = {} |
20 | self.ltptests = {} | 20 | self.ltptests = {} |
21 | self.ltpposixtests = {} | 21 | self.ltpposixtests = {} |
22 | self.result_types = {'passed': ['PASSED', 'passed'], | 22 | self.result_types = {'passed': ['PASSED', 'passed', 'PASS', 'XFAIL'], |
23 | 'failed': ['FAILED', 'failed', 'ERROR', 'error', 'UNKNOWN'], | 23 | 'failed': ['FAILED', 'failed', 'FAIL', 'ERROR', 'error', 'UNKNOWN', 'XPASS'], |
24 | 'skipped': ['SKIPPED', 'skipped']} | 24 | 'skipped': ['SKIPPED', 'skipped', 'UNSUPPORTED', 'UNTESTED', 'UNRESOLVED']} |
25 | 25 | ||
26 | 26 | ||
27 | def handle_ptest_result(self, k, status, result, machine): | 27 | def handle_ptest_result(self, k, status, result, machine): |