Searched refs:test_name (Results 76 - 100 of 277) sorted by relevance

1234567891011>>

/external/autotest/server/
H A Dsite_server_job_utils.py33 def __init__(self, test_name, test_args, test_attribs=None):
37 test_name: string, name of test to execute.
44 self.test_name = test_name
46 self.tagged_test_name = test_name
48 self.tagged_test_name = test_name + '.' + test_args.get('tag')
59 msg = '%s(%s)' % (self.test_name, params)
107 logging.info('Running Server_Job=%s', self.test_name)
108 server_job.run_test(self.test_name, **self.test_args)
111 '%s.', self.test_name)
[all...]
H A Dsite_gtest_runner.py61 self.record_failed_test(self._gtest.test_name,
355 test_name = results.group(1)
356 if test_name in self._test_status:
367 self._test_status[test_name] = ('started', ['Did not complete.'])
368 self._current_test = test_name
375 test_name = results.group(1)
376 status = self._StatusOfTest(test_name)
380 self._test_status[test_name] = ('OK', [])
388 test_name = results.group(1)
389 status = self._StatusOfTest(test_name)
[all...]
H A Dsite_utils_unittest.py32 test_name = 'login_LoginSuccess'
49 test_job_name = tools.create_job_name(build, suite, test_name)
/external/ImageMagick/config/
H A Dtap-driver.sh61 # TODO: $log_file, $trs_file and $test_name are defined).
62 test_name= # Used for reporting.
75 --test-name) test_name=$2; shift;;
147 -v test_script_name="$test_name" \
/external/chromium-trace/catapult/telemetry/examples/browser_tests/
H A Dsimple_numeric_test.py51 test_name = self.id()
53 self.assertLess(_prev_test_name, test_name)
54 _prev_test_name = test_name
/external/google-breakpad/android/
H A Dtest-driver55 # TODO: $log_file, $trs_file and $test_name are defined).
56 test_name= # Used for reporting.
66 --test-name) test_name=$2; shift;;
115 echo "${col}${res}${std}: $test_name"
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml):
99 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name)
111 output_file_name1 = test_name + ".xml"
/external/googletest/googletest/test/
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml):
99 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name)
111 output_file_name1 = test_name + ".xml"
/external/jemalloc/test/src/
H A Dtest.c6 static const char * test_name = ""; variable
52 test_name = name;
60 malloc_printf("%s: %s\n", test_name, test_status_string(test_status));
/external/protobuf/gtest/test/
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml):
99 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name)
111 output_file_name1 = test_name + ".xml"
/external/v8/testing/gtest/test/
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml):
99 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name)
111 output_file_name1 = test_name + ".xml"
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_xml_outfiles_test.py98 def _TestOutFile(self, test_name, expected_xml):
99 gtest_prog_path = gtest_test_utils.GetTestExecutablePath(test_name)
111 output_file_name1 = test_name + ".xml"
/external/google-breakpad/autotools/
H A Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
123 echo "${col}${res}${std}: $test_name"
/external/libmicrohttpd/
H A Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
123 echo "${col}${res}${std}: $test_name"
/external/protobuf/gtest/build-aux/
H A Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
123 echo "${col}${res}${std}: $test_name"
/external/protobuf/
H A Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
123 echo "${col}${res}${std}: $test_name"
/external/strace/
H A Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
123 echo "${col}${res}${std}: $test_name"
/external/autotest/server/site_tests/cheets_CTS/
H A Dcheets_CTS.py117 @param test_name: the name of the method of |test_class| to be run.
212 def _tradefed_retry(self, test_name, session_id):
218 @param test_name: the name of test to be retried.
223 derivedplan = 'retry.%s.%s' % (test_name, session_id)
302 test_name = 'package.%s' % target_package
305 test_name = 'plan.%s' % target_plan
308 test_name = 'testcase.%s' % target_class
310 test_name += '.' + target_method
315 test_name = 'all_CTS'
333 logging.info('Running %s:', test_name)
[all...]
/external/autotest/server/site_tests/cheets_CTS_N/
H A Dcheets_CTS_N.py113 @param test_name: the name of the method of |test_class| to be run.
205 def _tradefed_retry(self, test_name, session_id):
211 @param test_name: the name of test to be retried.
217 derivedplan = 'retry.%s.%s' % (test_name, session_id)
301 test_name = 'module.%s' % target_module
305 test_name = 'plan.%s' % target_plan
309 test_name = 'testcase.%s' % target_class
311 test_name += '.' + target_method
318 test_name = 'all_CTS'
336 logging.info('Running %s:', test_name)
[all...]
/external/protobuf/conformance/
H A Dconformance_test.cc173 void ConformanceTestSuite::ReportSuccess(const string& test_name) { argument
174 if (expected_to_fail_.erase(test_name) != 0) {
178 test_name.c_str());
179 unexpected_succeeding_tests_.insert(test_name);
184 void ConformanceTestSuite::ReportFailure(const string& test_name, argument
188 if (expected_to_fail_.erase(test_name) == 1) {
193 StringAppendF(&output_, "ERROR, test=%s: ", test_name.c_str());
194 unexpected_failing_tests_.insert(test_name);
205 void ConformanceTestSuite::ReportSkip(const string& test_name, argument
210 test_name
216 RunTest(const string& test_name, const ConformanceRequest& request, ConformanceResponse* response) argument
242 RunValidInputTest( const string& test_name, const string& input, WireFormat input_format, const string& equivalent_text_format, WireFormat requested_output) argument
351 ExpectParseFailureForProto( const string& proto, const string& test_name) argument
378 ExpectHardParseFailureForProto( const string& proto, const string& test_name) argument
383 RunValidJsonTest( const string& test_name, const string& input_json, const string& equivalent_text_format) argument
394 RunValidJsonTestWithProtobufInput( const string& test_name, const TestAllTypes& input, const string& equivalent_text_format) argument
407 RunValidJsonTestWithValidator( const string& test_name, const string& input_json, const Validator& validator) argument
446 ExpectParseFailureForJson( const string& test_name, const string& input_json) argument
468 ExpectSerializeFailureForJson( const string& test_name, const string& text_format) argument
[all...]
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
H A Dcreate_version.py89 test_name = result.group(1)
92 test_name)
/external/autotest/client/tests/compilebench/
H A Dcompilebench.py5 test_name = 'compilebench' variable
22 os.path.join(self.srcdir, test_name),
/external/autotest/site_utils/tester_feedback/
H A Dfeedback_delegate.py104 test_name, dut_name = client_id.split(':')
106 test_name, dut_name, self._multiplexer)
/external/libmicrohttpd/src/testcurl/
H A Dtest_options.c50 test_wrap (char *test_name, int (*test) (void)) argument
54 fprintf (stdout, "running test: %s ", test_name);
/external/libmojo/mojo/public/cpp/test_support/lib/
H A Dtest_utils.cc75 void IterateAndReportPerf(const char* test_name, argument
94 MojoTestSupportLogPerfResult(test_name, sub_test_name,

Completed in 6779 milliseconds

1234567891011>>