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

Unified Diff: chrome/worker/worker_uitest.cc

Issue 315018: Re-enabling worker fast tests (doing a more surgical disabling of just a sing... (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/worker/worker_uitest.cc
===================================================================
--- chrome/worker/worker_uitest.cc (revision 29782)
+++ chrome/worker/worker_uitest.cc (working copy)
@@ -58,16 +58,16 @@
RunTest(L"multi_worker.html");
}
-TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
+#if defined(OS_LINUX)
+#define WorkerFastLayoutTests DISABLED_WorkerFastLayoutTests
+#endif
+
+TEST_F(WorkerTest, WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = {
"stress-js-execution.html",
"use-machine-stack.html",
"worker-call.html",
- // Disabled because cloning ports are too slow in Chromium to meet the
- // thresholds in this test.
- // http://code.google.com/p/chromium/issues/detail?id=22780
- // "worker-cloneport.html",
-
+ "worker-cloneport.html",
"worker-close.html",
"worker-constructor.html",
"worker-context-gc.html",
@@ -87,7 +87,9 @@
"worker-replace-self.html",
"worker-script-error.html",
"worker-terminate.html",
- "worker-timeout.html"
+ // clearInterval() sometimes lets the timer continue to fire
+ // http://code.google.com/p/chromium/issues/detail?id=25548
+ // "worker-timeout.html"
};
FilePath fast_test_dir;
« 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