diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 07:22:38 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-26 07:22:38 +0000 |
commit | 780969436a8401a46674291aab6739ff7f609a40 (patch) | |
tree | 7466b10faad3b0eb9ede7df2ef1cc76ccdfd305d | |
parent | f0170325dafb6b27b4e0dd4491b6ff78cf9eb6ae (diff) | |
download | chromium_src-780969436a8401a46674291aab6739ff7f609a40.zip chromium_src-780969436a8401a46674291aab6739ff7f609a40.tar.gz chromium_src-780969436a8401a46674291aab6739ff7f609a40.tar.bz2 |
Don't run InputMethodUtilTests under Valgrind
TBR=glider
BUG=80438
TEST=Valgrind/Lucid/CrOS goes green
Review URL: http://codereview.chromium.org/6905024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82991 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt index 02899786..ab9bc2b 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest.txt @@ -20,9 +20,4 @@ P2PTransportImplTest.SendData SignedSettingsTest.StorePolicyNoPolicyData # Failing on CrOS, see http://crbug.com/80438 -InputMethodUtilTest.GetFirstLoginInputMethodIds_JP_And_Ja -InputMethodUtilTest.GetFirstLoginInputMethodIds_Us_And_Ru -InputMethodUtilTest.GetFirstLoginInputMethodIds_Us_And_Th -InputMethodUtilTest.GetInputMethodDescriptorFromId -InputMethodUtilTest.GetLanguageCodeFromInputMethodId -InputMethodUtilTest.GetLanguageCodesFromInputMethodIds +InputMethodUtilTest.* |