summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Remove exe perms from text files to fix checkprops failuredmazzoni@chromium.org2010-08-271-0/+0
* Update --gtest-filter files and suppressions for Dr. Memorytimurrrr@chromium.org2010-08-271-0/+10
* [Mac] Rename ChromeBrowserWindow to FramedBrowserWindow.rohitrao@chromium.org2010-08-261-1/+1
* Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on all pla...timurrrr@chromium.org2010-08-252-4/+2
* Don't run PredictorTest.MassiveConcurrentLookupTest under Valgrind on Mactimurrrr@chromium.org2010-08-201-0/+2
* Change the NPAPITester fixture name to NPAPITesterBase (renamed in r55235)glider@chromium.org2010-08-101-12/+12
* Disable AutomatedUITestBase.CloseTab and OptionsUITest.LoadOptionsByURL underglider@chromium.org2010-08-061-0/+4
* Fix unit_tests on Mac by renaming the MAc test name for DownloadUtilMacTest.phajdan.jr@chromium.org2010-08-051-2/+2
* Enable ConnectionTesterTest.RunAllTests in everything but valgrind.cbentzel@chromium.org2010-08-041-0/+2
* Mac: Fix broken valgrind suppressions.thakis@chromium.org2010-07-291-2/+0
* Exclude NewTabUITest.NTPHasThumbnails from Valgrind run - 4GB is not enoughtimurrrr@chromium.org2010-07-291-1/+2
* Fix unit tests for the ResourceDispatcherHost.darin@chromium.org2010-07-271-3/+0
* Don't run SyncerThreadWithSyncerTest.StopSyncPermanently under ThreadSanitize...timurrrr@chromium.org2010-07-261-0/+3
* Exclude all ResourceDispatcherHostTestoshima@chromium.org2010-07-241-2/+1
* Exclude ResourceDispatcherHost.Canceloshima@chromium.org2010-07-241-0/+2
* Exclude ResourceDispatcherHost_TestMany from valgrind testoshima@chromium.org2010-07-231-0/+2
* Valgrind: Another NPAPITester -> LayoutPluginTester test rename.thestig@chromium.org2010-07-202-3/+2
* Valgrind: Disable NPAPITester.NPObjectReleasedOnDestruction.thestig@chromium.org2010-07-202-1/+3
* Enable EventSys.Multithreaded under TSantimurrrr@chromium.org2010-07-191-3/+0
* Don't run FakeAudioInputTest.BasicCallbacks under Valgrind as well.timurrrr@chromium.org2010-07-192-2/+3
* Don't run FakeAudioInputTest.BasicCallbacks under TSan on Windowstimurrrr@chromium.org2010-07-191-0/+2
* Revert "Disabling failing test on valgrind john, please revert this once you...oshima@chromium.org2010-07-131-9/+0
* Revert "Disabling ExtensionPrefStoreTest on valgrind bot as they have memory ...oshima@chromium.org2010-07-131-12/+0
* Disabling ExtensionPrefStoreTest on valgrind bot as they have memory leak.oshima@chromium.org2010-07-131-0/+12
* Disabling failing test on valgrind john, please revert this once you fixed t...oshima@chromium.org2010-07-131-0/+9
* Undo suppressions now that ExtensionsServiceTest.ReloadExtensions has been fi...akalin@chromium.org2010-06-301-3/+0
* Don't run ExtensionsServiceTest.ReloadExtensions under ThreadSanitizertimurrrr@chromium.org2010-06-291-0/+3
* Disable ProfileManagerTest.CreateAndUseTwoProfiles in TSAN because of a possi...jhawkins@chromium.org2010-06-171-0/+3
* Add links to crbug issues for a few tests excluded recently:timurrrr@chromium.org2010-06-172-2/+2
* Exclude UnloadTests and one SessionHistoryTest under Valgrindtimurrrr@chromium.org2010-06-173-16/+6
* Make sure mocks are properly released by breaking retain cycles.jrg@chromium.org2010-06-171-3/+0
* BookmarkAllTabsControllerTest.BookmarkAllTabs fails under valgrind;jrg@chromium.org2010-06-161-2/+0
* Disable ErrorPageTest.DNSError_GoBack2Forward2 under Valgrind on Linuxglider@chromium.org2010-06-161-1/+3
* Exclude a few more UnloadTests from running under Valgrindtimurrrr@chromium.org2010-06-161-4/+8
* Don't run AutomatedUITestBase.SelectTab under ThreadSanitizer on Mac OS.glider@chromium.org2010-06-161-0/+2
* Don't run WorkerTests at all under Valgrind.timurrrr@chromium.org2010-06-091-71/+4
* Add another hanging test.thomasvl@chromium.org2010-06-091-0/+1
* [GTTF] Automatically append FLAKY_ and FAILS_ prefixes to gtest_filters.timurrrr@chromium.org2010-06-092-13/+13
* Fix typo, make suppression handle flaky or not naming.thomasvl@chromium.org2010-06-081-1/+1
* looks like there is a new worker test that wasn't in the blanket disable, add...thomasvl@chromium.org2010-06-081-0/+1
* The test got updated to be marked as flaky, so update the pattern to match wi...thomasvl@chromium.org2010-06-081-1/+1
* Disable DefaultPluginUITest.DefaultPluginLoadTest under valgrind.estade@chromium.org2010-06-031-0/+2
* Exclude new WorkerTests that are failing under Valgrindtimurrrr@chromium.org2010-06-031-6/+12
* Disable a ui test on valgrind mac, because it is causing the bot to hang.estade@chromium.org2010-06-021-0/+4
* Add new and renamed plugin tests to the Mac valgrind blackliststuartmorgan@chromium.org2010-06-011-1/+3
* Turn off LayoutPluginTester.UnloadNoCrash for ChromiumOS valgrind (fails)jrg@chromium.org2010-06-011-0/+2
* Suppress ChromeMaintest.AppLaunch on Mac valgrind bot.jshin@chromium.org2010-06-011-0/+3
* Only disable UnloadTest.BrowserCloseTabWhenOtherTabHasListener under valgrindestade@chromium.org2010-06-011-0/+2
* ProcessSingleton(all): create the lock immediately after failing to connect t...mattm@chromium.org2010-05-281-0/+1
* Revert 47875 - ProcessSingleton(all): create the lock immediately after faili...thestig@chromium.org2010-05-211-1/+0