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

Unified Diff: chrome/worker/worker_uitest.cc

Issue 2876030: Mark OpenDatabaseSyncInputs and WorkerMapGC failing (Closed)
Patch Set: another fix Created 10 years, 6 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
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 411f39c8acfae26009cca48d3d62195ad2f1dbd9..4944280221f6c488aa86fe46f883d039987b99c4 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -281,15 +281,17 @@ TEST_F(WorkerTest, WorkerLocation) {
RunWorkerFastLayoutTest("worker-location.html");
}
-TEST_F(WorkerTest, WorkerMapGc) {
+// http://crbug.com/48082
+TEST_F(WorkerTest, FAILS_WorkerMapGc) {
RunWorkerFastLayoutTest("wrapper-map-gc.html");
}
-TEST_F(WorkerTest, FAILS_WorkerMessagePort) {
+TEST_F(WorkerTest, WorkerMessagePort) {
RunWorkerFastLayoutTest("worker-messageport.html");
}
-TEST_F(WorkerTest, WorkerMessagePortGC) {
+// http://crbug.com/48082
+TEST_F(WorkerTest, FAILS_WorkerMessagePortGC) {
RunWorkerFastLayoutTest("worker-messageport-gc.html");
}
@@ -314,6 +316,7 @@ TEST_F(WorkerTest, WorkerReplaceSelf) {
#define WorkerScriptError FLAKY_WorkerScriptError
#endif
+// http://crbug.com/48082
TEST_F(WorkerTest, FAILS_WorkerScriptError) {
RunWorkerFastLayoutTest("worker-script-error.html");
}
@@ -665,6 +668,7 @@ TEST_F(WorkerTest, QueuedSharedWorkerStartedFromOtherTab) {
ASSERT_TRUE(WaitForProcessCountToBe(2, max_workers_per_tab+1));
}
-TEST_F(WorkerTest, OpenDatabaseSyncInputs) {
+// http://crbug.com/48082
+TEST_F(WorkerTest, FAILS_OpenDatabaseSyncInputs) {
RunWorkerStorageLayoutTest("open-database-sync-inputs.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