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

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

Issue 7791026: Suppress WorkerTest.WorkerScriptError failure caused by http://trac.webkit.org/changeset/94061. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable the test in a Chromey way Created 9 years, 4 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: content/worker/test/worker_uitest.cc
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
index f13e8e12fc27660d4fd3b17902844dedd736a23f..cfa6c8d437394a4504e618b01a1a424def01ad5b 100644
--- a/content/worker/test/worker_uitest.cc
+++ b/content/worker/test/worker_uitest.cc
@@ -341,7 +341,7 @@ TEST_F(WorkerTest, WorkerReplaceSelf) {
#define WorkerScriptError FLAKY_WorkerScriptError
#endif
-TEST_F(WorkerTest, WorkerScriptError) {
+TEST_F(WorkerTest, DISABLED_WorkerScriptError) {
RunWorkerFastLayoutTest("worker-script-error.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