diff options
author | eugenis <eugenis@chromium.org> | 2015-02-16 05:19:13 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-16 13:20:12 +0000 |
commit | b049fdb703a74b16fba2c2131994fcc68e8f06fa (patch) | |
tree | b7469ffa0b5cddd638bf69531b02fbe7e8f0139d /tools | |
parent | 214a745cc9e03ab9b1f7f560d45a900ef87b2ee9 (diff) | |
download | chromium_src-b049fdb703a74b16fba2c2131994fcc68e8f06fa.zip chromium_src-b049fdb703a74b16fba2c2131994fcc68e8f06fa.tar.gz chromium_src-b049fdb703a74b16fba2c2131994fcc68e8f06fa.tar.bz2 |
Disable ClientSessionTest.ClipboardStubFilter on Valgrind.
Fails on Valgrind/OSX.
TBR=jyasskin@chromium.org
NOTRY=true
BUG=458691
Review URL: https://codereview.chromium.org/929033002
Cr-Commit-Position: refs/heads/master@{#316468}
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt index c322014..6491f45 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest.txt @@ -1,2 +1,5 @@ # http://crbug.com/241856 VideoSchedulerTest.StartAndStop + +# crbug.com/458691 +ClientSessionTest.ClipboardStubFilter |