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

Unified Diff: chrome/worker/worker_uitest.cc

Issue 219033: Re-enable WorkerFastTests and disable only one that fails.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 27112)
+++ chrome/worker/worker_uitest.cc (working copy)
@@ -36,7 +36,7 @@
}
// This fails on all platforms. Disable it for now. See http://crbug.com/22942
dglazkov 2009/09/24 20:10:20 Probably need to remove this comment?
-TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
+TEST_F(WorkerTest, WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = {
"stress-js-execution.html",
#if defined(OS_WIN)
@@ -61,7 +61,8 @@
// "worker-lifecycle.html",
"worker-location.html",
"worker-messageport.html",
- "worker-messageport-gc.html",
+ // Disabled after r27089 (WebKit merge), http://crbug.com/22947
+ // "worker-messageport-gc.html",
"worker-multi-port.html",
"worker-navigator.html",
"worker-replace-global-constructor.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