diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 19:15:29 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 19:15:29 +0000 |
commit | 7ac404f586c0c4af818238411688447cbbe7bd74 (patch) | |
tree | fac48cf9a1aefb335ca1b6d730afdd635b3a8eb6 | |
parent | 4198702be095b90cbbdff0f9b08753c63737b668 (diff) | |
download | chromium_src-7ac404f586c0c4af818238411688447cbbe7bd74.zip chromium_src-7ac404f586c0c4af818238411688447cbbe7bd74.tar.gz chromium_src-7ac404f586c0c4af818238411688447cbbe7bd74.tar.bz2 |
Disabled Toolbar5ImporterTest.BookmarkParse due to failing valgrind/purify tests.
BUG=10679
Review URL: http://codereview.chromium.org/79048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13955 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/importer/toolbar_importer_unittest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/importer/toolbar_importer_unittest.cc b/chrome/browser/importer/toolbar_importer_unittest.cc index 7f9ec16..ef3d33e 100644 --- a/chrome/browser/importer/toolbar_importer_unittest.cc +++ b/chrome/browser/importer/toolbar_importer_unittest.cc @@ -309,7 +309,9 @@ static const char* kBadBookmarkNoLabels = // The parsing tests for Toolbar5Importer use the string above. For a // description of all the tests run please see the comments immediately before // the string constants above. -TEST(Toolbar5ImporterTest, BookmarkParse) { +// +// Failing Valgrind/Purify, refer to http://crbug.com/10679 +TEST(Toolbar5ImporterTest, DISABLED_BookmarkParse) { XmlReader reader; std::string bookmark_xml; std::vector<ProfileWriter::BookmarkEntry> bookmarks; |