diff options
author | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 18:00:42 +0000 |
---|---|---|
committer | rnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 18:00:42 +0000 |
commit | b7fcf9606440632cb6c6ea255c8d7c10ff6ad26f (patch) | |
tree | 9cf2bb13a7d36b43227c51a1a2623327619e9c41 | |
parent | 5e3984efd2111b8a1139dd723642f137ad0266f9 (diff) | |
download | chromium_src-b7fcf9606440632cb6c6ea255c8d7c10ff6ad26f.zip chromium_src-b7fcf9606440632cb6c6ea255c8d7c10ff6ad26f.tar.gz chromium_src-b7fcf9606440632cb6c6ea255c8d7c10ff6ad26f.tar.bz2 |
Excluding ShouldUseGAIAProfileInfo from heapcheck, fails on bot.
TBR=sail@chromium.org
BUG=106041
TEST=Heapcheck bot 2
Review URL: http://codereview.chromium.org/8769014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112483 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/heapcheck/unit_tests.gtest-heapcheck.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/heapcheck/unit_tests.gtest-heapcheck.txt b/tools/heapcheck/unit_tests.gtest-heapcheck.txt index c3658698..bc1ba80 100644 --- a/tools/heapcheck/unit_tests.gtest-heapcheck.txt +++ b/tools/heapcheck/unit_tests.gtest-heapcheck.txt @@ -27,3 +27,6 @@ GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled # Crashing on CrOS. http://crbug.com/105335 BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket + +# Fails under Heapcheck. http://crbug.com/106041 +GAIAInfoUpdateServiceTest.ShouldUseGAIAProfileInfo |