summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move the Valgrind/CrOS exclude from UI to unit tests and add a crbug linktimurrrr@chromium.org2011-10-141-4/+0
| | | | | | | | | Looks like I should go home and have some rest :) BUG=100331 TBR=thestig Review URL: http://codereview.chromium.org/8300001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105504 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a couple of BrowserMainTest.WarmConnectionFieldTrial_ teststimurrrr@chromium.org2011-10-141-0/+4
| | | | | | | | TBR=thestig BUG=100331 Review URL: http://codereview.chromium.org/8277036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105494 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable RunInBackgroundTest.RunInBackgroundBasicTest which is failingjhawkins@chromium.org2011-09-191-2/+2
| | | | | | | | | | | | | consistently on Linux. BUG=97107 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/7943011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101787 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable WorkerFileSystemTest.FileEntryToURISyncoshima@google.com2011-09-121-2/+0
| | | | | | | | | | | | this no longer reports leak. TBR=jochen@chromium.org BUG=90963 TEST=none Review URL: http://codereview.chromium.org/7844005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100717 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanups for options_ui_uitest.cc.csilv@chromium.org2011-09-101-3/+0
| | | | | | | | | | | | * Minor changes to the implementation of LoadOptionsByURL to make it more reliable. * Remove extra UI tests that added little benefit vs cost in time and effort. * Removed Valgrind supressions related to the above tests. BUG=48521,60036,64619,83209 TEST=Green trybots and green valgrind runs. Review URL: http://codereview.chromium.org/7865011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100556 0039d316-1c4b-4281-b951-d872f2087c98
* Put all tests that are exclude for 28439 back. Only valgrind bot(1) is ↵oshima@google.com2011-08-311-34/+0
| | | | | | | | | | | | failing and this must be something else. TBR=timurrr@chromium.org BUG=28439 TEST=none Review URL: http://codereview.chromium.org/7810014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98914 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude more tests that are failing with mmaposhima@google.com2011-08-301-0/+22
| | | | | | | | | | | | This is temp fix and should be reverted once we found the real solution. TBR=timurrrr@chromium.org BUG=28439 TEST=none Review URL: http://codereview.chromium.org/7792047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98844 0039d316-1c4b-4281-b951-d872f2087c98
* Exlucde tests that are failing due to mmap erroroshima@google.com2011-08-291-0/+13
| | | | | | | | | | TBR=timurrrr@chromium.org BUG=28439 TEST=none Review URL: http://codereview.chromium.org/7790004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98674 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable AutomatedUITestBase.FindInPage which times out a lot.thestig@chromium.org2011-08-111-0/+3
| | | | | | | | | BUG=92535 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/7634004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96458 0039d316-1c4b-4281-b951-d872f2087c98
* Disable SessionHistoryTest.BasicBackForward on Linux/valgrind due to flakinessjochen@chromium.org2011-08-011-0/+2
| | | | | | | | | | | | Suppress leak in URLRequestChromeJob BUG=91199,31739 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7453044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94894 0039d316-1c4b-4281-b951-d872f2087c98
* Update valgrind suppressionsjochen@chromium.org2011-07-291-0/+2
| | | | | | | | | | | | | | Suppress leak in GpuBlacklistUpdater Disable WorkerFileSystemTest.FileEntryToURISync on Linux/Valgrind Suppress another leak related to ChromeURLDataManager::AddDataSource BUG=90964,90963,90521 TEST=none TBR=glider Review URL: http://codereview.chromium.org/7493075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94643 0039d316-1c4b-4281-b951-d872f2087c98
* Extend the suppression for issue 44385 (leaks in ↵glider@chromium.org2011-07-271-0/+2
| | | | | | | | | | | | | net::HostResolverImpl::OnJobComplete) Suppress leaks in history::URLDatabase::FillURLRow (issue 90671) Disable WorkerFileSystemTest.ResolveURLHttpTests on Valgrind bots due to flakiness (issue 77442) TBR=timurrrr BUG=44385,77442,90671 Review URL: http://codereview.chromium.org/7497034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94295 0039d316-1c4b-4281-b951-d872f2087c98
* Excluding PPAPITest.Transport from valgrind tests.oshima@google.com2011-05-281-0/+2
| | | | | | | | | | | | This is constantly failing on chromeos TBR=sergeyu@chromium.org BUG=84294 TEST=none Review URL: http://codereview.chromium.org/7085018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87164 0039d316-1c4b-4281-b951-d872f2087c98
* Move UILayoutTest.MediaUILayoutTest valgrind suppression into shared ↵scherkus@chromium.org2011-04-251-2/+0
| | | | | | | | | | | | suppressions file. BUG=53825 TEST=should still be suppressed TBR=timurrrr Review URL: http://codereview.chromium.org/6897047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82873 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable UILayoutTest.MediaUILayoutTest for Linux/Mac valgrind.scherkus@chromium.org2011-04-221-2/+0
| | | | | | | | | | | | Valgrind's slowness revealed an actual race condition that triggered a DCHECK. The race was fixed in r82683 so it's time to enable the tests! BUG=74473 TEST=MediaUILayoutTest no longer hit a DCHECK on valgrind TBR=timurrrr Review URL: http://codereview.chromium.org/6899035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82694 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up valgrind suppressions for MediaTest.VideoBear tests.scherkus@chromium.org2011-04-221-1/+1
| | | | | | | | | | BUG=53825 TEST=should still be suppressed TBR=timurrrr Review URL: http://codereview.chromium.org/6880143 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82687 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable a couple OptionsUITest tests. I suspect they are causing ↵thestig@chromium.org2011-02-031-0/+3
| | | | | | | | | | | hangs. BUG=64619 TEST=Valgrind Linux UI tests no longer hangs. TBR=timurrrr Review URL: http://codereview.chromium.org/6286062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73546 0039d316-1c4b-4281-b951-d872f2087c98
* Disable BrowserTest.PosixSessionEnd on both Mac and Linux.glider@chromium.org2010-11-241-4/+0
| | | | | | | | | BUG=42105 TBR=timurrrr Review URL: http://codereview.chromium.org/5341003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67247 0039d316-1c4b-4281-b951-d872f2087c98
* Remove FLAKY from BrowserTest.PosixSessionEndcmasone@chromium.org2010-11-231-0/+2
| | | | | | | | | | | | | Pursuant to the discussion in the bug, this test fails under valgrind not because it is flaky, but because the valgrind helper makes it so that we cant SIGTERM the browser. BUG=39500 TEST=run browser tests; this test should run and pass. Run browser tests under valgrind; this test should not run. Review URL: http://codereview.chromium.org/5243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67136 0039d316-1c4b-4281-b951-d872f2087c98
* Move all Valgrind/TSan/Dr.Memory gtest exclude files to ↵timurrrr@chromium.org2010-10-241-0/+18
tools/valgrind/gtest_exclude If I receive an LGTM, I'll land this patch (with updated .txt files of course) during the weekend in the Europe afternoon to minimize possible damages. Then I'll update all the docs accordingly For the record, I got the list of the files by doing find . | grep -v "\.svn" | grep "valgrind.*gtest" | sed "s/\.gtest.*$//" | \ sed "s/\/[a-z_]\+$//" | sort | uniq | tee list_dirs And then for F in `cat list_dirs`; do svn mv $F/*.txt tools/valgrind/gtest_exclude/; done TEST=ran a few tests locally under Valgrind and TSan Review URL: http://codereview.chromium.org/4054004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63681 0039d316-1c4b-4281-b951-d872f2087c98