summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* w3c deps roll for layout tests: remove entries from test_expectations_w3c.txtdpranke@chromium.org2014-08-161-5/+0
| | | | | | | | | | | | | As they have now been upstreamed. This is patch 6 of 6 and completes the roll. TBR=phoglund@chromium.org BUG=404022 Review URL: https://codereview.chromium.org/471323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290154 0039d316-1c4b-4281-b951-d872f2087c98
* w3c deps roll for layout tests: actually update the repos in DEPSdpranke@chromium.org2014-08-151-11/+5
| | | | | | | | | | | | | | This updates the entries in DEPS for the w3c repos to track the tip-of-tree on the 'blink' branch. This is patch 4 of 6 in the roll. TBR=phoglund@chromium.org BUG=404022 Review URL: https://codereview.chromium.org/475173003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289987 0039d316-1c4b-4281-b951-d872f2087c98
* w3c deps roll for layout tests: copy stale expectations downstream.dpranke@chromium.org2014-08-151-1/+9
| | | | | | | | | | | | | | | This copies any TestExpectations that refer to tests that no longer exist or no longer fail at tip-of-tree in the w3c repos from Blink to Chromium, so that we can safely roll to the new revisions. This is patch 2 of 6 in the roll. TBR=phoglund@chromium.org BUG=404022 Review URL: https://codereview.chromium.org/469993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289885 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r285146 "Modify DEPS to recurse into third_party/WebKit (Blink) as well."dpranke@chromium.org2014-07-251-45/+0
| | | | | | | | | | | | | | It turns out that recursedeps by itself doesn't really work properly on the bots, and so we need to change things in gclient and the bot scripts before we can use recursedeps for this. Reverting this change in the meantime to avoid confusion. TBR=eseidel@chromium.org, cmp@chromium.org BUG=395862 Review URL: https://codereview.chromium.org/420613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285435 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicated entries from test_expectations_w3c.txtharaken@chromium.org2014-07-241-2/+0
| | | | | | | | TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/415773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285152 0039d316-1c4b-4281-b951-d872f2087c98
* Modify DEPS to recurse into third_party/WebKit (Blink) as well.dpranke@chromium.org2014-07-241-0/+47
| | | | | | | | | | | | | | | | | | | | | This will allow us to control the versions of the w3c test repos we depend on through a file in Blink rather than a file in Chromium; this makes sense since the tests affect Blink, and it makes it far easier for us to roll in new versions of the w3c repos. We also merge in the existing test failures from Blink's TestExpectations files; as part of this change we are moving the test repos from LayoutTests/w3c to LayoutTests/third_party, and in order to do this move we need to move the failures for the old location from a blink-controlled file to a chromium-controlled file. This is patch 2 of 4 in the process to move things. This patch depends on https://codereview.chromium.org/410803002 . R=eseidel@chromium.org BUG=395862 Review URL: https://codereview.chromium.org/412703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285146 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable test until next blink roll.machenbach@chromium.org2014-07-221-0/+2
| | | | | | | | | | | | | The blink roll contains a fix to the problem, but is stale at the moment. BUG=395882 TBR=jochen@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/405413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284661 0039d316-1c4b-4281-b951-d872f2087c98
* Moving shadow tree pseudo-element tests since they're gone from w3c now.phoglund@chromium.org2014-07-111-0/+2
| | | | | | | | | | | | Step 1 in the 7-step dance to do an import where failing tests have been removed. BUG=389134 R=dpranke@chromium.org Review URL: https://codereview.chromium.org/371853004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282627 0039d316-1c4b-4281-b951-d872f2087c98
* zero out test_expectations_w3c.txt now that everything has been rolled.dpranke@chromium.org2014-04-071-16/+0
| | | | | | | | TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/224903008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262081 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the W3C repos used by Blink and update the test expectations.dpranke@chromium.org2014-04-061-33/+17
| | | | | | | | | | | | | | web-platform-tests: ac4322 -> 2f0f4e csswg-test: 8c415e -> 7ce632 This will introduce some new failures; I'll file bugs for those separately once everything has rolled. TBR=abarth Review URL: https://codereview.chromium.org/226373004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262039 0039d316-1c4b-4281-b951-d872f2087c98
* Merge w3c test expectations from LayoutTests/TestExpectations .dpranke@chromium.org2014-04-051-0/+42
| | | | | | | | | | | | | | | | | Some of the existing test expectations refer to files that have been removed in the upstream W3C repo, and hence will cause lint-test-expectations to fail on the next W3C roll. If we move these expectations into the downstream test_expectations_w3c.txt file, we can then update the expectations atomically in the roll and avoid any issues. Unfortunately, this requires us to land five CLs as a result and hope that nobody needs to adjust the Blink TestExpectations in the meantime :(. TBR=abarth Review URL: https://codereview.chromium.org/226573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261923 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old test expectation from test_expectations.txtdcarney@google.com2014-02-271-2/+0
| | | | | | | | | | R=jochen@chromium.org BUG= Review URL: https://codereview.chromium.org/182773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253748 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an expectation that has been upstreamed.pkasting@chromium.org2014-02-271-2/+0
| | | | | | | | | | BUG=342077 TEST=none TBR=derat Review URL: https://codereview.chromium.org/178183004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253656 0039d316-1c4b-4281-b951-d872f2087c98
* Remove expectations that have long since been upstreamed.pkasting@chromium.org2014-02-261-55/+0
| | | | | | | | | | BUG=330083 TEST=none TBR=dpranke Review URL: https://codereview.chromium.org/177293006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253635 0039d316-1c4b-4281-b951-d872f2087c98
* Enable subpixel rendering in custom freetype2 library.derat@chromium.org2014-02-261-0/+2
| | | | | | | | | | | | | Set FT_CONFIG_OPTION_SUBPIXEL_RENDERING in the custom freetype2 library built for content_shell so that local Chrome builds will honor the developer's font settings. BUG=342077 TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/163433013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@253485 0039d316-1c4b-4281-b951-d872f2087c98
* remove network-shared-worker.html from test_expectations.txthoro@chromium.org2014-02-141-2/+0
| | | | | | | | BUG=329786 Review URL: https://codereview.chromium.org/165793002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251264 0039d316-1c4b-4281-b951-d872f2087c98
* Move the worker script loading code to the worker process (phase:4/5)horo@chromium.org2014-02-051-0/+2
| | | | | | | | | | | | | | - Stop sending the worker script from the renderer. - In this change we can remove the pending instances in WorkerServiceImpl. This is step 4 of moving the worker script loading code from the renderer process to the worker process. See: http://crbug.com/329786 BUG=329786 Review URL: https://codereview.chromium.org/133093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248869 0039d316-1c4b-4281-b951-d872f2087c98
* Fix blink test expectations.machenbach@chromium.org2014-01-311-3/+0
| | | | | | | | | | | Doesn't pass lint checks due to deleted test. This CL will break blink DEPS builders until next blink roll. BUG= TBR=abarth@chromium.org Review URL: https://codereview.chromium.org/151583003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248210 0039d316-1c4b-4281-b951-d872f2087c98
* Skip test that has moved to the V8 repository.machenbach@chromium.org2014-01-311-0/+2
| | | | | | | | | | | The test will pass on the next v8 roll and is removed in the next blink roll. BUG=237872 TBR=dglazkov@chromium.org Review URL: https://codereview.chromium.org/151343004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248190 0039d316-1c4b-4281-b951-d872f2087c98
* Remove test_expectations_asan.txt (it moved to Blink).dpranke@chromium.org2014-01-281-84/+0
| | | | | | | | | R=eseidel@chromium.org, ojan@chromium.org BUG=337598 Review URL: https://codereview.chromium.org/143003017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247392 0039d316-1c4b-4281-b951-d872f2087c98
* Remove supression (added in r246126) which is now in Blink.bungeman@chromium.org2014-01-221-3/+0
| | | | | | | Supression added to Blink in r165483, DEPS now at r165519. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246329 0039d316-1c4b-4281-b951-d872f2087c98
* Make layout test FreeType more like Lucid FreeType.bungeman@chromium.org2014-01-211-0/+2
| | | | | | | | | | | The patch set to Lucid's FreeType defines TT_CONFIG_OPTION_BYTECODE_INTERPRETER. This change does so for the layout test's build of FreeType. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/138123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246126 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an upstreamed entry from test_expectations_w3c.txt.hayato@chromium.org2014-01-201-2/+0
| | | | | | | | | | | | The entry was already in LayoutTests/TestExpectations. See https://codereview.chromium.org/137993003. TBR=dpranke BUG=334152 Review URL: https://codereview.chromium.org/138913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245879 0039d316-1c4b-4281-b951-d872f2087c98
* Zero out the entries in test_expectations_w3c.txt.dpranke@chromium.org2014-01-161-54/+0
| | | | | | | | | | | They have been upstreamed and rolled, so they are now redundant. TBR=hayato@chromium.org BUG= Review URL: https://codereview.chromium.org/132873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245319 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a w3c test for Shadow DOM.hayato@chromium.org2014-01-151-1/+1
| | | | | | | | | | | | | | | | | | This is a pre-requirement patch to land https://codereview.chromium.org/137993003/. I am going to follow the following procedure: 1. Suppress a w3c test which would fail if I land https://codereview.chromium.org/137993003/ 2. Land https://codereview.chromium.org/137993003/ 3. Update the w3c test and upstream it to the w3c repository 4. Wait until the test is imported to blink. 5. Remove the suppression. BUG=334152 Review URL: https://codereview.chromium.org/138143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245002 0039d316-1c4b-4281-b951-d872f2087c98
* Mark several webkit_tests as flaky on Linux ASANalph@chromium.org2014-01-131-0/+4
| | | | | | | | TBR=tdanderson Review URL: https://codereview.chromium.org/131203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244526 0039d316-1c4b-4281-b951-d872f2087c98
* Update Linux ASAN webkit_tests expectationsalph@chromium.org2014-01-131-0/+9
| | | | | | | | TBR=tdanderson Review URL: https://codereview.chromium.org/136953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244515 0039d316-1c4b-4281-b951-d872f2087c98
* Add first imported w3c test suites for html-elements and shadow-dom.dpranke@chromium.org2013-12-202-0/+117
| | | | | | | | | | | | | | | This is the first pass at importing and running tests from the W3C using something resembling the long-term process. For now we'll just try two small sets of tests. We get some failures, so we'll suppress them using the new test_expectations_w3c.txt file until the failures can be merged into LayoutTests/TestExpectations upstream. R=eseidel@chromium.org, abarth@chromium.org, jamesr@chromium.org BUG=242329 Review URL: https://codereview.chromium.org/100123005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242215 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some inspector layout tests as timing out on ASAN Blink botsadamk@chromium.org2013-12-131-0/+7
| | | | | | | | | | | | | These tests are already very slow on normal bots, so the ASAN slowness seems to be enough to push them over the edge. Not sure it's worth any new bug filings, given these are already known-slow. The one thing we might want to consider would be giving the ASAN bot longer timeouts. TBR=dpranke@chromium.org,junov@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/100703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240551 0039d316-1c4b-4281-b951-d872f2087c98
* change test expectations for http/tests/security/naked-global-object.html in ↵dcarney@google.com2013-12-111-0/+2
| | | | | | | | | | | | advance of fixing it TBR=jochen@chromium.org BUG= Review URL: https://codereview.chromium.org/112753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240095 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 235043 "whitespace change to force a build"kerz@chromium.org2013-11-141-1/+0
| | | | | | | | | | > whitespace change to force a build TBR=kerz@chromium.org Review URL: https://codereview.chromium.org/72443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235045 0039d316-1c4b-4281-b951-d872f2087c98
* whitespace change to force a buildkerz@chromium.org2013-11-141-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235043 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete webkit/tools/test_shell directoryadamk@chromium.org2013-10-096-255/+0
| | | | | | | | | | | | | All that was left here were a few resource files. Some of those did not appear to be used, while the others already had duplicates available in content/shell/resources. R=jamesr TBR=darin Review URL: https://codereview.chromium.org/25351003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227822 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unnecessary DEPS file.jam@chromium.org2013-10-031-4/+0
| | | | | | Review URL: https://codereview.chromium.org/25660007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226685 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale expectationspiman@chromium.org2013-07-311-3/+0
| | | | | | | | BUG=230257 Review URL: https://chromiumcodereview.appspot.com/21075005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214669 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Don't crash on a GL texture given to TextureLayer when in softwarepiman@chromium.org2013-07-041-0/+3
| | | | | | | | BUG=230257 Review URL: https://chromiumcodereview.appspot.com/18560007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210139 0039d316-1c4b-4281-b951-d872f2087c98
* Remove passing JS test from Chromium-side test_expectations file.senorblanco@chromium.org2013-06-271-3/+0
| | | | | | | | | TBR=esprehn BUG= Review URL: https://codereview.chromium.org/17983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208837 0039d316-1c4b-4281-b951-d872f2087c98
* Shuffle media-related WebMimeRegistry code from webkit/ to content/.scherkus@chromium.org2013-06-221-1/+0
| | | | | | | | | | TestShellWebMimeRegistryImpl has been replaced in lieu of content_shell calling net::RemoveProprietaryMediaTypesAndCodecsForTests(). BUG=251306 Review URL: https://chromiumcodereview.appspot.com/17447011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208045 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress failure in fast/js/kde/inbuilt_function_tostring.html until the ↵senorblanco@chromium.org2013-06-211-0/+3
| | | | | | | | | | next Blink roll. TBR=dpranke Review URL: https://codereview.chromium.org/17068013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207879 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete rebaseline, test-webkitpy wrappers, stop passing --chromiumdpranke@chromium.org2013-06-194-57/+1
| | | | | | | | | R=ojan@chromium.org, abarth@chromium.org BUG=245504 Review URL: https://chromiumcodereview.appspot.com/17239011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207190 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for ASAN failure.senorblanco@chromium.org2013-06-161-0/+6
| | | | | | | | | TBR=kbr BUG=250520 Review URL: https://codereview.chromium.org/17188003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206646 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress some Linux ASAN layout test failures.senorblanco@chromium.org2013-06-131-0/+4
| | | | | | | | TBR=pdr Review URL: https://codereview.chromium.org/16940008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206080 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for performance-sensitive tests on the Linux ASAN botpdr@chromium.org2013-06-121-0/+5
| | | | | | | | | | | | | | | | | These tests are sensitive to performance and already have suppressions on debug bots. This patch adds those suppressions to our slower ASAN bot that still runs as release. virtual/softwarecompositing/video-page-visibility.html compositing/video-page-visibility.html fast/js/JSON-stringify.html BUG= R=dpranke@chromium.org Review URL: https://codereview.chromium.org/16826009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205972 0039d316-1c4b-4281-b951-d872f2087c98
* Don't actually run test-webkitpy on the bots yet.jochen@chromium.org2013-06-071-1/+3
| | | | | | | | | | | On Mac and win, the python module argprase is missing, on Linux, crbug.com/247454 bites. TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/16026022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204786 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing test-webkitpy wrapperjochen@chromium.org2013-06-071-0/+23
| | | | | | | | TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/16211007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204769 0039d316-1c4b-4281-b951-d872f2087c98
* Move C++ code from webkit/tools/test_shell to webkit/supportjamesr@chromium.org2013-06-0429-4749/+0
| | | | | | | | | | | | | | | | | | This code is simple/test/mock implementations of APIs to use in DumpRenderTree, webkit_unit_tests, and various other bits of unit test code around the codebase. Nothing here is used for test_shell since there is no test_shell any more. This moves the code to webkit/support/ along with the rest of DRT/w_u_t support code. Hopefully we'll be able to delete most of this soon along with DumpRenderTree. In the meantime this simplifies webkit/ R=darin@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203242 Review URL: https://codereview.chromium.org/15946006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204005 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-042-5/+5
| | | | | | | | | BUG=245942 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/16335016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203818 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit/dom_storage to new browser|common|renderer locations. Just ↵michaeln@google.com2013-06-042-3/+3
| | | | | | | | | | | | | | moving the files in the source repository. Note: Everything in /webkit is still being built into the same old webkit_storage target for now, new actual build target(s) will come later. TBR=jamesr@chromium.org BUG=239109 Review URL: https://codereview.chromium.org/15990007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203800 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-025-18/+20
| | | | | | | | | | | Linux fixes BUG=110610 TBR=darin Review URL: https://chromiumcodereview.appspot.com/16155009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203636 0039d316-1c4b-4281-b951-d872f2087c98
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-303-4/+4
| | | | | | | | | | | These are either missed in the first pass, or added after the first pass. TBR=thestig@chromium.org BUG=236029 Review URL: https://codereview.chromium.org/16092013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203259 0039d316-1c4b-4281-b951-d872f2087c98