diff options
author | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-08 20:38:30 +0000 |
---|---|---|
committer | jorlow@chromium.org <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-08 20:38:30 +0000 |
commit | 24c3dd4112034dfef227b3881678844bb80c3983 (patch) | |
tree | f5106ec1f9efb7a5ffdc3b6aca04e6310c3ed00e /chrome/browser/in_process_webkit | |
parent | 16f5c4de8b926dc889859cfff03c9328edb60a5c (diff) | |
download | chromium_src-24c3dd4112034dfef227b3881678844bb80c3983.zip chromium_src-24c3dd4112034dfef227b3881678844bb80c3983.tar.gz chromium_src-24c3dd4112034dfef227b3881678844bb80c3983.tar.bz2 |
Completely disable DOM Storage UI test until https://bugs.webkit.org/show_bug.cgi?id=28094 is in. Until then, this will be flaky and crash the browser.
TBR=jam
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/165211
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/in_process_webkit')
-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 be580fc..84a7e3b 100644 --- a/chrome/browser/in_process_webkit/dom_storage_uitest.cc +++ b/chrome/browser/in_process_webkit/dom_storage_uitest.cc @@ -2,6 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// TODO(jorlow): Reenable when https://bugs.webkit.org/show_bug.cgi?id=28094 +// is fixed. Until then, this will cause crashes even if the +// individual tests are disabled. +#if 0 + #include "chrome/common/chrome_switches.h" #include "chrome/test/ui/ui_layout_test.h" @@ -72,3 +77,4 @@ TEST_F(DOMStorageTest, SessionStorageLayoutTests) { RunLayoutTest(kSubDirFiles[i], false); } +#endif |