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

Unified Diff: chrome/test/data/extensions/api_test/activity_log_private/test/test.js

Issue 1064563005: blink:bindings: Temporarily disable ActivityLogApiTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/test/data/extensions/api_test/activity_log_private/test/test.js
diff --git a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
index 35a00cb48fc41d37cd99fdb0e5aeb6dae5b48054..15667c161abdaf1509847c737c05f77eb2dfcdff 100644
--- a/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
+++ b/chrome/test/data/extensions/api_test/activity_log_private/test/test.js
@@ -526,4 +526,17 @@ function setupTestCasesAndRun() {
});
}
-setupTestCasesAndRun();
+// Temporarily disable this unittest in order to rename
+// blink::EventTargetNames::LocalDOMWindow to
+// blink::EventTargetNames::DOMWindow.
+// see http://crrev.com/1086663003 and http://crrev.com/1088943008
+//
+// The plan is
+// 1) Disable the test temporarily.
+// 2) Rename LocalDOMWindow to DOMWindow in blink.
+// 3) Rename LocalDOMWindow to DOMWindow in this test and enable the test.
+//
+// TODO(yukishiino): Enable this test.
+//
+// setupTestCasesAndRun();
+chrome.test.runTests([]);
« 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