Searched refs:TestWarn (Results 1 – 15 of 15) sorted by relevance
142 raise error.TestWarn(157 raise error.TestWarn('No test executables found on the DUT')
42 except error.TestWarn:
21 job.run_test('dummy_Fail', tag='Warn', to_throw='TestWarn')
63 raise error.TestWarn('Warning: %s' % warnings)
101 return error.TestWarn('Exception (%s): %s' % (board, message))
43 raise error.TestWarn('No device specified for blktrace')
110 raise error.TestWarn(warn)
133 raise error.TestWarn('; '.join(set(warns)))
113 raise error.TestWarn('%d non-fatal suspend failures in %d '
547 raise error.TestWarn('Ten tries failed due to whitelisted bug')609 raise error.TestWarn(message)
83 class TestWarn(TestBaseException): class
1164 raise error.TestWarn('Detected GPU hang during test.')1166 raise error.TestWarn('Detected GPU warning during test.')
387 raise error.TestWarn('Telemetry Benchmark: %s'
942 raise error.TestWarn(
155 …TestWarn | error.TestWarn should be used when side effects to the test running are encountered …