mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1050724 - Correct list of possible subtest statuses, r=Ms2ger
This commit is contained in:
parent
acf36e65bd
commit
05ef68b31b
@ -148,7 +148,7 @@ class Status(DataType):
|
||||
return value
|
||||
|
||||
class SubStatus(Status):
|
||||
allowed = ["PASS", "FAIL", "ERROR", "TIMEOUT", "CRASH", "ASSERT"]
|
||||
allowed = ["PASS", "FAIL", "ERROR", "TIMEOUT", "ASSERT", "NOTRUN"]
|
||||
|
||||
class Dict(DataType):
|
||||
def convert(self, data):
|
||||
|
Loading…
Reference in New Issue
Block a user