Searched refs:fail_msg (Results 1 - 25 of 29) sorted by relevance

12

/external/ltp/tools/pounder21/
H A Ddebug.h29 extern const char *fail_msg, *pass_msg, *abort_msg, *start_msg;
H A Dinfinite_loop.c146 progname, fail_msg, WTERMSIG(stat));
162 progname, fail_msg, res);
H A Dtimed_loop.c172 progname, fail_msg, WTERMSIG(stat));
188 progname, fail_msg, res);
H A Ddebug.c71 const char *fail_msg = "\e[33;1mFAIL\e[0m"; variable
H A Dfancy_timed_loop.c193 progname, fail_msg, WTERMSIG(stat));
209 progname, fail_msg, res);
H A Drun.c206 argv[1], fail_msg, retcode);
280 name, fail_msg, WTERMSIG(stat));
294 name, fail_msg, x);
/external/autotest/client/site_tests/hardware_StorageWearoutDetect/
H A Dhardware_StorageWearoutDetect.py71 fail_msg = ''
92 fail_msg += 'SSD failure ' + param
97 fail_msg += 'MMC failure ' + param
102 if fail_msg:
103 msg = 'Detected wearout parameter:%s' % fail_msg
/external/webrtc/tools/network_emulator/
H A Dnetwork_emulator.py23 fail_msg: User defined error message.
30 def __init__(self, fail_msg, cmd=None, returncode=None, output=None,
32 BaseException.__init__(self, fail_msg)
33 self.fail_msg = fail_msg
163 def _run_ipfw_command(command, fail_msg=None):
169 fail_msg: Message describing the error in case the command fails.
172 NetworkEmulatorError: If command fails a message is set by the fail_msg
187 raise NetworkEmulatorError(fail_msg, cmd_string, process.returncode, output,
H A Demulate.py159 logging.error('Error: %s\n\nCause: %s', e.fail_msg, e.error)
191 logging.error('Error: %s\n\nCause: %s', e.fail_msg, e.error)
/external/webrtc/webrtc/tools/barcode_tools/
H A Dhelper_functions.py38 def run_shell_command(cmd_list, fail_msg=None):
43 fail_msg(string): Message describing the error in case the command fails.
55 if fail_msg:
56 print >> sys.stderr, fail_msg
H A Dbarcode_decoder.py54 command, fail_msg='Error during YUV to PNG conversion')
105 command, fail_msg='Error during decoding of %s' % file_name)
H A Dbarcode_encoder.py60 command, fail_msg=('Error during barcode %s generation' % content))
110 command, fail_msg=('Error during PNG to YUV conversion of %s' %
/external/toolchain-utils/automation/server/
H A Djob_executer.py33 def _RunRemotely(self, command, fail_msg, command_timeout=1 * 60 * 60):
40 raise job.JobFailure(fail_msg, exit_code)
42 def _RunLocally(self, command, fail_msg, command_timeout=1 * 60 * 60):
47 raise job.JobFailure(fail_msg, exit_code)
/external/autotest/tko/perf_upload/
H A Dperf_uploader_unittest.py306 fail_msg = 'Unexpected result string: %s' % actual_result
307 self.assertEqual(ordered(expected), ordered(actual), msg=fail_msg)
/external/ltp/testcases/commands/cron/
H A Dcron_tests.sh39 local fail_msg="$2"
60 tst_res TFAIL "$fail_msg: `cat $err`"
/external/autotest/client/site_tests/platform_ToolchainOptions/
H A Dplatform_ToolchainOptions.py288 fail_msg = ""
300 fail_msg += cos.get_fail_message() + "\n"
305 logging.error(fail_msg)
/external/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage03.c62 static void check_return(int status, char *pass_msg, char *fail_msg);
318 static void check_return(int status, char *pass_msg, char *fail_msg) argument
325 tst_resm(TFAIL, "%s", fail_msg);
/external/python/cpython2/Lib/test/
H A Dtest_thread.py84 fail_msg = "stack_size(%d) failed - should succeed"
87 self.assertEqual(thread.stack_size(), tss, fail_msg % tss)
H A Dtest_math.py1017 fail_msg = fail_fmt.format(id, fn, arg, expected, got)
1019 fail_msg += ' ({})'.format(accuracy_failure)
1020 failures.append(fail_msg)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vec4_tcs.cpp474 *error_str = ralloc_strdup(mem_ctx, v.fail_msg);
500 *error_str = ralloc_strdup(mem_ctx, v.fail_msg);
H A Dbrw_fs.cpp611 this->fail_msg = msg;
6457 *error_str = ralloc_strdup(mem_ctx, v8.fail_msg);
6476 v16.fail_msg);
6671 const char *fail_msg = NULL;
6680 fail_msg = v8.fail_msg;
6693 !fail_msg && v8.max_dispatch_width >= 16 &&
6701 v16.fail_msg);
6703 fail_msg =
6718 if (!fail_msg
[all...]
H A Dbrw_fs.h328 char *fail_msg; member in class:fs_visitor
H A Dbrw_vec4.h99 char *fail_msg; member in class:brw::vec4_visitor
H A Dbrw_shader.cpp1394 *error_str = ralloc_strdup(mem_ctx, v.fail_msg);
1420 *error_str = ralloc_strdup(mem_ctx, v.fail_msg);
/external/autotest/server/cros/bluetooth/
H A Dbluetooth_adapter_tests.py333 fail_msg = '[--- failed: %s (%s)]' % (test_method.__name__,
335 logging.error(fail_msg)
336 instance.fails.append(fail_msg)

Completed in 740 milliseconds

12