HomeSort by relevance Sort by last modified time
    Searched full:full_results (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
jsonresults.py 332 # FIXME: Remove this code once the gtests switch over to uploading the full_results.json format.
342 def _populate_tests_from_full_results(cls, full_results, new_results):
343 if EXPECTED_KEY in full_results:
344 expected = full_results[EXPECTED_KEY]
347 time = int(round(full_results[TIME_KEY])) if TIME_KEY in full_results else 0
350 actual_failures = full_results[ACTUAL_KEY]
362 if BUG_KEY in full_results:
363 new_results[BUG_KEY] = full_results[BUG_KEY]
366 for key in full_results
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 79 print 'Parsing full_results.json...'
80 results_json_path = filesystem.join(results_directory, 'full_results.json')
queuestest.py 82 tool.filesystem.write_text_file('/mock-results/full_results.json', "")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-json-test-results 38 txt = host.filesystem.read_text_file(host.filesystem.join(host.port_factory.get(options=options).results_directory(), 'full_results.json'))
  /external/chromium_org/skia/ext/
image_operations_unittest.cc 437 SkBitmap full_results = skia::ImageOperations::Resize( local
439 ASSERT_EQ(src_w / 2, full_results.width());
440 ASSERT_EQ(src_h / 2, full_results.height());
453 SkAutoLockPixels full_lock(full_results);
458 *full_results.getAddr32(x + subset_rect.fLeft, y + subset_rect.fTop),
471 SkBitmap full_results = skia::ImageOperations::Resize( local
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_integrationtest.py 222 full_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
496 json_string = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
513 json_string = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
519 self.assertTrue(host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json').find('{"crash-with-stderr.html":{"expected":"PASS","actual":"CRASH","has_stderr":true,"is_unexpected":true') != -1)
524 self.assertTrue(host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json').find('"num_regressions":0') != -1)
539 self.assertTrue('"skipped":1' in host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json'))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/
testfilehandler.py 255 # FIXME: Upload full_results.json files for non-layout tests as well and stop supporting the
257 if status_code == 200 and file.filename == "full_results.json":
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 269 _log.warn("Failed to determine svn revision for checkout (cwd: %s, webkit_base: %s), leaving 'revision' key blank in full_results.json.\n%s" % (port_obj._filesystem.getcwd(), port_obj.path_from_webkit_base(), e))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 365 full_results_path = self._filesystem.join(self._results_directory, "full_results.json")
387 files = [(file, self._filesystem.join(self._results_directory, file)) for file in ["failing_results.json", "full_results.json", "times_ms.json"]]

Completed in 171 milliseconds