diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 01:31:41 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 01:31:41 +0000 |
commit | e552d2a996a274dfb4f80464046dd53fb00fea49 (patch) | |
tree | 1a35bf272cfe7d5a9ed8c5f9e56ad16c04e59b81 /tools/heapcheck | |
parent | 2336ffec2176cdd2aa3c98ee4a3f1ce1e84fc408 (diff) | |
download | chromium_src-e552d2a996a274dfb4f80464046dd53fb00fea49.zip chromium_src-e552d2a996a274dfb4f80464046dd53fb00fea49.tar.gz chromium_src-e552d2a996a274dfb4f80464046dd53fb00fea49.tar.bz2 |
Heapchecker: Disable DirectoryListerTest.BigDirRecursiveTest and BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket.
BUG=61908,105335
TEST=none
TBR=jhawkins
Review URL: http://codereview.chromium.org/8676031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111472 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/net_unittests.gtest-heapcheck.txt | 3 | ||||
-rw-r--r-- | tools/heapcheck/unit_tests.gtest-heapcheck.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/heapcheck/net_unittests.gtest-heapcheck.txt b/tools/heapcheck/net_unittests.gtest-heapcheck.txt index bfc3a35..71b06df 100644 --- a/tools/heapcheck/net_unittests.gtest-heapcheck.txt +++ b/tools/heapcheck/net_unittests.gtest-heapcheck.txt @@ -18,3 +18,6 @@ DiskCacheBackendTest.NewEvictionInvalidEntryRead DiskCacheBackendTest.NewEvictionInvalidEntryWithLoad DiskCacheBackendTest.NewEvictionTrimInvalidEntry DiskCacheBackendTest.NewEvictionTrimInvalidEntry2 + +# http://crbug.com/61908 - It's too slow +DirectoryListerTest.BigDirRecursiveTest diff --git a/tools/heapcheck/unit_tests.gtest-heapcheck.txt b/tools/heapcheck/unit_tests.gtest-heapcheck.txt index 0996f2f..c3658698 100644 --- a/tools/heapcheck/unit_tests.gtest-heapcheck.txt +++ b/tools/heapcheck/unit_tests.gtest-heapcheck.txt @@ -24,3 +24,6 @@ ProcessWatcherTest.ImmediateTermination # Fails under Heapcheck http://crbug.com/104566 GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled + +# Crashing on CrOS. http://crbug.com/105335 +BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket |