diff options
author | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 01:28:40 +0000 |
---|---|---|
committer | groby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-31 01:28:40 +0000 |
commit | 6cff678a31f4c7676d9743aadd0156d658a2fbf9 (patch) | |
tree | ced314e3903c53d68eda1c07ec6ef0f159cd9fd0 /tools | |
parent | 301a2c3d105da83e60124e6e5678909437ed8c18 (diff) | |
download | chromium_src-6cff678a31f4c7676d9743aadd0156d658a2fbf9.zip chromium_src-6cff678a31f4c7676d9743aadd0156d658a2fbf9.tar.gz chromium_src-6cff678a31f4c7676d9743aadd0156d658a2fbf9.tar.bz2 |
[MemSheriff] Disable failing tests.
Since these tests keep the entire CrOS part of Memory.FYI red,
disabling for memcheck.
BUG=379140
NOTRY=true
R=thestig@chromium.org
TBR=sque@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/305283002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt index fa0595b..52dbc87 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-memcheck.txt @@ -13,3 +13,7 @@ ExtensionUpdaterTest.TestMultipleManifestDownloading # Test fail: crbug.com/314216 ExtensionIconManagerTest.LoadComponentExtensionResource + +# fail due to incorrect login state (crbug.com/379140) +LoginStateNotificationBlockerChromeOSTest.BaseTest +LoginStateNotificationBlockerChromeOSTest.AlwaysAllowedNotifier |