HomeSort by relevance Sort by last modified time
    Searched refs:test_results (Results 1 - 24 of 24) sorted by null

  /frameworks/webview/chromium/tools/
run_webview_cts.py 77 test_results = '%d passes; %d failures' % (len(passes), len(failures))
81 test_results += '\n' + 'UNEXPECTED PASSES (update expectations!):'
83 test_results += '\n' + '\t%s' % (test)
87 test_results += '\n' + 'UNEXPECTED FAILURES (please fix!):'
89 test_results += '\n' + '\t%s' % (test)
95 print test_results
102 print test_results
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_collector.hpp 45 // ************** test_results ************** //
48 class BOOST_TEST_DECL test_results { class in namespace:boost::unit_test
50 test_results();
52 typedef BOOST_READONLY_PROPERTY( counter_t, (results_collector_t)(test_results)(results_collect_helper) ) counter_prop;
53 typedef BOOST_READONLY_PROPERTY( bool, (results_collector_t)(test_results)(results_collect_helper) ) bool_prop;
70 void operator+=( test_results const& );
95 test_results const& results( test_unit_id ) const;
  /external/chromium_org/build/android/pylib/gtest/
test_runner.py 158 test_results = base_test_result.TestRunResults()
160 return test_results, None
166 test_results = self._ParseTestOutput(
172 all_tests_ran = set([t.GetName() for t in test_results.GetAll()])
174 test_results.AddResults(
177 retry = ':'.join([t.GetName() for t in test_results.GetNotPass()])
178 return test_results, retry
  /external/chromium_org/chrome/browser/ui/webui/
history_ui_unittest.cc 24 TestResult* test_results,
30 base::TimeDelta::FromHours(test_results[i].hour_offset);
31 entry.url = GURL(test_results[i].url);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_results_unittest.py 31 from webkitpy.layout_tests.models.test_results import TestResult
test_run_results_unittest.py 34 from webkitpy.layout_tests.models import test_results namespace
46 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
  /external/chromium_org/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 140 def AddResults(self, test_results):
143 (test_results.GetPass(), False,
145 (test_results.GetFail(), True,
147 (test_results.GetCrash(), True,
149 (test_results.GetTimeout(), True,
151 (test_results.GetUnknown(), True,
  /development/testrunner/
am_instrument_parser.py 33 (test_results, inst_finished_bundle)
35 test_results (list of am_output_parser.TestResult)
44 test_results = []
56 test_results.append(test_result)
64 return (test_results, inst_finished_bundle)
adb_interface.py 40 DEVICE_TRACE_DIR = "/data/test_results/"
212 (test_results, inst_finished_bundle)
214 test_results: a list of TestResults
233 (test_results, inst_finished_bundle) = (
253 return (test_results, inst_finished_bundle)
  /external/chromium_org/third_party/android_testrunner/
am_instrument_parser.py 33 (test_results, inst_finished_bundle)
35 test_results (list of am_output_parser.TestResult)
44 test_results = []
56 test_results.append(test_result)
64 return (test_results, inst_finished_bundle)
adb_interface.py 40 DEVICE_TRACE_DIR = "/data/test_results/"
202 (test_results, inst_finished_bundle)
204 test_results: a list of TestResults
226 (test_results, inst_finished_bundle) = (
247 return (test_results, inst_finished_bundle)
  /development/testrunner/test_defs/
instrumentation_test.py 153 (test_results, status_map) = adb.StartInstrumentationForPackage(
160 self._PrintTestResults(test_results)
188 def _PrintTestResults(self, test_results):
192 test_results: a list of am_instrument_parser.TestResult
197 for test_result in test_results:
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 414 test_results = {}
418 test_results[t.path] = MAX_DEOPT - int(line.split(" ")[-1])
420 if t.path not in test_results:
423 results_dict = dict((t.path, n) for (t, n) in test_results.iteritems())
432 max_deopt = test_results.get(t.path, 0)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 33 from webkitpy.layout_tests.models import test_results namespace
  /external/chromium_org/third_party/smhasher/src/
sha1.cpp 262 static char *test_results[] = { variable
299 if (strcmp(output, test_results[k])) {
303 fprintf(stderr,"\t%s is correct\n", test_results[k]);
313 if (strcmp(output, test_results[2])) {
317 fprintf(stderr,"\t%s is correct\n", test_results[2]);
  /external/chromium_org/build/android/
test_runner.py 473 test_results, exit_code = test_dispatcher.RunTests(
481 results.AddTestRunResults(test_results)
489 test_results, test_exit_code = test_dispatcher.RunTests(
497 results.AddTestRunResults(test_results)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner.py 39 from webkitpy.layout_tests.models import test_results namespace
94 result = test_results.TestResult(test_name)
142 result = test_results.TestResult(test_input.test_name, [test_failures.FailureEarlyExit()])
364 result = test_results.TestResult(test_input.test_name, failures=failures, test_run_time=0)
layout_test_runner_unittest.py 40 from webkitpy.layout_tests.models.test_results import TestResult
single_test_runner.py 38 from webkitpy.layout_tests.models.test_results import TestResult
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot_unittest.py 33 from webkitpy.layout_tests.models import test_results namespace
40 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
printing_unittest.py 44 from webkitpy.layout_tests.models import test_results namespace
115 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 128 # FIXME: We already have a TestResult class in test_results.py
599 test_results = results[self.TESTS]
601 for test in test_results.iterkeys():
602 single_test_result = test_results[test]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/
nacl.scons 124 'file': '${TARGET_ROOT}/test_results/ppapi_bad_native_test.log',
  /external/chromium_org/build/android/pylib/
android_commands.py     [all...]

Completed in 1096 milliseconds