Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1107)

Unified Diff: chrome/browser/in_process_webkit/dom_storage_uitest.cc

Issue 344029: LocalStorageLayoutTests are flakey on Linux as well. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/in_process_webkit/dom_storage_uitest.cc
===================================================================
--- chrome/browser/in_process_webkit/dom_storage_uitest.cc (revision 30539)
+++ chrome/browser/in_process_webkit/dom_storage_uitest.cc (working copy)
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "build/build_config.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/test/automation/tab_proxy.h"
#include "chrome/test/ui/ui_layout_test.h"
@@ -103,13 +102,10 @@
};
// http://code.google.com/p/chromium/issues/detail?id=24145
-// Remove build_config.h include when this is removed.
#if defined(OS_WIN)
-#define MAYBE_LocalStorageLayoutTests FLAKY_LocalStorageLayoutTests
#define MAYBE_DOMStorageLayoutTests FLAKY_DOMStorageLayoutTests
#define MAYBE_SessionStorageLayoutTests FLAKY_SessionStorageLayoutTests
#else
-#define MAYBE_LocalStorageLayoutTests LocalStorageLayoutTests
#define MAYBE_DOMStorageLayoutTests DOMStorageLayoutTests
#define MAYBE_SessionStorageLayoutTests SessionStorageLayoutTests
#endif // defined(OS_WIN)
@@ -122,7 +118,7 @@
}
-TEST_F(DOMStorageTest, MAYBE_LocalStorageLayoutTests) {
+TEST_F(DOMStorageTest, FLAKY_LocalStorageLayoutTests) {
InitializeForLayoutTest(test_dir_, FilePath().AppendASCII("localstorage"),
false);
AddResources();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698