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

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

Issue 338024: Mark DOMStorageTest.SessionStorageLayoutTests as flaky. (Closed) Base URL: svn://svn.chromium.org/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 30053)
+++ chrome/browser/in_process_webkit/dom_storage_uitest.cc (working copy)
@@ -107,9 +107,11 @@
#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)
@@ -129,7 +131,7 @@
RunTests(kLocalStorageFiles);
}
-TEST_F(DOMStorageTest, SessionStorageLayoutTests) {
+TEST_F(DOMStorageTest, MAYBE_SessionStorageLayoutTests) {
InitializeForLayoutTest(test_dir_, FilePath().AppendASCII("sessionstorage"),
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