summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* Delete duplicate expectations in webkit roll.dpranke@chromium.org2010-03-111-4/+0
| | | | | | | | | | BUG=none TEST=none TBR=japhet@chromium.org Review URL: http://codereview.chromium.org/851001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41237 0039d316-1c4b-4281-b951-d872f2087c98
* Add a script to 'run_http_server' in src/webkit/tools/layout_tests. Just a ↵michaeln@chromium.org2010-03-113-0/+48
| | | | | | | | | | | wrapper over the real tool in src/third_party/WebKit/WebKitTools/Scripts/ TEST=none BUG=none Review URL: http://codereview.chromium.org/781003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41235 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 55791:55819japhet@chromium.org2010-03-111-0/+12
| | | | | | | | | | BUG=none TEST=none TBR=jianli Review URL: http://codereview.chromium.org/795005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41234 0039d316-1c4b-4281-b951-d872f2087c98
* Mark more layout tests as failing.dpranke@chromium.org2010-03-111-17/+22
| | | | | | | | | | BUG=37896 TBR=dglazkov@chromium.org TEST=none Review URL: http://codereview.chromium.org/843001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41232 0039d316-1c4b-4281-b951-d872f2087c98
* change exit() to sys.exit() in run_webkit_tests wrapperdpranke@chromium.org2010-03-111-1/+1
| | | | | | | | | | BUG=none TBR=victorw@chromium.org TEST=bots stay green Review URL: http://codereview.chromium.org/837001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41231 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out failing tests for now.dpranke@chromium.org2010-03-111-3/+34
| | | | | | | | | | BUG=37895 TBR=dglazkov TEST=none Review URL: http://codereview.chromium.org/784003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41225 0039d316-1c4b-4281-b951-d872f2087c98
* fix exit statusdpranke@chromium.org2010-03-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41220 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ↵pinkerton@chromium.org2010-03-102-0/+50
| | | | | | | | | rendering code with the GPU Plug-in. The drawing model negotiation is currently disabled so this should have no visible impact to plug-ins. BUG=32012 TEST=make sure the pepper GPU plug-ins still work. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41194 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests which are affected by the change of buttons' paddingshamaji@chromium.org2010-03-101-7/+3
| | | | | | | | | | | | | Note that form-element-geometry started failing as a crash bug but it seems to be sane now. Other 3 tests need investigation in BUG29748. BUG=1437,29748 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/792006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41168 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, ↵pinkerton@chromium.org2010-03-102-53/+0
| | | | | | | | | | | | sharing IPC and some rendering code with the GPU Plugin. The drawing model negotiation is currently disabled so this should have no visible impact to plugins. BUG=32012 TEST=make sure the pepper GPU plugins still work. Review URL: http://codereview.chromium.org/673001 TBR=pinkerton@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41159 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ↵pinkerton@chromium.org2010-03-102-0/+53
| | | | | | | | | | rendering code with the GPU Plug-in. The drawing model negotiation is currently disabled so this should have no visible impact to plug-ins. BUG=32012 TEST=make sure the pepper GPU plug-ins still work. Review URL: http://codereview.chromium.org/673001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41158 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline tests whose expectations were changed by r55714.hamaji@chromium.org2010-03-101-86/+0
| | | | | | | | | | | | | The patch removed extra paddings inside buttons. http://trac.webkit.org/changeset/55714 BUG=1437 TEST=none TBR=michaeln Review URL: http://codereview.chromium.org/797002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41150 0039d316-1c4b-4281-b951-d872f2087c98
* Make the UI around flaky tests a little more clear. When sorting byojan@chromium.org2010-03-101-2/+27
| | | | | | | | | testname, if the flaky and non-flaky names for the test have entries, put them next to each other. Also, when searching for tests by name, search for the flaky and non-flaky versions. Review URL: http://codereview.chromium.org/782002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41116 0039d316-1c4b-4281-b951-d872f2087c98
* Send mouse events to the renderer before changing mouse capture, so that the ↵jam@chromium.org2010-03-101-1/+1
| | | | | | | | mousecapturelost arrives after mouseup. Review URL: http://codereview.chromium.org/743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41113 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40951 - UpStreamimg *image_decoder_unittest. Used WebKit API's ↵kkanetkar@chromium.org2010-03-104-121/+192
| | | | | | | | | | | | | | | | ImageDecoder to decouple WebCore deps. Corresponding WebKit Bug 35415. BUG=28063 TEST=Run unit tests. Review URL: http://codereview.chromium.org/661231 TBR=yaar@chromium.org Review URL: http://codereview.chromium.org/802001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41112 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to 55742 (from 55709)michaeln@chromium.org2010-03-101-6/+95
| | | | | | | | TBR=japhet Review URL: http://codereview.chromium.org/756001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41111 0039d316-1c4b-4281-b951-d872f2087c98
* Make Webkit (dbg)(1) expectations match reality.jparent@chromium.org2010-03-101-4/+7
| | | | | | | | | | | | This should help make red/orange more meaningful on the bot. TEST=none BUG=28040,24182 Review URL: http://codereview.chromium.org/782001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41101 0039d316-1c4b-4281-b951-d872f2087c98
* mac: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-102-2/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/745003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41100 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Add viewing of all logs for a given test.ojan@chromium.org2010-03-092-95/+212
| | | | | | | | | 2. Add an RLE enum for indexing into the run-length encoded results. 3. Add the missing/extra for non-webkit tests. All it ever has though is whether it's missing/extra that it's expected to be flaky. Review URL: http://codereview.chromium.org/749003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41093 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55709 (from r55683)michaeln@chromium.org2010-03-091-4/+5
| | | | | | | | | | | | | | | Rebaseline a couple of tests * fast/css/getComputedStyle/computed-style-without-renderer.html * fast/css/getComputedStyle/computed-style.html * fast/dom/Window/window-appendages-cleared.html TBR=japhet TEST=bots BUG=none Review URL: http://codereview.chromium.org/713001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41070 0039d316-1c4b-4281-b951-d872f2087c98
* remove old layout_tests codedpranke@chromium.org2010-03-0935-9199/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41005 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55683 (from r55674)michaeln@chromium.org2010-03-091-1/+9
| | | | | | | | | | TBR=japhet TEST=bots BUG=none Review URL: http://codereview.chromium.org/672018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41004 0039d316-1c4b-4281-b951-d872f2087c98
* Move wtl from chrome/third_party to third_party/. Thistony@chromium.org2010-03-091-1/+1
| | | | | | | | | | | breaks dependencies on chrome from webkit, app, views and base. BUG=37649 TEST=compiles Review URL: http://codereview.chromium.org/699001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41001 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo.michaeln@chromium.org2010-03-091-1/+1
| | | | | | | | | TBR=japhet TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40970 0039d316-1c4b-4281-b951-d872f2087c98
* Turns out isValidName is still used by flakiness_dashboard.html.ojan@chromium.org2010-03-081-0/+4
| | | | | | Review URL: http://codereview.chromium.org/672010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40958 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55674 (from r55670)michaeln@chromium.org2010-03-081-1/+4
| | | | | | | | | | TEST=bots BUG=none TBR=japhet Review URL: http://codereview.chromium.org/669292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40954 0039d316-1c4b-4281-b951-d872f2087c98
* Skip media/video-src-change.html and see if it helps mac dbg.tim@chromium.org2010-03-081-1/+3
| | | | | | | | BUG=37710 Review URL: http://codereview.chromium.org/671021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40952 0039d316-1c4b-4281-b951-d872f2087c98
* UpStreamimg *image_decoder_unittest. Used WebKit API's ImageDecoder toyaar@chromium.org2010-03-084-192/+121
| | | | | | | | | | | decouple WebCore deps. Corresponding WebKit Bug 35415. BUG=28063 TEST=Run unit tests. Review URL: http://codereview.chromium.org/661231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40951 0039d316-1c4b-4281-b951-d872f2087c98
* Add a link to the failure log for a given failure for non-webkit tests.ojan@chromium.org2010-03-081-6/+29
| | | | | | Review URL: http://codereview.chromium.org/671003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40925 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to r55670 (from r55654)michaeln@chromium.org2010-03-081-0/+2
| | | | | | | | | TBR=japhet TEST=bots Review URL: http://codereview.chromium.org/669283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40913 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/tools: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-069-8/+10
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/668228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40851 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for non-webkit tests to the test dashboards.ojan@chromium.org2010-03-063-138/+253
| | | | | | Review URL: http://codereview.chromium.org/669217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40804 0039d316-1c4b-4281-b951-d872f2087c98
* Skip layout test that is causing test run instability.levin@chromium.org2010-03-051-1/+5
| | | | | | | | | TEST=The buildbot runs of layout tests. BUG=37540 Review URL: http://codereview.chromium.org/669181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40772 0039d316-1c4b-4281-b951-d872f2087c98
* Landing for Dmitriy Belenko.dimich@chromium.org2010-03-051-39/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change rebaselines the images and checksums for tests which previously called a dummy method for dumpSelectionRectangle() which did nothing. After CL 661437 this method causes test_shell to draw a bounds rectangle around the current selection, so tests need to be rebaselined, and some of the tests that did not have baselines on Windows and Linux get brand new baselines. The differences are: 1. The rectangle is now drawn. 2. The corresponding tests are no longer marked as FAIL. Note that there's a remaining text mismatch issue with bug 23482, but it has nothing to do with the contents of the bug or the commits leading up to this change (they did not alter text output in any way), so it will be filed as a separate issue. BUG=28646, 23481, 23482 TEST=Layout tests, visual inspection against the old files and their WebKit counterparts. Original codereview: http://codereview.chromium.org/668112 Review URL: http://codereview.chromium.org/668167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40753 0039d316-1c4b-4281-b951-d872f2087c98
* Flip the run_webkit_tests scripts to use the upstream versions of the testdpranke@google.com2010-03-055-20/+42
| | | | | | | | | | | | | | | | | harness (WebKit/WebKitTools/Scripts/new-run-webkit-tests). This also adds an old_run_webkit_tests for the moment for testing purposes. I will remove this file when I obsolete everything under webkit/tools/layout_tests/webkitpy. BUG=23099 TEST=bots stay green R=tony@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=40679 Review URL: http://codereview.chromium.org/669037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40711 0039d316-1c4b-4281-b951-d872f2087c98
* Make the dashboard understand which builder linked to it so that it can useojan@chromium.org2010-03-051-0/+26
| | | | | | | the right dataset for the v8-latest and webkit.org bots. Review URL: http://codereview.chromium.org/669138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40706 0039d316-1c4b-4281-b951-d872f2087c98
* Mark svg/custom/transform-ignore-after-invalid.svg as flakeytony@chromium.org2010-03-051-0/+2
| | | | | | | | | | on mac debug. TBR=levin Review URL: http://codereview.chromium.org/669129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40698 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 40679 - Flip the run_webkit_tests scripts to use the upstream ↵dpranke@chromium.org2010-03-054-37/+15
| | | | | | | | | | | | | | | | | | | | | versions of the test harness (WebKit/WebKitTools/Scripts/newrunwebkittests). This also adds an old_run_webkit_tests for the moment for testing purposes. I will remove this file when I obsolete everything under webkit/tools/layout_tests/webkitpy. BUG=23099 TEST=bots stay green R=tony@chromium.org Review URL: http://codereview.chromium.org/669037 TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/668121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40691 0039d316-1c4b-4281-b951-d872f2087c98
* Flip the run_webkit_tests scripts to use the upstream versions of the testdpranke@chromium.org2010-03-044-15/+37
| | | | | | | | | | | | | | | | harness (WebKit/WebKitTools/Scripts/new-run-webkit-tests). This also adds an old_run_webkit_tests for the moment for testing purposes. I will remove this file when I obsolete everything under webkit/tools/layout_tests/webkitpy. BUG=23099 TEST=bots stay green R=tony@chromium.org Review URL: http://codereview.chromium.org/669037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40679 0039d316-1c4b-4281-b951-d872f2087c98
* update w/ consistently passing testsdpranke@chromium.org2010-03-041-24/+10
| | | | | | | | | | BUG=none R=ojan@chromium.org TEST=layout tests don't start failing Review URL: http://codereview.chromium.org/661436 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40664 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enabling two database tests, which should be stable now.dumi@chromium.org2010-03-041-4/+0
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/669029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40663 0039d316-1c4b-4281-b951-d872f2087c98
* Initial change for DumpRrenderTree support librarytkent@google.com2010-03-042-48/+3
| | | | | | | | | | | | | | | | | | | This library provides: - An implementation of WebKitClient, - An implementation of WebPlugin, - An implementation of WebMediaPalyer, - Initialization and termination functions, - Two function for database, and - Some functions required by webkit_glue. webkit_support.gyp is not referred by build/all.gyp. A gyp for DRT/chromium in WebKit tree will refer to it. BUG=none TEST=none. This is a part of test code. Review URL: http://codereview.chromium.org/652226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40610 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r55506.darin@chromium.org2010-03-041-0/+3
| | | | | | | | | | Note: The autobuffer attribute for HTML5 media was renamed preload (see r55463). TBR=levin Review URL: http://codereview.chromium.org/669046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40609 0039d316-1c4b-4281-b951-d872f2087c98
* media/video-currentTime-set.html is timing out with latest ffmpeg rollfbarchard@chromium.org2010-03-041-2/+2
| | | | | | | | | BUG=35492 TEST=webkit/tools/layout_tests/run_webkit_tests.sh media Review URL: http://codereview.chromium.org/669033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40592 0039d316-1c4b-4281-b951-d872f2087c98
* Add layout test plugin functions required for ↵japhet@chromium.org2010-03-032-3/+20
| | | | | | | | | | | plugins/netscape-plugin-property-access-exception.html and rebaseline. BUG=35115 TEST=!red Review URL: http://codereview.chromium.org/660390 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40520 0039d316-1c4b-4281-b951-d872f2087c98
* Fix more expecations after http://trac.webkit.org/changeset/55416.kasperl@google.com2010-03-031-4/+1
| | | | | | | | BUG=32339 TEST=None Review URL: http://codereview.chromium.org/660447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40507 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r55424. Rebaseline fast/dom/DOMException/prototype-object.html kasperl@google.com2010-03-031-0/+1
| | | | | | | | | | | | | | | expectations after r55416 which fixed the V8 code generator to use the correct visible name for DOMException. To make the WebGL layout tests continue to run on the Mac bots, I've pulled in http://codereview.chromium.org/660354 and made sure that WebGL is also enabled in the test shell. BUG=37098 TEST=None Review URL: http://codereview.chromium.org/660446 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40502 0039d316-1c4b-4281-b951-d872f2087c98
* Landing for dbelenko.dimich@chromium.org2010-03-034-55/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for bug 28646: Implement LayoutTestController.dumpSelectionRect() This fix will prepare the test cases affected by bug 28646 for rebaseline. It does three things: 1. Implements dumpSelectionRect() and the related drawing code. 2. Marks the affected test cases as FAIL and removes platform restrictions for them from test_expectations.txt 3. Marks three new test cases as FAIL. These test cases have incorrect baseline images. I have contacted the authors and got an OK from them to rebaseline the expected image. After this is committed, I will retrieve the images from the buildbot and rebaseline the expectations for the affected test cases. Trybot runs for this patch: http://build.chromium.org/buildbot/try-server/builders/layout_linux/builds/1477 http://build.chromium.org/buildbot/try-server/builders/layout_win/builds/1478 http://build.chromium.org/buildbot/try-server/builders/layout_mac/builds/1341 BUG=28646 TEST=This change will enable over 30 tests on all three platforms. I have inspected the images visually, the rect gets drawn correctly, in the same locations as in WebKit tests, but with a slightly different color, due to differences in Skia rasterization and alpha blending. These differences are not critical to the purpose of the test cases. Review URL: http://codereview.chromium.org/661437 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40484 0039d316-1c4b-4281-b951-d872f2087c98
* Mark svg/W3C-SVG-1.1/filters-displace-01-f.svg as flakey.jam@chromium.org2010-03-021-0/+2
| | | | | | | BUG=37248 Review URL: http://codereview.chromium.org/661414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40458 0039d316-1c4b-4281-b951-d872f2087c98
* A few more linux svg rebaselines.jparent@chromium.org2010-03-021-5/+1
| | | | | | | | | | | | | | | | | | | | | text rendering, highlight color: svg/custom/text-dom-01-f.svg text rendering: svg/custom/pattern-deep-referencing.svg images match, only checksum doesn't: svg/custom/gradient-stop-corner-cases.svg new results match mac, win: svg/batik/text/textProperties.svg BUG=10296 TEST=none Review URL: http://codereview.chromium.org/661341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40449 0039d316-1c4b-4281-b951-d872f2087c98