diff options
author | bradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:24:20 +0000 |
---|---|---|
committer | bradchen@google.com <bradchen@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-25 18:24:20 +0000 |
commit | 3557f2e88d1ba4967b3c29b3b828d677270ceefc (patch) | |
tree | 9e889d5af9d91e85d6f46f80dc1f2434ec2fd9fa | |
parent | 9c514a34149d030eb5cdb8395c7afaa547ace1a8 (diff) | |
download | chromium_src-3557f2e88d1ba4967b3c29b3b828d677270ceefc.zip chromium_src-3557f2e88d1ba4967b3c29b3b828d677270ceefc.tar.gz chromium_src-3557f2e88d1ba4967b3c29b3b828d677270ceefc.tar.bz2 |
Move gtest_excludes to proper exclude files.
BUG=157682
TBR=rnk
Review URL: https://codereview.chromium.org/11271028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164114 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 8 insertions, 5 deletions
diff --git a/tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt index f691efc..ca0cc1a 100644 --- a/tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/browser_tests.gtest-drmemory_win32.txt @@ -124,3 +124,7 @@ AutomationTabHelperBrowserTest.* PageCyclerBrowserTest.* PrerenderBrowserTestWithExtensions.* NotificationsPermissionTest.* + +# crashes under drmemory: +# http://crbug.com/157682 +SafeBrowsingDatabaseTest.* diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt index 9f186cc..e8758001 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -27,8 +27,3 @@ SSLClientSocketTest.ConnectMismatched # http://crbug.com/157132 *SpdyNetworkTransactionSpdy2Test.* -# crashes under drmemory: -# http://crbug.com/157682 -SignatureUtilWinTest.* -SafeBrowsingDatabaseTest.* - 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 0c651c2..0aef829 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt @@ -53,3 +53,7 @@ TemplateURLFetcherTest.* GAIAInfoUpdateServiceTest.* ProfileManagerTest.* ProfileInfoCacheTest.* + +# crashes under drmemory: +# http://crbug.com/157682 +SignatureUtilWinTest.* |