diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:59:19 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-22 22:59:19 +0000 |
commit | 688a01818d5b23710798ec762044c9d2138e459d (patch) | |
tree | afe428149dc7b989e4a407dcd1b3921651c57b9d /tools | |
parent | 791dc4134a464085e1abfa96036b10f9912986fc (diff) | |
download | chromium_src-688a01818d5b23710798ec762044c9d2138e459d.zip chromium_src-688a01818d5b23710798ec762044c9d2138e459d.tar.gz chromium_src-688a01818d5b23710798ec762044c9d2138e459d.tar.bz2 |
ProfileSyncServiceSessionTest.* tests failing under Linux Valgrind
The tests ProfileSyncServiceSessionTest.WriteFilledSessionToNode and
ProfileSyncServiceSessionTest.ValidTabs disabled under Valgrind on
Linux.
BUG=116097, 119610
TEST=Valgrind on Linux goes green
TBR=zea@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9842002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt index 0d2c254..8e23b28 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest_linux.txt @@ -6,8 +6,12 @@ RenderViewTest.OnHandleKeyboardEvent ConnectionTesterTest.DeleteWhileInProgress # Fails on CrOS, see http://crbug.com/104030 GViewRequestInterceptorTest.* -# Crash on CrOS, see http://crbub.com/115979 +# Crash on CrOS, see http://crbug.com/115979 ClientSideDetectionHostTest.OnPhishingDetectionDoneNotPhishing ClientSideDetectionHostTest.OnPhishingDetectionDoneVerdictNotPhishing ClientSideDetectionHostTest.OnPhishingDetectionDoneInvalidVerdict ClientSideDetectionHostTest.OnPhishingDetectionDoneDisabled + +# http://crbug.com/119610 +ProfileSyncServiceSessionTest.WriteFilledSessionToNode +ProfileSyncServiceSessionTest.ValidTabs |