diff options
author | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 15:16:17 +0000 |
---|---|---|
committer | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 15:16:17 +0000 |
commit | 614a72e27ebbb8445a354edfc12f170198e869f1 (patch) | |
tree | 3ccc20b545423209c9b90be7847fd89ed3ecd585 /tools | |
parent | 67c757401a88b3465e411c1c3f1968489d0502ba (diff) | |
download | chromium_src-614a72e27ebbb8445a354edfc12f170198e869f1.zip chromium_src-614a72e27ebbb8445a354edfc12f170198e869f1.tar.gz chromium_src-614a72e27ebbb8445a354edfc12f170198e869f1.tar.bz2 |
exclude failed tests in remoting_unit and net_unit due to DrM-i#1465
TBR=bruening@chromium.org
Review URL: https://codereview.chromium.org/198253005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257114 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt | 3 |
2 files changed, 6 insertions, 0 deletions
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 8536092..4e82ac1 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win32.txt @@ -22,3 +22,6 @@ ClientSocketPoolBaseTest.DisableCleanupTimer # Flaky, see http://crbug.com/108422 SSLClientSocketTest.* + +# DrM-i#1465 +URLRequestTest.ResolveShortcutTest diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt index 2b1ead4..761a3a0 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt @@ -7,3 +7,6 @@ DecoderVp8Test.EncodeAndDecode BreakpadWinDeathTest.TestAccessViolation BreakpadWinDeathTest.TestInvalidParameter BreakpadWinDeathTest.TestDebugbreak + +# DrM-i#1465 +RdpClientTest.Basic |