Bug 1154111 - Colorize SKIP in test logs. r=jgraham

This commit is contained in:
Hiroyuki Ikezoe 2015-04-13 23:18:00 +02:00
parent fba1b9af6b
commit 074e2d0d3a
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ class Status(DataType):
return value
class SubStatus(Status):
allowed = ["PASS", "FAIL", "ERROR", "TIMEOUT", "ASSERT", "NOTRUN"]
allowed = ["PASS", "FAIL", "ERROR", "TIMEOUT", "ASSERT", "NOTRUN", "SKIP"]
class Dict(DataType):
def convert(self, data):

View File

@ -37,7 +37,7 @@ Allowed actions, and subfields:
test_status
test - ID for the test
subtest - Name of the subtest
status [PASS | FAIL | TIMEOUT | NOTRUN] - test status
status [PASS | FAIL | TIMEOUT | NOTRUN | SKIP] - test status
expected [As for status] - Status that the subtest was expected to get,
or absent if the subtest got the expected status