From 24c3dd4112034dfef227b3881678844bb80c3983 Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" Date: Sat, 8 Aug 2009 20:38:30 +0000 Subject: 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 --- chrome/browser/in_process_webkit/dom_storage_uitest.cc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.1