summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* fix syntaxtc@google.com2009-03-051-2/+2
| | | | | | | Review URL: http://codereview.chromium.org/39228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11057 0039d316-1c4b-4281-b951-d872f2087c98
* We have a forked/fixed version of this in ↵willchan@chromium.org2009-03-051-3/+3
| | | | | | | | | | pending/fast/repaint/bugzilla-6473.html, but it has problems that need to be resolved before it can be upstreamed. See https://bugs.webkit.org/show_bug.cgi?id=21536 Bug 982608: test had a wrong result for one condition Pending test needs work before sending upstream. Review URL: http://codereview.chromium.org/40186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11054 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing 4 layout tests.finnur@chromium.org2009-03-051-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | fast/text/international/complex-character-based-fallback.html fast/text/international/hindi-spacing.html fast/text/international/thai-line-breaks.html These tests were incorrectly rebaselined recently (ClearType was turned on when the baseline was generated) and this gets them back to where they were. svg/css/getComputedStyle-basic.svg: This test is dumping computed styles for a couple of simple svg objects. Our output differs from the mac output in two ways: 1) The font-family for the two objects is not specified and gets reported as 'times new roman' for us instead of 'Times'. This looks normal to me; if I create a div and specify no font-family I get 'times new roman' on Chrome & Safari on Windows, but in Safari on Mac I get 'Times'. 2) Our output doesn't contain the property -webkit-dashboard-region. NOTE: This is essentially the same test as fast/css/computed-style.html which has a baseline that differs in exactly the same way. See: http://codereview.chromium.org/12457 (font-family) http://codereview.chromium.org/4602 (webkit-dashboard) Review URL: http://codereview.chromium.org/39220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11052 0039d316-1c4b-4281-b951-d872f2087c98
* Add more information for a couple of tests failing on Linux.pam@chromium.org2009-03-051-3/+7
| | | | | | Review URL: http://codereview.chromium.org/40190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11051 0039d316-1c4b-4281-b951-d872f2087c98
* Update information about pending tests.pam@chromium.org2009-03-051-6/+9
| | | | | | Review URL: http://codereview.chromium.org/39215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11044 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ↵asargent@chromium.org2009-03-053-6/+15
| | | | | | | | | | | call functions in the rest of Chromium code without having to go through ChromiumBridge (which now lives upstream in the WebKit repository). R=darin,mbelshe Review URL: http://codereview.chromium.org/40132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11040 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a layout test for Win. The rendering of the image was different ↵jhawkins@chromium.org2009-03-051-1/+1
| | | | | | | | and actually looked better than the baseline. Review URL: http://codereview.chromium.org/40181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11037 0039d316-1c4b-4281-b951-d872f2087c98
* Update the mac text test output, the only differences are due to v8.thomasvl@chromium.org2009-03-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/40171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11033 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline results for js-update-image to account for rendering differences ↵ben@chromium.org2009-03-051-2/+0
| | | | | | | | between Windows and Mac. Review URL: http://codereview.chromium.org/40180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11031 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline an SVG layout test. The vertical lines are shaded slightly ↵sidchat@google.com2009-03-051-1/+1
| | | | | | | | different - the diagonal lines are anti-aliased in a slightly different shade, and the text is drawn differently. Review URL: http://codereview.chromium.org/39053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11028 0039d316-1c4b-4281-b951-d872f2087c98
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-052-8/+9
| | | | | | | | | | | not the enclosing frame." The diffrence between this one and the previous version of this patch is the addition of test_webview_delegate. BUG=1686837 Review URL: http://codereview.chromium.org/39163 Review URL: http://codereview.chromium.org/40175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11026 0039d316-1c4b-4281-b951-d872f2087c98
* Load the webkcore strings into a data pack and use them in TestShell. Fixes ↵pinkerton@chromium.org2009-03-053-10/+49
| | | | | | | | several layout tests that required these strings. We need to rebaseline them because the strings Chromium uses differ from the strings WebKit.org uses. Review URL: http://codereview.chromium.org/40170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11023 0039d316-1c4b-4281-b951-d872f2087c98
* Tool for finding duplicate test outputs.evan@chromium.org2009-03-051-0/+46
| | | | | | Review URL: http://codereview.chromium.org/40177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11018 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some ok tests on Linux.evan@chromium.org2009-03-051-12/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11017 0039d316-1c4b-4281-b951-d872f2087c98
* fix oopsdarin@chromium.org2009-03-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11014 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable.txt for the 41420:41447 merge.darin@chromium.org2009-03-051-0/+15
| | | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/39210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11012 0039d316-1c4b-4281-b951-d872f2087c98
* We were waiting for the scrollbar changes to finally land, but this is thethomasvl@chromium.org2009-03-051-4/+0
| | | | | | | | | | needed rebaseline in the mean time. the original baselines where taken with the wrong scrollbar, font, etc. settings. So both the image and the text expects were wrong. Review URL: http://codereview.chromium.org/39195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10998 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r10974 since it didn't change performance on the page cyclers.darin@chromium.org2009-03-051-9/+0
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/39197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10996 0039d316-1c4b-4281-b951-d872f2087c98
* Implement --startup-dialog.avi@chromium.org2009-03-051-2/+10
| | | | | | Review URL: http://codereview.chromium.org/39193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10994 0039d316-1c4b-4281-b951-d872f2087c98
* Add 2 tests to the test_fixable.nsylvain@chromium.org2009-03-051-0/+3
| | | | | | | | | | | | The first one is one you removed yesterday, you might want to take a look at it. The second one started being flaky about at the same time, but I don't see the reason. Review URL: http://codereview.chromium.org/39194 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10991 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore layout test search-event-delay.html.ager@chromium.org2009-03-051-0/+6
| | | | | | | | | It simply does not work. It is testing the exact time between a key event and a search event. A GC or any other variation at an unlucky time will make this fail. Review URL: http://codereview.chromium.org/40165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10990 0039d316-1c4b-4281-b951-d872f2087c98
* Mac test updatesthomasvl@chromium.org2009-03-051-37/+4
| | | | | | | | | - large set of keyboard tests now passing thanks to avi's cl the other day. - one test only fails in debug, mark as such. - one test timed out 16 of the last 20 runs, marking as timeout or pass. Review URL: http://codereview.chromium.org/39190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10989 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0550-285/+285
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10982 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a passing test from the test lists.ager@chromium.org2009-03-051-3/+0
| | | | | | | | This test failed for a period of time on Linux because of a bad V8 revision. Review URL: http://codereview.chromium.org/39181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10979 0039d316-1c4b-4281-b951-d872f2087c98
* Skipped LayoutTests/fast/regex/test1.html. This test doesn'tplesner@google.com2009-03-051-0/+5
| | | | | | | | | terminate because it contains exponential regexps. It is safe to disable because we run the same tests (sans the nonterminating ones) as part of the v8 tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10977 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable cookie codepaths that use WebKitClient to analyzedarin@chromium.org2009-03-051-0/+9
| | | | | | | | | | performance impact. TBR=dglazkov Review URL: http://codereview.chromium.org/39177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10974 0039d316-1c4b-4281-b951-d872f2087c98
* Re-baseline tests that we actaully pass. Clarify tests that need fixing orpam@chromium.org2009-03-051-25/+23
| | | | | | | | | | further review. BUG=none TEST=covered by layout tests Review URL: http://codereview.chromium.org/40146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10968 0039d316-1c4b-4281-b951-d872f2087c98
* Allow HTML select elements to work in the Windows test_shell.paulg@google.com2009-03-051-8/+5
| | | | | | | | | | | | | Setting the focus after the WebWidget handles the input event instantly closes the popup menu created by the select control. This change allows the popup menus to appear after one click (as expected) and does not trigger the issue where the main page never regains keyboard focus. Review URL: http://codereview.chromium.org/40147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10964 0039d316-1c4b-4281-b951-d872f2087c98
* add a comment to the test file as to why these tests are failingtc@google.com2009-03-051-0/+1
| | | | | | Review URL: http://codereview.chromium.org/40152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10963 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some layout tests as no longer flaky on windows, since they've beenmpcomplete@google.com2009-03-051-7/+3
| | | | | | | | | | | | | | passing consistently for the past 2 weeks. Tests are: LayoutTests/http/tests/navigation/redirect302-subframeload.html LayoutTests/http/tests/navigation/success200-frames-loadsame.html LayoutTests/http/tests/navigation/timerredirect-subframeload.html LayoutTests/http/tests/navigation/success200-subframeload.html LayoutTests/http/tests/navigation/redirect302-frames.html LayoutTests/http/tests/navigation/timerredirect-frames.html LayoutTests/http/tests/navigation/metaredirect-subframeload.html Review URL: http://codereview.chromium.org/39171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10961 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the testsky@google.com2009-03-051-1/+2
| | | | | | | | | | | | LayoutTests/fast/replaced/width100percent-textarea.html . The old output was wrong because it had our old fonts. BUG=none TEST=none Review URL: http://codereview.chromium.org/40140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10946 0039d316-1c4b-4281-b951-d872f2087c98
* Turns our moving the scroll methods onto RenderTextControlSingleLineojan@google.com2009-03-051-2/+0
| | | | | | | fixed a couple layout tests. Review URL: http://codereview.chromium.org/39153 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10945 0039d316-1c4b-4281-b951-d872f2087c98
* Two layout tests are failing consistently on Windows infinnur@chromium.org2009-03-051-0/+2
| | | | | | | | | | debug mode only. Adding them back to tests_fixable in their original spot. Review URL: http://codereview.chromium.org/37009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10943 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-046-45/+46
| | | | | | Review URL: http://codereview.chromium.org/39075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10918 0039d316-1c4b-4281-b951-d872f2087c98
* Rebase button tests whose output is now correct.ojan@google.com2009-03-041-2/+0
| | | | | | Review URL: http://codereview.chromium.org/40121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10910 0039d316-1c4b-4281-b951-d872f2087c98
* Two fast/form Layout tests.finnur@chromium.org2009-03-041-2/+5
| | | | | | | | | | | | | | | | | | | | | | Looking through the history for these two tests (both locally and upstream) it seems these two tests stayed the same upstream but started failing locally and got rebaselined. Now, they've failed again in such a way that they've gone back to the way they were before the rebaseline. I asked Ojan and he thinks we weren't sure why they changed locally, which makes me want to rebaseline again to get to back to where we were. Especially since the buttons in button-default-title look more natural this way (the label doesn't looks one pixel too high). Review URL: http://codereview.chromium.org/39083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10908 0039d316-1c4b-4281-b951-d872f2087c98
* Update test lists with platform-specific results from the last merge, observedpam@chromium.org2009-03-041-58/+9
| | | | | | | | | | over the last few builds. TEST=covered by buildbots BUG=none Review URL: http://codereview.chromium.org/39138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10900 0039d316-1c4b-4281-b951-d872f2087c98
* Fix webkit by removing duplicated lines.nsylvain@chromium.org2009-03-042-2/+1
| | | | | | Review URL: http://codereview.chromium.org/39110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10861 0039d316-1c4b-4281-b951-d872f2087c98
* Update fixable tests with latest merge results from the buildbot.pam@chromium.org2009-03-041-0/+19
| | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/37007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10856 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of WebKit merge 41362:41402.pam@chromium.org2009-03-041-0/+45
| | | | | | Review URL: http://codereview.chromium.org/39096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10854 0039d316-1c4b-4281-b951-d872f2087c98
* Defers the test LayoutTests/fast/invalid/residual-style.html. We'resky@google.com2009-03-031-2/+2
| | | | | | | | | | | failing this because of sizes and because our text is different due to not supporting keygen. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10826 0039d316-1c4b-4281-b951-d872f2087c98
* 6 more layout tests.finnur@chromium.org2009-03-031-10/+6
| | | | | | | | | | | | | | | Reflection masks are now working, thanks at least in part to some work from Brett (issue 3229). This means 3 more layout tests are now passing. Also, expectations for reflection-direction test changed upstream (see diff files on review folder). Also two new tests were added and they needed a baseline: fast/inline/inline-continuation-borders.html fast/inline/vertical-align-text-bottom.html And finally, I checked and could not find a single crash on the Windows bot for one test marked as CRASH PASS on WIN MAC, so I removed WIN and PASS, since it is consistently crashing on Mac, it seems. Review URL: http://codereview.chromium.org/39059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10825 0039d316-1c4b-4281-b951-d872f2087c98
* More layout test cleanup (15 removed).finnur@chromium.org2009-03-031-16/+5
| | | | | | | | | | | | Rebaselined masking-intro-01-f.svg since it now looks like the mac baseline (our old baseline was wrong). Also cleaned up the tests_fixable to take out tests that are no longer failing on the buildbots. Review URL: http://codereview.chromium.org/39027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10817 0039d316-1c4b-4281-b951-d872f2087c98
* Updates comments as to why a couple of tests are deferred.sky@google.com2009-03-031-3/+2
| | | | | | | | | TBR=ojan BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10810 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 10794.avi@chromium.org2009-03-035-41/+42
| | | | | | Review URL: http://codereview.chromium.org/40027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10808 0039d316-1c4b-4281-b951-d872f2087c98
* Make test_shell_tests depend on test_shell since the mac version pulls ↵thomasvl@chromium.org2009-03-031-0/+5
| | | | | | | | | resources from bundle it expects to have sitting beside it. Review URL: http://codereview.chromium.org/39019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10802 0039d316-1c4b-4281-b951-d872f2087c98
* Add a macutil for the main app bundle and overridethomasvl@chromium.org2009-03-032-20/+14
| | | | | | | | | | | | - provide apis to get and override the app bundle - w/in the core code, use this api for fetching the bundle - render sandbox config - resource bundles - test shell font - w/in the unittest boot straps, use the mac util to override the bundle so resources can be found. Review URL: http://codereview.chromium.org/28214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10798 0039d316-1c4b-4281-b951-d872f2087c98
* Update some mac tests that are passing on the bots.thomasvl@chromium.org2009-03-031-8/+8
| | | | | | Review URL: http://codereview.chromium.org/40015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10796 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-035-42/+41
| | | | | | Review URL: http://codereview.chromium.org/27332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10794 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of WebKit merge 41286:41362.pam@chromium.org2009-03-031-1/+16
| | | | | | Review URL: http://codereview.chromium.org/27376 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10786 0039d316-1c4b-4281-b951-d872f2087c98