/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
__init__.py | 8 from webkitpy.tool.commands.rebaseline import Rebaseline
|
rebaselineserver.py | 51 name = "rebaseline-server" 59 # Rebaseline server and it's associated JavaScript expected the tests subtree to 61 # FIXME: make the rebaseline server use the hierarchical tree.
|
rebaseline.py | 70 help="Comma-separated-list of file types to rebaseline") 90 optparse.make_option("--test", help="Test to rebaseline"), 183 name = "rebaseline-test-internal" 184 help_text = "Rebaseline a single test from a buildbot. Only intended for use by other webkit-patch commands." 212 _log.warning("Cannot rebaseline reftest: %s", options.test) 379 # If we're not going to rebaseline the test because it's passing on this 393 rebaseline_commands.append(tuple([[path_to_webkit_patch, 'rebaseline-test-internal'] + cmd_line, cwd])) 451 # This is only necessary for "webkit-patch rebaseline" and for rebaselining expected 452 # failures from garden-o-matic. rebaseline-expectations and auto-rebaseline will alway [all...] |
rebaseline_unittest.py | 40 from webkitpy.tool.commands.rebaseline import * 222 command_constructor = RebaselineTest # AKA webkit-patch rebaseline-test-internal 269 expected_logs="Cannot rebaseline reftest: userscripts/another-test.html\n") 384 [['echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']], 397 [['echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder (Debug)', '--test', 'userscripts/first-test.html', '--verbose']], 410 [['echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder (Debug)', '--test', 'userscripts/first-test.html', '--verbose']]]) 422 [['echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--results-directory', '/tmp', '--verbose']]]) 469 # we count that as passing, and do not think that we still need to rebaseline it. 507 # run smoke tests, and do not think that we still need to rebaseline it. 524 command_constructor = Rebaseline # AKA webkit-patch rebaselin [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/tests/ |
generate_user_config_tests.py | 32 '"generate_user_config_tests.py --rebaseline" to rebaseline') 94 def rebaseline(): function 100 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.', 104 if args.rebaseline: 105 rebaseline()
|
makefile_writer_tests.py | 29 '"makefile_writer_tests.py --rebaseline" to rebaseline') 204 def rebaseline(): function 217 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.', 221 if args.rebaseline: 222 rebaseline()
|
/external/skia/platform_tools/android/tests/ |
generate_user_config_tests.py | 32 '"generate_user_config_tests.py --rebaseline" to rebaseline') 94 def rebaseline(): function 100 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.', 104 if args.rebaseline: 105 rebaseline()
|
makefile_writer_tests.py | 29 '"makefile_writer_tests.py --rebaseline" to rebaseline') 204 def rebaseline(): function 217 parser.add_argument('-r', '--rebaseline', help='Rebaseline expectations.', 221 if args.rebaseline: 222 rebaseline()
|
/external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/ |
uploadform.html | 2 <title>Update rebaseline logs</title> 21 <label><input name="{{ no_needs_rebaseline_param }}" type="checkbox">No tests need rebaseline</label>
|
main.py | 37 # A simple log server for rebaseline-o-matic. 70 # This entry is set to on whenever a new auto-rebaseline run is going to 77 # date of the entry so that users can see that rebaseline-o-matic is still 92 out = "Overwrote existing no needs rebaseline log." 94 out = "Wrote new no needs rebaseline log." 98 out = "Previous entry was a no need rebaseline log. Writing a new log."
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
actions_unittests.js | 40 view: new ui.actions.Rebaseline(), 41 text: 'Rebaseline', 42 event: 'rebaseline' 66 new ui.actions.Rebaseline(), 71 '<li><button class="action">Rebaseline</button></li>' +
|
actions.js | 79 ui.actions.Rebaseline = base.extends(Action, { 81 this.textContent = 'Rebaseline'; 82 this._eventName = 'rebaseline';
|
/external/chromium_org/chrome/test/ispy/server/ |
app.py | 19 ('/rebaseline', rebaseline_handler.RebaselineHandler),
|
rebaseline_handler.py | 30 {'error': '\'test_run\' must be supplied to rebaseline.'}))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
queue.js | 34 this._rebaselineButtonNode = $('rebaseline-queue'); 41 $('add-to-rebaseline-queue').addEventListener( 47 'click', function() { self.rebaseline(); }); 57 $('add-to-rebaseline-queue').disabled = state != STATE_NEEDS_REBASELINE; 63 'Rebaseline in progress (' + this._inProgressRebaselineCount + 67 this._rebaselineButtonNode.textContent = 'Rebaseline queue'; 72 'Rebaseline queue (' + queueLength + ' tests)'; 129 RebaselineQueue.prototype.rebaseline = function() 151 '/rebaseline?test=' + encodeURIComponent(testName) +
|
index.html | 33 <title>Layout Test Rebaseline Server</title> 47 <button id="rebaseline-queue">Rebaseline queue</button> 143 <button id="add-to-rebaseline-queue">Add to rebaseline queue</button>
|
/external/chromium_org/build/android/pylib/utils/ |
findbugs.py | 54 print 'Alternatively, rebaseline with --rebaseline command option' 82 rebaseline, release_version, findbug_args): 93 rebaseline: True if the known_bugs file needs rebaseline. 148 if rebaseline: 171 options.rebaseline, options.release_build, options.findbug_args) 177 '--rebaseline', 179 dest='rebaseline', 180 help='Rebaseline known findbugs issues.' [all...] |
/external/chromium_org/third_party/skia/gm/tests/ |
rebaseline.sh | 3 # Rebaseline the outputs/*/output-expected/ subdirectories used by the 66 echo "Rebaseline completed. If you run run.sh now, it should succeed." 68 echo "Self-tests succeeded, nothing to rebaseline."
|
/external/skia/gm/tests/ |
rebaseline.sh | 3 # Rebaseline the outputs/*/output-expected/ subdirectories used by the 66 echo "Rebaseline completed. If you run run.sh now, it should succeed." 68 echo "Self-tests succeeded, nothing to rebaseline."
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
checkout_unittests.js | 63 asyncTest("rebaseline", 3, function() { 88 checkout.rebaseline([{ 125 asyncTest("rebaseline-debug-bot", 4, function() { 137 checkout.rebaseline([{
|
controllers.js | 35 var statusView = new ui.StatusArea('Rebaseline'); 56 // FIXME: checkout.rebaseline() accepts only 3 arguments, we pass 5. 57 checkout.rebaseline(failuresToRebaseline, function(response) { 61 statusView.addFinalMessage(id, 'Rebaseline done! Please commit locally and land with "git cl dcommit".'); 63 statusView.addMessage(id, 'Rebaseline failed (code=' + json.result_code + ')!'); 74 statusView.addMessage(id, 'Skipping rebaseline for ' + failureInfo.testName + ' on ' + ui.displayNameForBuilder(failureInfo.builderName) + ' because we only rebaseline from release bots.'); 77 statusView.addFinalMessage(id, 'No non-reftests left to rebaseline!') 119 $(this._view).bind('rebaseline', this.onRebaseline.bind(this)); 206 $(failure).bind('rebaseline', function() [all...] |
/external/chromium_org/chrome/test/ispy/ |
ispy_api.py | 171 ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt')) 177 test_run: The name of the test run to rebaseline. 179 rebaseline_path = ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt') 187 """Writes a JSON file containing the data needed to rebaseline. 190 test_run: The name of the test run to add the rebaseline file to. 197 ispy_utils.GetTestRunPath(test_run, 'rebaseline.txt'), 212 test_run: The name of the test run to add the rebaseline file to.
|
/external/chromium_org/third_party/skia/expectations/gm/ |
ignored-tests.txt | 8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up 33 ## epoger will rebaseline by 25 Dec 2013
|
/external/skia/expectations/gm/ |
ignored-tests.txt | 8 # Then, AS SOON AS POSSIBLE, you should rebaseline the tests (they will show up 33 ## epoger will rebaseline by 25 Dec 2013
|
/external/chromium_org/build/android/ |
findbugs_diff.py | 11 findbugs_diff.py --rebaseline
|