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 335 # FIXME: Remove this code once the gtests switch over to uploading the full_results.json format.
345 def _populate_tests_from_full_results(cls, full_results, new_results):
346 if EXPECTED_KEY in full_results:
347 expected = full_results[EXPECTED_KEY]
350 time = int(round(full_results[TIME_KEY])) if TIME_KEY in full_results else 0
353 actual_failures = full_results[ACTUAL_KEY]
365 if BUG_KEY in full_results:
366 new_results[BUG_KEY] = full_results[BUG_KEY]
369 for key in full_results
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 80 print 'Parsing full_results.json...'
81 results_json_path = filesystem.join(results_directory, '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 434 SkBitmap full_results = skia::ImageOperations::Resize( local
436 ASSERT_EQ(src_w / 2, full_results.width());
437 ASSERT_EQ(src_h / 2, full_results.height());
450 SkAutoLockPixels full_lock(full_results);
455 *full_results.getAddr32(x + subset_rect.fLeft, y + subset_rect.fTop),
467 SkBitmap full_results = skia::ImageOperations::Resize( local
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_integrationtest.py 223 full_results_text = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
532 json_string = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
568 json_string = host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json')
574 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)
579 self.assertTrue(host.filesystem.read_text_file('/tmp/layout-test-results/full_results.json').find('"num_regressions":0') != -1)
593 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/build/android/buildbot/
bb_device_steps.py 291 'full_results.json')
293 full_results = json.load(open(full_results_path))
295 _ParseLayoutTestResults(full_results))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 387 full_results_path = self._filesystem.join(self._results_directory, "full_results.json")
409 files = [(file, self._filesystem.join(self._results_directory, file)) for file in ["failing_results.json", "full_results.json", "times_ms.json"]]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 324 'leaving "%s_revision" key blank in full_results.json.'

Completed in 290 milliseconds