diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 19:59:26 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-01 19:59:26 +0000 |
commit | 9d0267bca22cc495270ab33e20ca403dfefed22d (patch) | |
tree | fe2050af950c6b58985ccbf3908e109d37716c05 | |
parent | 391770e102b5f2364d9186a3dfa54e73b7114a1c (diff) | |
download | chromium_src-9d0267bca22cc495270ab33e20ca403dfefed22d.zip chromium_src-9d0267bca22cc495270ab33e20ca403dfefed22d.tar.gz chromium_src-9d0267bca22cc495270ab33e20ca403dfefed22d.tar.bz2 |
Remove ShouldUseGAIAProfileInfo suppression
BUG=106010
TEST=
Review URL: http://codereview.chromium.org/8770014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112504 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/heapcheck/unit_tests.gtest-heapcheck.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest.txt | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/tools/heapcheck/unit_tests.gtest-heapcheck.txt b/tools/heapcheck/unit_tests.gtest-heapcheck.txt index bc1ba80..c3658698 100644 --- a/tools/heapcheck/unit_tests.gtest-heapcheck.txt +++ b/tools/heapcheck/unit_tests.gtest-heapcheck.txt @@ -27,6 +27,3 @@ GViewRequestInterceptorTest.DoNotInterceptPdfWhenEnabled # Crashing on CrOS. http://crbug.com/105335 BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket - -# Fails under Heapcheck. http://crbug.com/106041 -GAIAInfoUpdateServiceTest.ShouldUseGAIAProfileInfo diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt index a2b1389..20f0cbe 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt @@ -23,7 +23,3 @@ SignedSettingsTest.StorePolicyNoPolicyData # Flaky and not very interesting under Valgrind http://crbug.com/93027 ProcessWatcherTest.ImmediateTermination - -# Failing on CrOS, see http://crbug.com/106041 -GAIAInfoUpdateServiceTest.ShouldUseGAIAProfileInfo - |