summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/valgrind
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-30 22:34:23 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-30 22:34:23 +0000
commitde0c4e4f741ee8076e2081564790dbf778eaa7b5 (patch)
tree8aef3888ebe1f8abc9bb2ba44f5429cd3bca8a4c /chrome/test/data/valgrind
parent17e6dccecce21c979c2a2e69d2f0774f51489a3a (diff)
downloadchromium_src-de0c4e4f741ee8076e2081564790dbf778eaa7b5.zip
chromium_src-de0c4e4f741ee8076e2081564790dbf778eaa7b5.tar.gz
chromium_src-de0c4e4f741ee8076e2081564790dbf778eaa7b5.tar.bz2
Try again: Add unittest for Gtk cookie manager.
Fix a few bugs of button sensitivity not updating when it should. Add the unittest to the valgrind/unit_tests.gtest_linux.txt list since Gtk is causing UninitCondition errors when run with no DISPLAY. BUG=11507 BUG=15445 Review URL: http://codereview.chromium.org/160420 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22107 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/valgrind')
-rw-r--r--chrome/test/data/valgrind/unit_tests.gtest_linux.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/data/valgrind/unit_tests.gtest_linux.txt b/chrome/test/data/valgrind/unit_tests.gtest_linux.txt
index b78da34..58220ef 100644
--- a/chrome/test/data/valgrind/unit_tests.gtest_linux.txt
+++ b/chrome/test/data/valgrind/unit_tests.gtest_linux.txt
@@ -1,3 +1,4 @@
# See http://crbug.com/15445
# Only fails on the bots?
BookmarkEditorGtkTest.*
+CookiesViewTest.*