summaryrefslogtreecommitdiffstats
path: root/webkit/tools/layout_tests
Commit message (Collapse)AuthorAgeFilesLines
* Rollback r33709, r33640 until we can figure out why the output is gettingdpranke@google.com2009-12-038-594/+1006
| | | | | | | | | | | | interleaved in the buildbots on linux ... BUG=none R=ojan TEST=none Review URL: http://codereview.chromium.org/464022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33715 0039d316-1c4b-4281-b951-d872f2087c98
* Shard the fast and http directories on the V8-latest webkit bots.ojan@chromium.org2009-12-032-3/+12
| | | | | | | | | With the layout tests dashboard we can identify new flakiness that results. If the flakiness is small and manageable, then we can turn this on for all the bots. Review URL: http://codereview.chromium.org/467005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33711 0039d316-1c4b-4281-b951-d872f2087c98
* Modify run_webkit_tests to process results incrementally as they happen, insteaddpranke@google.com2009-12-032-32/+24
| | | | | | | | | | | | | | of in a batch at the end. This by itself is a pretty useless change, but will allow us to actually display results more coherently as they occur (which will show up in my next patch). R=ojan@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/464011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33709 0039d316-1c4b-4281-b951-d872f2087c98
* Remove change-values-from-transition as a flaky test from test_expectations, ↵jparent@chromium.org2009-12-031-2/+0
| | | | | | | | | | | | | | as it is no longer flaky. Upstream fix: http://trac.webkit.org/changeset/51613/ Visual dipictrion of un-flakiness: http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=LayoutTests%2Ftransitions%2Fchange-values-during-transition.html BUG=10403,9798 TEST=none Review URL: http://codereview.chromium.org/460045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33708 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline three linux expectations with bad checksums - there's probably adpranke@google.com2009-12-031-5/+0
| | | | | | | | | | | | | | bug here somewhere about checksums diffing, but ignore it for now. R=vandebo@chromium.org BUG=29259 TEST=LayoutTests/fast/layers/self-painting-outline.html TEST=LayoutTests/fast/repaint/inline-relative-positioned.html TEST=LayoutTests/svg//W3C-SVG-1.1/filters-image-01-b.svg Review URL: http://codereview.chromium.org/464012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33658 0039d316-1c4b-4281-b951-d872f2087c98
* remove-cache.html, fail-on-update.html, etc continue to timeout even after ↵vandebo@google.com2009-12-031-6/+5
| | | | | | | | | | | | | | | being marked as slow. Revert 33624 - Enable all but a few appcache layout tests. TEST=none BUG=2844 Review URL: http://codereview.chromium.org/465011 TBR=jennb@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33657 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to 51615, disable flaky/broken test added in 51615.atwilson@chromium.org2009-12-031-0/+2
| | | | | | | | | BUG=29251 TBR=ajwong TEST=none Review URL: http://codereview.chromium.org/460032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33654 0039d316-1c4b-4281-b951-d872f2087c98
* Mark three linux tests as failing images for the moment; it looks like theydpranke@google.com2009-12-031-0/+6
| | | | | | | | | | | | | | need rebaselined hashes. BUG=29259 TEST=LayoutTests/fast/layers/self-painting-outline.html TEST=LayoutTests/fast/repaint/inline-relative-positioned.html TEST=LayoutTests/svg/W3C-SVG-1.1/filters-image-01-b.svg R=vandebo@chromium.org Review URL: http://codereview.chromium.org/465019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33647 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a few more appcache layout tests as slow.jennb@chromium.org2009-12-031-0/+3
| | | | | | | | | TEST=none BUG=24182 Review URL: http://codereview.chromium.org/460034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33643 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a few appcache layout tests as slow.jennb@chromium.org2009-12-031-0/+4
| | | | | | | | | | TEST=none BUG=24182 Review URL: http://codereview.chromium.org/464010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33641 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up the statistics reported by run_webkit_tests to be easier to follow.dpranke@google.com2009-12-037-991/+587
| | | | | | | | | | | | | | | | | | | The most important changes are that we bin the failures into mutually exclusive buckets, so that they aren't double-reported like before. As a result of this, compare_failures became much simpler and I ended up folding it into run_webkit_tests and test_expectations In addition, a lot of the data structures for holding different sets of failures have been revised to be more consistent and extensible. This allows me to have the output match the LTTF dashboard as well. R=ojan@chromium.org,tc@chromium.org,pam@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/414066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33640 0039d316-1c4b-4281-b951-d872f2087c98
* Change the kill commands on the mac to be silent when there's nothing to kill.dpranke@google.com2009-12-031-2/+6
| | | | | | | | | | R=jrg@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/465017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33639 0039d316-1c4b-4281-b951-d872f2087c98
* Add V8-specific baselines for inspector-support tests.dglazkov@chromium.org2009-12-031-3/+0
| | | | | | | | | | TBR=pfeldman TEST=none BUG=27996 Review URL: http://codereview.chromium.org/462015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33638 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to 51613.atwilson@chromium.org2009-12-031-0/+3
| | | | | | | Rebaselined/disabled tests as necessary. Review URL: http://codereview.chromium.org/465016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33635 0039d316-1c4b-4281-b951-d872f2087c98
* Remove sleep() call that is no longer needed.dpranke@google.com2009-12-031-2/+0
| | | | | | | | | | BUG=none TEST=none R=ukai@chromium.org Review URL: http://codereview.chromium.org/449021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33628 0039d316-1c4b-4281-b951-d872f2087c98
* Enable all but a few appcache layout tests.jennb@chromium.org2009-12-031-5/+6
| | | | | | | | | TEST=none BUG=2844 Review URL: http://codereview.chromium.org/465011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33624 0039d316-1c4b-4281-b951-d872f2087c98
* Add GURL-specific baseline for a layout test.dglazkov@chromium.org2009-12-021-6/+3
| | | | | | | | | | R=brettw TEST=none BUG=27548 Review URL: http://codereview.chromium.org/462012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33620 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.ukai@chromium.org2009-12-021-11/+4
| | | | | | | | | | | | | Remove unflaky tests on Mac. http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=list-marker.html,single-character-pi-stylesheet.xhtml,cache-override.html,bug28341.html,access-control-basic-allow-preflight-cache-invalidation-by-method.html,xmlhttprequest-no-content-length-onProgress.html,xmlhttprequest-setrequestheader-no-value.html BUG=18978,10323,10361,23473,28417,29167 TEST=none Review URL: http://codereview.chromium.org/462005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33566 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations.ukai@chromium.org2009-12-021-1/+0
| | | | | | | | | | | | Not flaky LayoutTests/websocket/tests/frame-length-skip.html http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#tests=websocket BUG=28044 TEST=none Review URL: http://codereview.chromium.org/460011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33557 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51581:51584ukai@chromium.org2009-12-021-3/+6
| | | | | | | | | BUG=28266 TEST=trybots Review URL: http://codereview.chromium.org/462003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33552 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51576:51581ukai@chromium.org2009-12-021-0/+3
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/458006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33549 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests.hamaji@chromium.org2009-12-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | LayoutTests/fast/repaint/list-marker.html LayoutTests/css2.1/t1205-c561-list-displ-00-b.html LayoutTests/css2.1/t1205-c565-list-pos-00-b.html LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html They are marked as expected failures in http://codereview.chromium.org/454017 The list-marker one is a bit trickier than others. The position of texts after the list makers were wrong in expected image. However, it seems italic-styled character 'p' is lacking with the current test_shell and this is why it was marked as an expected failure. As its dump render tree result is correct, I've just rebaselined the text and added some comments on test_expectations.txt. Note that the following upstream change will fix the rest tests. https://bugs.webkit.org/show_bug.cgi?id=32014 BUG=28183 TEST=trybots Review URL: http://codereview.chromium.org/450033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33548 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations for MACukai@chromium.org2009-12-021-2/+4
| | | | | | | | | BUG=29157 TEST=none Review URL: http://codereview.chromium.org/460010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33547 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 51534:51576ukai@chromium.org2009-12-021-0/+8
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/461002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33542 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline editing layout test.victorw@chromium.org2009-12-021-9/+6
| | | | | | | | | | | | Regroup tests failed due to the same reason. R=japhet TEST=none BUG=3273,29059 Review URL: http://codereview.chromium.org/459002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33525 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the SLOW expectation, since the test passes without it.dglazkov@chromium.org2009-12-021-2/+0
| | | | | | | | | | TBR=ojan TEST=none BUG=24182 Review URL: http://codereview.chromium.org/453024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33517 0039d316-1c4b-4281-b951-d872f2087c98
* Correct expectations for a passing test.dglazkov@chromium.org2009-12-021-4/+2
| | | | | | | | | | TBR=ojan TEST=none BUG=24182 Review URL: http://codereview.chromium.org/457030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33514 0039d316-1c4b-4281-b951-d872f2087c98
* Defer all remaining accessibility tests.dglazkov@chromium.org2009-12-011-92/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need a better way to test accessibility. R=dpranke TEST=none BUG=27044 BUG=27923 BUG=26195 BUG=27044 BUG=27555 BUG=13907 BUG=29001 BUG=10322 BUG=29002 BUG=29003 BUG=29005 BUG=29006 BUG=29007 BUG=29008 BUG=29010 BUG=29011 BUG=29014 BUG=29015 Review URL: http://codereview.chromium.org/452035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33496 0039d316-1c4b-4281-b951-d872f2087c98
* Mark accessibility/table-cells test as WONTFIX.dglazkov@chromium.org2009-12-011-1/+1
| | | | | | | | | | | | This was just an omission from http://src.chromium.org/viewvc/chrome?view=rev&revision=33329. TBR=dpranke TEST=none BUG=28998 Review URL: http://codereview.chromium.org/455023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33460 0039d316-1c4b-4281-b951-d872f2087c98
* New baselines for Skia 447 roll. Minor pixel differences caused by new line ↵senorblanco@chromium.org2009-12-011-9/+1
| | | | | | | | | | | clipping algo. BUG=none TEST=layout test bots stay green Review URL: http://codereview.chromium.org/456023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33448 0039d316-1c4b-4281-b951-d872f2087c98
* Mark XHTML Mobile Profile and WCSS tests as WONTFIX.dglazkov@chromium.org2009-12-011-15/+10
| | | | | | | | | | | | | Like WML, we are not planning to support these. R=japhet TEST=none BUG=12254 BUG=12310 Review URL: http://codereview.chromium.org/449057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33445 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectationsukai@chromium.org2009-12-011-1/+7
| | | | | | | | | | | | | | | | | | Add 5 new failures LayoutTests/css2.1/t1205-c561-list-displ-00-b.html = IMAGE+TEXT LayoutTests/css2.1/t1205-c565-list-pos-00-b.html = IMAGE+TEXT LayoutTests/css2.1/t1205-c566-list-stl-00-e-ag.html = IMAGE+TEXT LayoutTests/fast/block/positioning/complex-percentage-height.html = IMAGE+TEXT LayoutTests/fast/lists/item-not-in-list-line-wrapping.html = IMAGE+TEXT Add TEXT diffs for LayoutTests/fast/repaint/list-marker.html BUG=28183 TEST=none Review URL: http://codereview.chromium.org/454017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33438 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png.yutak@chromium.org2009-12-011-4/+0
| | | | | | | | | | | | This test was failing because of a bug in SVG masks. This was fixed in WebKit changeset 51496. Now this test passes in all platforms. BUG=25175 TEST=none Review URL: http://codereview.chromium.org/454015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33436 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectationsukai@chromium.org2009-12-011-0/+7
| | | | | | | | | | | | | | LayoutTests/editing/selection/5825350-1.html = TEXT LayoutTests/editing/selection/5825350-2.html = TEXT LayoutTests/editing/selection/mixed-editability-10.html = TEXT LayoutTests/editing/deleting/5390681-2.html = IMAGE+TEXT BUG=29059 TEST=none Review URL: http://codereview.chromium.org/450032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33430 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txtukai@chromium.org2009-12-011-3/+2
| | | | | | | | | | | | New LayoutTests/svg/custom/mask-with-all-units.svg added by webkit r51496 fails on win and linux. LayoutTests/storage/domstorage/complex-keys.html becomes green. BUG=none TEST=none Review URL: http://codereview.chromium.org/457020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33429 0039d316-1c4b-4281-b951-d872f2087c98
* Add new failures from webkit merge 51480:51511ukai@chromium.org2009-12-011-2/+4
| | | | | | | | | | | Rm LayoutTests/media/progress-event-at-least-one.html. removed at webkit r51511. BUG=13907 TEST=none Review URL: http://codereview.chromium.org/449046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33424 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests to the flakiness dashboard. This are really poor man's tests,ojan@chromium.org2009-12-013-8/+159
| | | | | | | | but they get the job done for testing some of the trickier bits to the dashboard that keep regressing. Review URL: http://codereview.chromium.org/437082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33418 0039d316-1c4b-4281-b951-d872f2087c98
* Add configurations to provide behavior from htaccess files for appcache ↵jennb@chromium.org2009-12-011-1/+14
| | | | | | | | | | | layout tests. TEST=none BUG=none Review URL: http://codereview.chromium.org/457017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33411 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Skia 435:447. Some tests need rebaselines due to change in ↵senorblanco@chromium.org2009-12-011-1/+9
| | | | | | | | | | | line clipping algorithm. BUG=none TEST=none Review URL: http://codereview.chromium.org/450017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33386 0039d316-1c4b-4281-b951-d872f2087c98
* Add comments and update bug numbers for some layout testsvictorw@chromium.org2009-12-011-3/+8
| | | | | | | | | | TBR=japhet TEST=none BUG=27555, 28605 Review URL: http://codereview.chromium.org/456015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33385 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing accessibility test from expectations.dglazkov@chromium.org2009-12-011-3/+0
| | | | | | | | | | | | The test was fixed by http://src.chromium.org/viewvc/chrome?view=rev&revision=33368. TBR=victorw TEST=none BUG=29000 Review URL: http://codereview.chromium.org/456014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33381 0039d316-1c4b-4281-b951-d872f2087c98
* Mark all accessibility tests that rely on platform-specific dump of ↵dglazkov@chromium.org2009-11-301-10/+10
| | | | | | | | | | | | | | properties in results as WONTFIX. These tests are marginally useful in test_shell context anyway, and it's not worth maintaining new baselines. BUG=29009 TEST=none R=dpranke Review URL: http://codereview.chromium.org/455010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33378 0039d316-1c4b-4281-b951-d872f2087c98
* Explode accessibility layout tests expectations, creating a bug per failure ↵dglazkov@chromium.org2009-11-301-36/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | cause. R=dpranke TEST=none BUG=28997 BUG=28998 BUG=28999 BUG=29000 BUG=29001 BUG=29002 BUG=29003 BUG=29005 BUG=29006 BUG=29007 BUG=29008 BUG=29009 BUG=29010 BUG=29011 BUG=29014 BUG=29015 Review URL: http://codereview.chromium.org/456005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33329 0039d316-1c4b-4281-b951-d872f2087c98
* Use Apache for all Mac builders. The Mac V8-latest builder has beenojan@chromium.org2009-11-301-2/+1
| | | | | | | | | | | | using Apache for the last week and is considerably less flaky for HTTP tests. See http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#useV8Canary=true&builder=Webkit%20Mac%20(V8-Latest) We started using Apache on that builder at r33130. Review URL: http://codereview.chromium.org/455007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33316 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some media tests to reflect the upstream changes.kinuko@chromium.org2009-11-301-2/+2
| | | | | | | | | | | | | Media tests have been updated not to use 'load' event in WebKit (http://trac.webkit.org/changeset/50063), and the change needs to be reflected in chromium. BUG=13907 TEST=none Review URL: http://codereview.chromium.org/434114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33310 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests/fast/forms/control-restrict-line-height.html.tkent@google.com2009-11-301-1/+0
| | | | | | | | | | | | The button and the search field in the old resultant images had wrong heights. They should have normal height even if CSS line-height is specified. WebKit r51368 and r51428 fixed this problem. BUG=20551 TEST=This is a test. Review URL: http://codereview.chromium.org/452009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33281 0039d316-1c4b-4281-b951-d872f2087c98
* Remove per-platform baseline results for comment-in-textarea layout test.kinuko@chromium.org2009-11-301-2/+0
| | | | | | | | | | | | The test has been revised to use dumpAsText. http://trac.webkit.org/changeset/51427 BUG=10458,28916 TEST=none Review URL: http://codereview.chromium.org/452001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33277 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor websocket_server.py for ui_testsukai@chromium.org2009-11-301-13/+61
| | | | | | | | | | | | | | | | | | In ui_tests (worker_uitests.cc), we need to specify root directory other than layout tests in the working copy. to start/stop the websocket server. Add --server option as http_server.py to start/stop the server. Add --server start --pidfile <file> to record pid and to stop the server by next websocket_server.py --server stop --pidfile <file> invokation. Add --root option to specify root directory. BUG=none TEST=none Review URL: http://codereview.chromium.org/442025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33276 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the websocket server code to log to the results dir rather than stdout/dpranke@google.com2009-11-291-3/+11
| | | | | | | | | | | | | | stderr. This is a re-submit of an earlier checkin that we reverted (r32911), but fixes the problem where we tried to delete open files, and also doesn't double-write the error log. BUG=none R=ukai@chromium.org TEST=none Review URL: http://codereview.chromium.org/444019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33244 0039d316-1c4b-4281-b951-d872f2087c98
* subresource-failover-to-network is flaky in Mac as wellhamaji@chromium.org2009-11-281-1/+1
| | | | | | | | | TEST=trybot BUG=28918 Review URL: http://codereview.chromium.org/450001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33239 0039d316-1c4b-4281-b951-d872f2087c98