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

Unified Diff: content/worker/test/worker_uitest.cc

Issue 8565012: Mark test flaky that just failed on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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: content/worker/test/worker_uitest.cc
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
index 1230a792173cabdbdd69066414197f2cd022dbd8..b0d931ab1d22b3fb294f5323324ae5de71a669ce 100644
--- a/content/worker/test/worker_uitest.cc
+++ b/content/worker/test/worker_uitest.cc
@@ -849,6 +849,9 @@ TEST_F(WorkerFileSystemTest, FLAKY_ResolveURLHttpTests) {
// Fails on Linux due to an assert in WebKit's RNG.
// See http://webkit.org/b/55728.
#define FileFromFileEntry DISABLED_FileFromFileEntry
+#else
+// http://crbug.com/101996
+#define FileFromFileEntry FLAKY_FileFromFileEntry
#endif
TEST_F(WorkerFileSystemTest, FileFromFileEntry) {
RunWorkerFileSystemLayoutTest("file-from-file-entry.html");
« 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