summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* Drop redundant CommandLine::Terminate.evan@chromium.org2009-10-121-1/+1
| | | | | | | | | We had two functions that did the same thing. Though Terminate came first, I think Reset better conveys the intent. Review URL: http://codereview.chromium.org/267047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28708 0039d316-1c4b-4281-b951-d872f2087c98
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-116-7/+7
| | | | | | | | | | | | app/gfx in preparation for removing the base_gfx project. This also moves base/window_impl.cc to app/win/window_impl because this file shouldn't be in base. TEST=none BUG=none Review URL: http://codereview.chromium.org/273017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28691 0039d316-1c4b-4281-b951-d872f2087c98
* Add back a few failing tests, removed in a moment of unfounded optimism.dglazkov@chromium.org2009-10-111-0/+3
| | | | | | | | | | | TBR=japhet TEST=none BUG=24142 BUG=6735 Review URL: http://codereview.chromium.org/268032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28689 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to remove tests that are now passing.dglazkov@chromium.org2009-10-111-11/+0
| | | | | | | | | | | | | TBR=johnnyg TEST=none BUG=24142 BUG=24159 BUG=10393 BUG=6735 Review URL: http://codereview.chromium.org/270061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28688 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to reflect failure on build bothclam@chromium.org2009-10-101-0/+2
| | | | | | | | TBR=abarth Review URL: http://codereview.chromium.org/270059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28659 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to include linux failureshclam@chromium.org2009-10-101-3/+4
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/266048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28653 0039d316-1c4b-4281-b951-d872f2087c98
* Mark one layout test as FAILhclam@chromium.org2009-10-101-1/+1
| | | | | | | | | | | TBR=ojan This test actually fails on the build bot, mark it so. LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html Review URL: http://codereview.chromium.org/261057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28652 0039d316-1c4b-4281-b951-d872f2087c98
* Test expectations for crashes in layout testshclam@chromium.org2009-10-101-2/+4
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/267045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28650 0039d316-1c4b-4281-b951-d872f2087c98
* platform/mac-snowleopard tests should be WONTFIX on LINUX WIN.ojan@chromium.org2009-10-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/270057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28647 0039d316-1c4b-4281-b951-d872f2087c98
* Fix another race condition on worker process shutdown that results in ↵jam@chromium.org2009-10-101-0/+2
| | | | | | | | | | use-after-free. Like 23018, this is happening because valgrind is slowing the worker thread shutdown enough that the backup terminate process code executes. BUG=24346 TEST=covered by valgrind Review URL: http://codereview.chromium.org/266036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28646 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some layout tests after roll to r49405hclam@chromium.org2009-10-101-5/+0
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/261054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28644 0039d316-1c4b-4281-b951-d872f2087c98
* Fix double page generation bug. Now that we use onhashchange,ojan@chromium.org2009-10-102-4/+2
| | | | | | | there's no need to call handleLocationChange manually. Review URL: http://codereview.chromium.org/267044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28643 0039d316-1c4b-4281-b951-d872f2087c98
* Mark all the tests that take >3 seconds to run as SLOW.ojan@chromium.org2009-10-101-47/+130
| | | | | | | | | After this, I think we can reduce the layout test timeout to something like 5 seconds. This should greatly improve cycle time. Review URL: http://codereview.chromium.org/270022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28639 0039d316-1c4b-4281-b951-d872f2087c98
* Expeecting several layout tests to fail after webkit rollhclam@chromium.org2009-10-091-1/+7
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/261052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28633 0039d316-1c4b-4281-b951-d872f2087c98
* Modifies the layout test formatter to not have any dependencies on ↵gwilson@google.com2009-10-092-8/+69
| | | | | | | | | | | | | | chromium_utils. This should allow it to run on Mac successfully. Also adds some methods to path_utils that only existed in src-buildbot/chromium_utils. These did not exist anywhere else under webkit/tools/. R=ojan BUG=none TEST=run "test_output_formatter.sh -v -i" on Mac, it should not fail. Review URL: http://codereview.chromium.org/271035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28614 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline image for LayoutTests\editing\execCommand\paste-1.html for Windows.jparent@chromium.org2009-10-091-5/+1
| | | | | | | | | | | | It started failing with Skia deps roll (r28109), looks like it was just missed in rebaselining. Also updated expectations for this test to match reality (win and mac debug are flaky, linux is fine). TEST=none BUG=none Review URL: http://codereview.chromium.org/272003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28612 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout test after WebKit roll to r49372hclam@chromium.org2009-10-091-0/+3
| | | | | | | | | | | | BUG=24454 TBR=dglazkov Fixing: LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-links.html Review URL: http://codereview.chromium.org/270051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28598 0039d316-1c4b-4281-b951-d872f2087c98
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-094-4/+2
| | | | | | | | | | | | depended on this, so to make the DEPS work out, I made a new base/test directory where I moved the testing-related files into a new directory base/test. TEST=none BUG=none Review URL: http://codereview.chromium.org/266038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28569 0039d316-1c4b-4281-b951-d872f2087c98
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-092-38/+16
| | | | | | | | (Part of the Webkit API refactoring effort). Review URL: http://codereview.chromium.org/265011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28567 0039d316-1c4b-4281-b951-d872f2087c98
* Linux x64 - Enable media tests since we have 64-bit ffmpeg now.mmoss@chromium.org2009-10-091-2/+1
| | | | | | | Review URL: http://codereview.chromium.org/261038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28543 0039d316-1c4b-4281-b951-d872f2087c98
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-093-13/+15
| | | | | | | | | | | | | | | to follow WebKit r42740. - Add a WebNode parameter to WebViewDelegate::decidePolicyForNavigation() TestWebViewDelegate prints the path of the node. RenderView ignores this parameter. - Fix a bug of WebNode assignment. BUG=11000 TEST=This change enables 3 layout tests. Review URL: http://codereview.chromium.org/267003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28527 0039d316-1c4b-4281-b951-d872f2087c98
* AppCache StorageAPIsmichaeln@google.com2009-10-091-1/+2
| | | | | | | | | TEST=none yet, these are just API definitions stubbed out for now BUG=none Review URL: http://codereview.chromium.org/209071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28513 0039d316-1c4b-4281-b951-d872f2087c98
* Set junk-data.svg as flaky for Windows.zork@google.com2009-10-091-1/+3
| | | | | | | | BUG=23475 TEST=none Review URL: http://codereview.chromium.org/267032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28499 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests\svg\filters\sourceAlpha-expected.png, added in ↵jparent@chromium.org2009-10-091-2/+1
| | | | | | | | | | | | | | | | | http://trac.webkit.org/changeset/49153. Note that we have filters disabled, so these are the results for failing this test. Upstream also has failures checked in and we've rebased the other filters tests too. Also removes a non-existant test (iframe.html) from test_expectations, so the linter will be happy (test was removed with last webkit roll). BUG=none TEST=none Review URL: http://codereview.chromium.org/269027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28493 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll to 49321. IsolatedWorld tests are now fixed.johnnyg@chromium.org2009-10-091-32/+3
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/262032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28491 0039d316-1c4b-4281-b951-d872f2087c98
* Layout test dashboard changes:ojan@chromium.org2009-10-082-60/+148
| | | | | | | | | | | | | 1. Expose support for webkit canaries 2. Add views for all slow tests, all tests missing SLOW in text_expectations, and all tests with incorrect expectations. 3. Chunk the generation of the invidivudal tests view so that it actually works without killing your machine when loading large numbers of tests. 4. Fix race condition in handleLocation where we'd try to generate the page twice. Review URL: http://codereview.chromium.org/267033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28479 0039d316-1c4b-4281-b951-d872f2087c98
* Fix rebaseline tool that I just broke by testing properly for ojan@chromium.org2009-10-083-5/+9
| | | | | | | | linting mode. TBR to fix tool TBR=victorw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28474 0039d316-1c4b-4281-b951-d872f2087c98
* Stop computing simplified diffs. For now, leave the oldojan@chromium.org2009-10-089-215/+15
| | | | | | | | | | | | code in should we find a need to bring it back. Also changes chromium_utils to path_utils in failure_finder.py since chromium_utils no longer exists. BUG=12062 Review URL: http://codereview.chromium.org/267026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28468 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline of media tests after WebKit r49259.johnnyg@chromium.org2009-10-081-6/+6
| | | | | | | | | BUG=none TEST=these layout tests Review URL: http://codereview.chromium.org/261015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28444 0039d316-1c4b-4281-b951-d872f2087c98
* Add lint check that REBASELINE is not in test_expectations.txt.ojan@chromium.org2009-10-081-0/+5
| | | | | | | | REBASELINE lines should never get checked in. The linter is run on precommit. Review URL: http://codereview.chromium.org/271025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28441 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome linux/win baselines for ↵jparent@chromium.org2009-10-081-4/+0
| | | | | | | | | | | | | | LayoutTests/fast/repaint/line-in-scrolled-clipped-block.html. This test was added upstream in http://trac.webkit.org/changeset/49131. You can see the upstream results here: http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.png?rev=49131 BUG=none TEST=none Review URL: http://codereview.chromium.org/267016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28440 0039d316-1c4b-4281-b951-d872f2087c98
* Somehow, I managed to screw up a perfectly good .png for ↵senorblanco@chromium.org2009-10-081-12/+4
| | | | | | | | | | | onlyCommentInIFrame.html in my last CL. Reverting to the previous .png, and leaving the .txt alone. Also triaged some intermittent failures on linux debug, and marked path-bad-data.svg as failing only on Mac, which it is. BUG=10284,10294,24331 TEST=none Review URL: http://codereview.chromium.org/264008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28438 0039d316-1c4b-4281-b951-d872f2087c98
* Mark extend-selection.html as flaky.jhawkins@chromium.org2009-10-081-0/+2
| | | | | | | | | TBR=zork BUG=24314 TEST=none Review URL: http://codereview.chromium.org/266025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28428 0039d316-1c4b-4281-b951-d872f2087c98
* Mark LayoutTests/fast/frames/iframe-text-contents.html as flakyzork@google.com2009-10-081-0/+1
| | | | | | | | BUG=24340 TEST=none Review URL: http://codereview.chromium.org/267027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28425 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 28422.johnnyg@chromium.org2009-10-081-7/+2
| | | | | | Review URL: http://codereview.chromium.org/270025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28423 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 49278:49309johnnyg@chromium.org2009-10-081-2/+7
| | | | | | | | | | BUG=none TEST=none TBR=darin Review URL: http://codereview.chromium.org/262024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28422 0039d316-1c4b-4281-b951-d872f2087c98
* Mark move-by-line-001.html as sometimes failing IMAGE+TEXT in the Win Dbg bot.jhawkins@chromium.org2009-10-081-1/+3
| | | | | | | | BUG=10435 TEST=none Review URL: http://codereview.chromium.org/268020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28416 0039d316-1c4b-4281-b951-d872f2087c98
* Mark back-send-referrer.html as flaky because it times out sometimes.jhawkins@chromium.org2009-10-081-0/+2
| | | | | | | | | TBR=zork BUG=24308 TEST=none Review URL: http://codereview.chromium.org/264011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28407 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations to point to the right bugs where existing linesdpranke@google.com2009-10-081-8/+8
| | | | | | | | | | | | had pointed to bugs that were closed as duplicates. BUG=none R=TBD TEST=none Review URL: http://codereview.chromium.org/265035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28382 0039d316-1c4b-4281-b951-d872f2087c98
* File three more bugs to replace older BUG_$user bugs.dpranke@google.com2009-10-081-8/+8
| | | | | | | | | | BUG=none R=TBR TEST=none Review URL: http://codereview.chromium.org/271021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28380 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate all the open layout tests still in buganizer to crbug, and updatedpranke@google.com2009-10-081-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bug numbers in test_expectations, so that all the bugs are in one place: Bugs remapped as follows: 1058654 - 24187 793944 - 24185 849085 - 24186 753420 - 24189 700464 - 24191 849072 - 24192 879449 - 24193 941049 - 24194 972450 - 24195 973468 - 24197 992321 - 24198 1042838 - 24199 1089231 - 24203 1115062 - 24204 1124568 - 24205 1126050 - 24206 1166644 - 24207 1204878 - 24208 1344252 - 24209 BUG=none R=dglazkov TEST=none Review URL: http://codereview.chromium.org/265030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28378 0039d316-1c4b-4281-b951-d872f2087c98
* This test actually fails on all platforms.johnnyg@chromium.org2009-10-081-1/+1
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/261019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28374 0039d316-1c4b-4281-b951-d872f2087c98
* Disable more busted tests.johnnyg@chromium.org2009-10-081-0/+4
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/265034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28373 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the isolatedWorld tests from aa's last checkin.johnnyg@chromium.org2009-10-081-0/+23
| | | | | | | | | | BUG=none TEST=none TBR=aa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28372 0039d316-1c4b-4281-b951-d872f2087c98
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-081-3/+6
| | | | | | | | isolated world. Chromium side of change. Review URL: http://codereview.chromium.org/262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28369 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations with SLOW expectations. Hopefully soonojan@chromium.org2009-10-081-20/+27
| | | | | | | | we'll have all the slow tests marked and can bring the timeout down to something like 5 seconds. Review URL: http://codereview.chromium.org/267015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28358 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ui tests WorkerHttpLayoutTests failure.mhm@chromium.org2009-10-081-0/+3
| | | | | | | | | | | | The http_server python script had everything defined in the batch script, but the ui tests use the python file directly. This makes sure the google python package gets imported successfully. TBR=thestig BUG=6784 TEST=run http_server.py directly, not via sh. Review URL: http://codereview.chromium.org/271016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28355 0039d316-1c4b-4281-b951-d872f2087c98
* Mark 4975120.html and script-load-and-error-events.svg as flaky on Maczork@google.com2009-10-071-2/+2
| | | | | | | | BUG=12341, 21411 TEST=none Review URL: http://codereview.chromium.org/264006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28353 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up code duplication in layout test http_server.mhm@chromium.org2009-10-071-32/+6
| | | | | | | | | | | | | Refactored out UrlIsAlive to live outside the ApacheHttpd class and imported http_utils.py into http_server.py Now they share common code. BUG=6784 TEST=started and stopped http_server successfully. Review URL: http://codereview.chromium.org/243022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28351 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests and add bug numbers from WebKit deps rolls.levin@chromium.org2009-10-071-14/+6
| | | | | | | | | | | | | LayoutTests/editing/pasteboard/5478250.html has expectatons change in r48764. LayoutTests\fast\dom\timer-clear-interval-in-handler-and-generate-error.html was newly added and Chromium has slightly different console output from WebKit. BUG=23956,24126,24174,24175 TEST=None Review URL: http://codereview.chromium.org/267014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28341 0039d316-1c4b-4281-b951-d872f2087c98