summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests
Commit message (Collapse)AuthorAgeFilesLines
* Rebaseline two more URL decomposition tests.dglazkov@chromium.org2009-11-161-2/+0
| | | | | | | | | | | | Baseline differences are due to KURL/GURL implementation disagrements. R=brettw BUG=27548 TEST=none Review URL: http://codereview.chromium.org/391083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32122 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing tests from expectations.dglazkov@chromium.org2009-11-161-7/+0
| | | | | | | | | | | BUG=27683 BUG=27164 TBR=ananta TEST=none Review URL: http://codereview.chromium.org/391082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32116 0039d316-1c4b-4281-b951-d872f2087c98
* Working around test_expectations bug to fix line-clamp.html failure on ↵yaar@chromium.org2009-11-161-1/+2
| | | | | | | | linux, win. TBR: erikkay, idana git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32102 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline for the upstream webkit change: ↵victorw@chromium.org2009-11-161-6/+0
| | | | | | | | | | | | http://trac.webkit.org/changeset/50851 R=japhet BUG=27555 TEST=none Review URL: http://codereview.chromium.org/399008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32094 0039d316-1c4b-4281-b951-d872f2087c98
* Default the dashboard to only showing flaky tests.ojan@chromium.org2009-11-161-2/+2
| | | | | | | It makes it more sane to view and serves it's primary purpose (addressing flakiness!). Review URL: http://codereview.chromium.org/396004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32092 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed LayoutTests/fast/overflow/line-clamp.html expectation from IMAGE+TEXT ↵yaar@chromium.org2009-11-161-1/+1
| | | | | | | | to IMAGE (or) TEXT, since mac only fails on image while linux and win fail also on text. TBR: idana@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32091 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling webkit 50972:51042.yaar@chromium.org2009-11-161-0/+8
| | | | | | Review URL: http://codereview.chromium.org/399005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32083 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline another HTML decomposition test.dglazkov@chromium.org2009-11-161-1/+0
| | | | | | | | | | | | The differences reflect KURL and GURL implementation differences. R=brettw TEST=none BUG=27548 Review URL: http://codereview.chromium.org/391077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32071 0039d316-1c4b-4281-b951-d872f2087c98
* [LTTF] Rebaseline LayoutTests/fast/multicol/single-line.html.yutak@chromium.org2009-11-161-1/+0
| | | | | | | | | | This is a new test added in WebKit r50869. BUG=27555 TEST=none Review URL: http://codereview.chromium.org/397007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32042 0039d316-1c4b-4281-b951-d872f2087c98
* [LTTF] Rebaseline LayoutTests/fast/inline/dirtyLinesForInline.html.yutak@chromium.org2009-11-161-7/+0
| | | | | | | | | | This test was converted to a dumpAsText test in WebKit changeset 50813. Now it should pass in Chromium. BUG=10280 TEST=none Review URL: http://codereview.chromium.org/385062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32041 0039d316-1c4b-4281-b951-d872f2087c98
* Fix websocket tests to run.ukai@chromium.org2009-11-163-7/+13
| | | | | | | | | | | | | Need to set register_cygwin. Disbale wss server for now. We need to install pyOpenSSL on buildbots and we don't have any tests that requires wss now. BUG=27556 TEST=layout_* bots succeed Review URL: http://codereview.chromium.org/385131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32040 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak dashboard code to work out of the box with either local builds ordpranke@google.com2009-11-161-6/+15
| | | | | | | | | | | | | the bots. If you add '#buildDir=Debug' or '#buildDir=Release' to the URL it will load files from 'src/webkit/$buildDir/layout-test-results'. BUG=none R=ojan@chromium.org TEST=none Review URL: http://codereview.chromium.org/391041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32035 0039d316-1c4b-4281-b951-d872f2087c98
* Disable all HTML5 DB layout tests for now. They're really flacky.dumi@chromium.org2009-11-141-4/+28
| | | | | | | | | | | | TEST=none BUG=none TBR=michaeln Review URL: http://codereview.chromium.org/396005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32000 0039d316-1c4b-4281-b951-d872f2087c98
* Enables most DB layout tests in test_shell.dumi@chromium.org2009-11-141-33/+4
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/384118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31997 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50947:50972brettw@chromium.org2009-11-141-0/+6
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/384135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31992 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations automatically based on the dashboard.ojan@chromium.org2009-11-141-300/+269
| | | | | | | | | | | | | | | | I spot checked a random sample of these to make sure it was actually doing the right thing. Will send out the script for this shortly. There's a few categories the script doesn't touch yet: 1. Tests that need both SLOW/TIMEOUT need manual attention 2. Tests that have passed for the past 750 runs are not updated 3. Tests that are not listed in test_expectations already don't get added 2 and 3 will come in following changes. For now, I want to make the test_expectations changes as contained as possible. Review URL: http://codereview.chromium.org/384037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31974 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests that pass on all platforms to the updates JSON for autoupdatingojan@chromium.org2009-11-141-17/+42
| | | | | | | | | | | | | test_expectations. For those tests, we just say that the expectations they're currently listed with are "extra". Also reduce the MIN_RUNS_FOR_FLAKE to 2. If a test has the same results twice in a row, assume it's not flakiness. In the cases where a test is so flaky that sometimes it has the same results twice in a row, it'll show up as flakiness due to other runs. Review URL: http://codereview.chromium.org/393018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31972 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50932:50947.brettw@chromium.org2009-11-131-1/+0
| | | | | | | | | | | This also includes http://codereview.chromium.org/394008 which restores interactive tests for devtools. TEST=none BUG=none Review URL: http://codereview.chromium.org/386029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31966 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining fast/invalid/residual-style.html as we now support keygen tag.wtc@chromium.org2009-11-131-4/+0
| | | | | | | | | | | | Patch contributed by Kinuko Yasuda <kinuko@google.com>. Original review URL: http://codereview.chromium.org/385033 R=victorw,wtc BUG=20566 TEST=none Review URL: http://codereview.chromium.org/394012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31962 0039d316-1c4b-4281-b951-d872f2087c98
* Create port-specific baselines for url decomposition tests.dglazkov@chromium.org2009-11-131-2/+0
| | | | | | | | | | | | These are necessary due to differences in GURL and KURL implementations (our's right). R=brettw TEST=none BUG=27548 Review URL: http://codereview.chromium.org/387052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31961 0039d316-1c4b-4281-b951-d872f2087c98
* Mark the reopened test from r31851 as a different bug.dpranke@google.com2009-11-131-1/+1
| | | | | | | | | | R=scherkus@chromium.org BUG=27569 TEST=LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html Review URL: http://codereview.chromium.org/393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31940 0039d316-1c4b-4281-b951-d872f2087c98
* Delete no longer failing expectation - fixed upstream indpranke@google.com2009-11-131-7/+0
| | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=31373 R=dglazkov@chromium.org BUG=10274 TEST=LayoutTests/fast/dom/Window/window-screen-properties.html git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31938 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectation for a test that was moved upstream in webkit r50900.dpranke@google.com2009-11-131-1/+0
| | | | | | | | | | R=levin@chromium.org BUG=none TEST=LayoutTests/platform/mac-snowleopard/accessibility/aria-list-and-listitem.html Review URL: http://codereview.chromium.org/393015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31937 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the test_shell output the page title too in didReceiveTitle.brettw@chromium.org2009-11-131-3/+0
| | | | | | | | | BUG=22014 TEST=LayoutTests/http/tests/loading/redirectwith-no-location-crash.html Checked in for Kinuko Yasuda Original review: http://codereview.chromium.org/384082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31909 0039d316-1c4b-4281-b951-d872f2087c98
* Follow up from WebKit roll.levin@chromium.org2009-11-131-4/+4
| | | | | | | | | | | | Some text expectation fixes. TBR=brettw@chromium.org BUG=27555 TEST=None Review URL: http://codereview.chromium.org/384119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31899 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS 50840:50929.levin@chromium.org2009-11-131-8/+33
| | | | | | | | | | TBR=brettw@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/391049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31898 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 31871 - WebKit merge 50840:50904levin@chromium.org2009-11-131-26/+7
| | | | | | | | | | After the WK roll, 750 unexpected crashes are happening, so it is being reverted. TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/384111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31883 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 31879 - Try to make the Linux webkit builder happy. levin@chromium.org2009-11-131-5/+5
| | | | | | | | | | | | After the WK roll, 750 unexpected crashes are happening, so it is being reverted. Review URL: http://codereview.chromium.org/391043 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/387046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31882 0039d316-1c4b-4281-b951-d872f2087c98
* Try to make the Linux webkit builder happy. I used IMAGE+TEXT since this wasbrettw@chromium.org2009-11-131-5/+5
| | | | | | | | | | | | the failure on Mac, but apparently Linux's TEXT-only failure doesn't get covered by this rule. Trying "IMAGE TEXT" instead of "IMAGE+TEXT" to see if it fixes the problem. TEST=this is a friggin test BUG=none Review URL: http://codereview.chromium.org/391043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31879 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 50840:50904brettw@chromium.org2009-11-131-7/+26
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/385079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31871 0039d316-1c4b-4281-b951-d872f2087c98
* Make a .bat file to start the layout test http_server on windows.michaeln@google.com2009-11-121-0/+1
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/392009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31860 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup new expectations from my time gardening. Rebaseline 2 tests.japhet@chromium.org2009-11-121-27/+25
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/387040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31855 0039d316-1c4b-4281-b951-d872f2087c98
* Mark redirect-cross-origin-tripmine.html as timing out.scherkus@chromium.org2009-11-121-0/+3
| | | | | | | | | | | | | Partial revert of http://codereview.chromium.org/387034 BUG=none TEST=none TBR=dpranke Review URL: http://codereview.chromium.org/391038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31851 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up test_expectations.txt to track bugs that were marked as WONTFIXdpranke@google.com2009-11-121-12/+5
| | | | | | | | | | | | | | in issue tracker. A couple of tests don't seem to fail any more so I deleted them (in this change). The rest are bugs that need to be reopened. R=dglazkov@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/387034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31830 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining fast/css/font-face-default for Linux as upstream bug hastkent@chromium.org2009-11-121-6/+0
| | | | | | | | | | | been fixed and it looks arial to me now. BUG=10277 TEST=none Patch by kinuko@g Original review: http://codereview.chromium.org/384043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31766 0039d316-1c4b-4281-b951-d872f2087c98
* Be a bit less strict in which test we mark slow.ojan@chromium.org2009-11-121-2/+18
| | | | | | Review URL: http://codereview.chromium.org/384067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31751 0039d316-1c4b-4281-b951-d872f2087c98
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
| | | | | | | | | | | | This mega patch contains a few simple but tightly dependent changes: 1. Deletion of webkit/api/WebKit.gyp. The file now lives in webkit.org. 2. Rename of webkit/webkit.gyp to webkit/webkit_glue.gyp. Having two webkit.gyp was a source of developer confusion. 3. Gyp dependencies are updated across chromium to point at the upstream WebKit.gyp and the renamed webkit_glue.gyp. 4. Some 200+ files include paths fixed to point to third_party/WebKit/WebKit/chromium instead of webkit/api. The later will be deleted in a subsequent patch. Review URL: http://codereview.chromium.org/387020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31749 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 50820:50840.japhet@chromium.org2009-11-121-2/+0
| | | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/385050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31737 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mac expectations for LayoutTests/fast/inline/dirtyLinesForInline.htmljaphet@chromium.org2009-11-111-1/+1
| | | | | | | | | BUG=none TEST=none TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31725 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 50756:50820.japhet@chromium.org2009-11-111-1/+25
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/391019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31715 0039d316-1c4b-4281-b951-d872f2087c98
* A few more heuristic tweaks to missing/extra expectations in the dashboard.ojan@chromium.org2009-11-111-14/+39
| | | | | | | | | | | | | | 1. Ignore results that start with no data. 2. Ignore times for runs that crash/timeout. We shouldn't mark a test slow because it's slow when it crashes or times out. 3. Make the default platform be WIN, not WIN-XP. This matches test_expectations.txt. 4. Remove the outdated code that tried to pretend IMAGE == IMAGE+TEXT. It's been long enough that we've had IMAGE+TEXT that we don't need to care about that. We still support that FAIL == IMAGE || TEXT || IMAGE+TEXT. Review URL: http://codereview.chromium.org/384052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31711 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicate test expectation.mpcomplete@chromium.org2009-11-111-1/+0
| | | | | | | | TBR=dpranke Review URL: http://codereview.chromium.org/387029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31698 0039d316-1c4b-4281-b951-d872f2087c98
* Add expections for a bunch of flaky layout tests.mpcomplete@chromium.org2009-11-111-6/+31
| | | | | | | | BUG=27418 Review URL: http://codereview.chromium.org/384051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31696 0039d316-1c4b-4281-b951-d872f2087c98
* Add one failing test back indpranke@google.com2009-11-111-0/+2
| | | | | | | | | R=mpcomplete@chromium.org BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31635 0039d316-1c4b-4281-b951-d872f2087c98
* Add a couple more flaky linux testsdpranke@google.com2009-11-111-0/+3
| | | | | | | | | | BUG=27341 R=mpcomplete@chromium.org TEST=none Review URL: http://codereview.chromium.org/390009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31631 0039d316-1c4b-4281-b951-d872f2087c98
* Update various routines to look for IMAGE, IMAGE+TEXT, and TEXT as well as FAIL.dpranke@google.com2009-11-112-23/+34
| | | | | | | | | | | | Also remove a bunch of tests from test_expectations that are no longer failing. BUG=none R=ojan@chromium.org TEST=none Review URL: http://codereview.chromium.org/387015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31626 0039d316-1c4b-4281-b951-d872f2087c98
* Add some tests that have been flaky today.dpranke@google.com2009-11-111-7/+19
| | | | | | | | | | BUG=27335,27334 R=mpcomplete@chromium.org TEST=none Review URL: http://codereview.chromium.org/387019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31621 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak the heuristic for determining correct expectations for a test.ojan@chromium.org2009-11-101-3/+11
| | | | | | | | | Only consider results if they've happened more than once. So, a test that fails flakily once every 750 runs will slip through the cracks, but that seems fine to me. Review URL: http://codereview.chromium.org/387009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31583 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit deps 50717:50738japhet@chromium.org2009-11-101-0/+3
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/389003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31580 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing Linux Debug tests from test_expectations.txtsenorblanco@chromium.org2009-11-101-74/+0
| | | | | | | | | | Patch committed for kinuko@, review URL http://codereview.chromium.org/384006. BUG=27049 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31553 0039d316-1c4b-4281-b951-d872f2087c98