Home | History | Annotate | Download | only in tko

Lines Matching refs:reason

97     def __init__(self, subdir, testname, status, reason, test_kernel,
103 self.reason = reason
139 def parse_test(cls, job, subdir, testname, status, reason, test_kernel,
153 @param reason: The reason string for the test.
201 return constructor(subdir, testname, status, reason, test_kernel,
207 def parse_partial_test(cls, job, subdir, testname, reason, test_kernel,
220 @param reason: The reason string for the test.
229 return cls(subdir, testname, 'RUNNING', reason, test_kernel,