diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 08:21:26 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-05 08:21:26 +0000 |
commit | dddb6924079f747f18e09107271170deef711af2 (patch) | |
tree | 82e4716d6067ff92f295e5940c9251d5fa4c3a97 | |
parent | 8d7ca8f6c17e86b0774a154dcfd7cc52abf5d506 (diff) | |
download | chromium_src-dddb6924079f747f18e09107271170deef711af2.zip chromium_src-dddb6924079f747f18e09107271170deef711af2.tar.gz chromium_src-dddb6924079f747f18e09107271170deef711af2.tar.bz2 |
Another try to make Valgrind errors go away without figuring out how to do a suppression.
TBR=darin
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/159909
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22470 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/in_process_webkit/dom_storage_uitest.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/in_process_webkit/dom_storage_uitest.cc b/chrome/browser/in_process_webkit/dom_storage_uitest.cc index b9604d1..f6faefa 100644 --- a/chrome/browser/in_process_webkit/dom_storage_uitest.cc +++ b/chrome/browser/in_process_webkit/dom_storage_uitest.cc @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// Completely disable for now. +#if 0 + #include "chrome/common/chrome_switches.h" #include "chrome/test/ui/ui_layout_test.h" @@ -71,3 +74,6 @@ TEST_F(DOMStorageTest, DISABLED_SessionStorageLayoutTests) { for (size_t i=0; i<arraysize(kSubDirFiles); ++i) RunLayoutTest(kSubDirFiles[i], false); } + +#endif + |