diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 01:58:44 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 01:58:44 +0000 |
commit | 6d6bb7fb9e88551a7f47c5da9d32d8518f9f1d39 (patch) | |
tree | 7083365a0269e6219bdb0b855903366fc7553f2b /tools | |
parent | 02e257a26b97cccc93978c3f85fceac369d5cf0f (diff) | |
download | chromium_src-6d6bb7fb9e88551a7f47c5da9d32d8518f9f1d39.zip chromium_src-6d6bb7fb9e88551a7f47c5da9d32d8518f9f1d39.tar.gz chromium_src-6d6bb7fb9e88551a7f47c5da9d32d8518f9f1d39.tar.bz2 |
Exlucde failing tests on drmemory bot
TBR=atwilson@chromium.org
BUG=168882
TEST=none
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11825008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt index 2338b05..be0f055 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt @@ -52,3 +52,12 @@ ProfileInfoCacheTest.* # Failing on the bot. http://crbug.com/167014 BrowserCommandControllerTest.AvatarMenuDisabledWhenOnlyOneProfile + +# Failing on the bot. http://crbug.com/168882 +UserCloudPolicyStoreTest.LoadWithInvalidFile +UserCloudPolicyStoreTest.LoadWithNoFile +UserCloudPolicyStoreTest.Store +UserCloudPolicyStoreTest.StoreThenClear +UserCloudPolicyStoreTest.StoreThenLoad +UserCloudPolicyStoreTest.StoreTwoTimes +UserCloudPolicyStoreTest.StoreValidationError |