Lines Matching refs:error
58 def error(self, fmt, *args, **kwargs):
83 results.error("failed to run reference/driver components")
96 results.error('Test case not executed: {}', suite_case)
102 results.error('Allow listed test case was executed: {}', suite_case)
132 results.error("required components are missing: bad outcome file?")
136 results.error("no passing test in reference component: bad outcome file?")
149 # don't issue an error if they're skipped with drivers,
150 # but issue an error if they're not (means we have a bad entry).
158 results.error("PASS -> SKIP/FAIL: {}", suite_case)
160 results.error("uselessly ignored: {}", suite_case)
308 # them really, just need to know some error code is there.
310 'Low and high error',
311 'Single low error'
563 # them really, just need to know some error code is there.
565 'Low and high error',
566 'Single high error'
627 # really, just need to know some error code is there.
628 'Single low error',
629 'Low and high error',
662 "test cases to be executed and issue an error "