/external/webkit/Tools/RebaselineQueueServer/ |
app.yaml | 1 application: rebaseline-queue
|
/external/webkit/Tools/RebaselineQueueServer/templates/ |
home.html | 4 <title>Rebaseline Queue</title> 9 <h1>Rebaseline Queue</h1>
|
builder-picker.html | 4 <title>Rebaseline Queue: Builders</title>
|
builder-queue-edit.html | 4 <title>Rebaseline Queue: Edit</title> 100 'Add to rebaseline queue', 106 'Remove from rebaseline queue',
|
/external/webkit/Tools/RebaselineQueueServer/static/ |
builder-frame-empty.html | 4 <title>Rebaseline Queue</title>
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
__init__.py | 11 from webkitpy.tool.commands.rebaseline import Rebaseline
|
rebaseline_unittest.py | 33 from webkitpy.tool.commands.rebaseline import BuilderToPort, Rebaseline 40 command = Rebaseline()
|
rebaseline.py | 71 class Rebaseline(AbstractDeclarativeCommand): 72 name = "rebaseline" 93 return self._tool.user.prompt_with_list("Which test(s) to rebaseline:", failing_tests, can_choose_multiple=True)
|
rebaselineserver.py | 118 def rebaseline(self): member in class:RebaselineHTTPRequestHandler 390 name = "rebaseline-server" 396 make_option("--httpd-port", action="store", type="int", default=8127, help="Port to use for the the rebaseline HTTP server"),
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/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> 141 <button id="add-to-rebaseline-queue">Add to rebaseline queue</button>
|
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'; 84 queue.rebaseline();
|
/external/webkit/Tools/Scripts/ |
rebaseline-chromium-webkit-tests | 30 """Wrapper around webkitpy/layout_tests/rebaseline.py"""
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
LayoutTestsAutoRunner.java | 61 String r = icicle.getString("rebaseline");
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests_unittest.py | 218 "BUGX REBASELINE MAC : failures/expected/image.html = IMAGE") 225 "BUGX REBASELINE : failures/expected/reftest.html = IMAGE") 232 "BUGX REBASELINE MAC : failures/expected/image.html = IMAGE") 234 # We expect to have written 12 files over the course of this rebaseline: 249 "BUGX REBASELINE : failures/expected/image.html = IMAGE") 252 # Note that even though the rebaseline is marked for all platforms, each 261 "BUGX REBASELINE MAC : failures/expected/image_checksum.html = IMAGE") 275 "BUGX REBASELINE MAC : failures/expected/image_checksum.html = IMAGE") 293 "BUGX REBASELINE MAC : failures/expected/image_checksum.html = IMAGE") 332 expectations = "BUGX REBASELINE : failures/expected/image.html = IMAGE [all...] |
rebaseline_chromium_webkit_tests.py | 158 platform: the test platform to rebaseline 176 # -. update the tests in test_expectations file after rebaseline 186 """Run rebaseline process.""" 417 _log.info(' Rebaseline succeeded.') 627 'rebaseline.html') [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations_unittest.py | 62 # test handling of MISSING results and the REBASELINE modifier 106 BUG_TEST REBASELINE : failures/expected/missing_image.html = MISSING 301 # Can't lint a file w/ 'REBASELINE' in it. 303 'BUG_TEST REBASELINE : failures/expected/text.html = TEXT', 386 self.assertRemove('BUGX REBASELINE : failures/expected/text.html = TEXT\n' 388 'BUGZ REBASELINE : failures/expected/crash.html = CRASH\n', 391 'BUGZ REBASELINE : failures/expected/crash.html = CRASH\n') 458 self.match(['rebaseline', 'rebaseline'], num_errors=1) 472 self.match(['bug123xy', 'rebaseline', 'wontfix', 'slow', 'skip'], 0 [all...] |
test_expectations.py | 45 SLOW, REBASELINE, MISSING, FLAKY, NOW, NONE) = range(16) 57 test_needs_rebaselining: whether test was marked as REBASELINE 119 return (self._expected_failures.get_test_set(REBASELINE, FAIL) | 120 self._expected_failures.get_test_set(REBASELINE, IMAGE) | 121 self._expected_failures.get_test_set(REBASELINE, TEXT) | 122 self._expected_failures.get_test_set(REBASELINE, 124 self._expected_failures.get_test_set(REBASELINE, AUDIO)) 165 return self._expected_failures.has_modifier(test, REBASELINE) 291 'rebaseline': REBASELINE, [all...] |
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 25 --rebaseline generates expected layout tests results under /sdcard/webkit/expected_result/ 188 if options.rebaseline: 189 run_layout_test_cmd_postfix += " -e rebaseline true" 293 option_parser.add_option("", "--rebaseline", action="store_true",
|
/external/skia/src/core/ |
SkConfig8888.cpp | 60 // test expectations. We can modify and rebaseline if there
|
SkBlitMask_D32.cpp | 559 // make this opt-in until chrome can rebaseline
|
/external/webkit/Source/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 257 // preserving this hack avoids having to rebaseline pixel tests.
|
/external/webkit/Tools/ |
ChangeLog | 849 Added/updated GPU directory names for rebaseline tool. [all...] |
ChangeLog-2011-02-16 | 806 [NRWT] Pull up rebaseline code from compare_output() function defined [all...] |
/external/skia/src/gpu/ |
SkGpuDevice.cpp | 54 // point we should probably get rid of these scaling constants and rebaseline [all...] |