HomeSort by relevance Sort by last modified time
    Searched full:rebaseline (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
logs.html 2 <title>Rebaseline-o-matic logs</title>
main_unittest.py 92 self.assertEqual(response.body, 'Wrote new no needs rebaseline log.')
96 self.assertEqual(response.body, 'Overwrote existing no needs rebaseline log.')
106 self.assertEqual(response.body, 'Previous entry was a no need rebaseline log. Writing a new log.')
  /external/chromium_org/tools/android/findbugs_plugin/test/
run_findbugs_plugin_tests.py 13 # --rebaseline to generate the expected_result.txt, please make sure don't
  /external/chromium_org/skia/
skia_test_expectations.txt 45 # 6. Make sure to rebaseline the layout tests as soon as possible! The longer
46 # we leave overrides in this file, the harder it will be to rebaseline those
  /external/chromium_org/third_party/skia/tools/tests/
rebaseline.sh 3 # Rebaseline the skdiff/*/output-expected/ subdirectories used by the skdiff
83 SUBDIRS="skdiff benchgraphs rebaseline/output jsondiff/output"
  /external/skia/tools/tests/
rebaseline.sh 3 # Rebaseline the skdiff/*/output-expected/ subdirectories used by the skdiff
83 SUBDIRS="skdiff benchgraphs rebaseline/output jsondiff/output"
  /external/chromium_org/chrome/test/ispy/server/views/
main_view.html 39 <form action="/rebaseline" method="post" onsubmit="return confirmSubmit();">
  /external/chromium_org/third_party/WebKit/public/
blink_skia_config.gyp 43 # DO NOT remove the define until you are ready to rebaseline, and
  /external/chromium_org/third_party/skia/tools/
reformat-json.py 12 so that subsequent runs of rebaseline.py will generate useful diffs
  /external/skia/tools/
reformat-json.py 12 so that subsequent runs of rebaseline.py will generate useful diffs
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver.py 103 command = ['rebaseline-json']
117 _log.error("rebaseline-json failed: %d, output='%s'" % (return_code, output))
120 _log.debug("rebaseline-json succeeded")
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications_unittests.js 96 '<li><button class="action">Rebaseline</button></li>' +
116 '<li><button class="action">Rebaseline</button></li>' +
138 '<li><button class="action">Rebaseline</button></li>' +
161 '<li><button class="action">Rebaseline</button></li>' +
201 '<li><button class="action">Rebaseline</button></li>' +
245 '<li><button class="action">Rebaseline</button></li>' +
285 '<li><button class="action">Rebaseline</button></li>' +
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
checkout.js 71 checkout.rebaseline = function(failureInfoList, progressCallback, debugBotsCallback)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
abstractlocalservercommand.py 38 make_option("--no-show-results", action="store_false", default=True, dest="show_results", help="Don't launch a browser with the rebaseline server"),
gardenomatic.py 26 from webkitpy.tool.commands.rebaseline import AbstractRebaseliningCommand
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results_unittest.py 135 self.assertEquals(summary['num_failures_by_type'], {'CRASH': 1, 'MISSING': 0, 'TEXT': 0, 'IMAGE': 0, 'NEEDSREBASELINE': 0, 'NEEDSMANUALREBASELINE': 0, 'PASS': 0, 'REBASELINE': 0, 'SKIP': 0, 'SLOW': 0, 'TIMEOUT': 3, 'IMAGE+TEXT': 0, 'LEAK': 0, 'FAIL': 0, 'AUDIO': 1, 'WONTFIX': 1})
138 self.assertEquals(summary['num_failures_by_type'], {'CRASH': 1, 'MISSING': 0, 'TEXT': 0, 'IMAGE': 0, 'NEEDSREBASELINE': 0, 'NEEDSMANUALREBASELINE': 0, 'PASS': 1, 'REBASELINE': 0, 'SKIP': 0, 'SLOW': 0, 'TIMEOUT': 1, 'IMAGE+TEXT': 0, 'LEAK': 1, 'FAIL': 0, 'AUDIO': 1, 'WONTFIX': 0})
141 self.assertEquals(summary['num_failures_by_type'], {'CRASH': 0, 'MISSING': 0, 'TEXT': 0, 'IMAGE': 0, 'NEEDSREBASELINE': 0, 'NEEDSMANUALREBASELINE': 0, 'PASS': 5, 'REBASELINE': 0, 'SKIP': 1, 'SLOW': 0, 'TIMEOUT': 0, 'IMAGE+TEXT': 0, 'LEAK': 0, 'FAIL': 0, 'AUDIO': 0, 'WONTFIX': 0})
test_expectations.py 46 SLOW, REBASELINE, NEEDS_REBASELINE, NEEDS_MANUAL_REBASELINE, MISSING, FLAKY, NOW, NONE) = range(19)
76 REBASELINE_MODIFIER = 'rebaseline'
157 expectation_line.warnings.append('REBASELINE should only be used for running rebaseline.py. Cannot be checked in.')
230 'Rebaseline': 'REBASELINE',
    [all...]
test_expectations_unittest.py 76 Bug(test) failures/expected/missing_image.html [ Rebaseline Missing ]
125 # test handling of MISSING results and the REBASELINE specifier
465 # Can't lint a file w/ 'REBASELINE' in it.
467 'Bug(test) failures/expected/text.html [ Failure Rebaseline ]',
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_mock.py 72 # TestRealMain.test_real_main (and several other rebaseline tests) are sensitive to this return value.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.js 38 STATE_TO_DISPLAY_STATE[STATE_NEEDS_REBASELINE] = 'Needs rebaseline';
39 STATE_TO_DISPLAY_STATE[STATE_REBASELINE_FAILED] = 'Rebaseline failed';
40 STATE_TO_DISPLAY_STATE[STATE_REBASELINE_SUCCEEDED] = 'Rebaseline succeeded';
86 queue.rebaseline();
  /external/chromium_org/third_party/skia/tools/skpdiff/
viewer.html 29 <td ng-show="isDynamic">Rebaseline?</td>
  /external/skia/tools/skpdiff/
viewer.html 29 <td ng-show="isDynamic">Rebaseline?</td>
  /external/chromium_org/cc/base/
switches.cc 121 const char kCCRebaselinePixeltests[] = "cc-rebaseline-pixeltests";
  /external/chromium_org/third_party/skia/gm/
image.cpp 32 // rebaseline.
  /external/skia/gm/
image.cpp 32 // rebaseline.

Completed in 775 milliseconds

12 3 4