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

Unified Diff: chrome/renderer/extensions/extension_api_client_unittest.cc

Issue 207029: ExtensionAPIClientTest.GetLastFocusedWindow is flaky... (Closed) Base URL: svn://svn.chromium.org/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/renderer/extensions/extension_api_client_unittest.cc
===================================================================
--- chrome/renderer/extensions/extension_api_client_unittest.cc (revision 26564)
+++ chrome/renderer/extensions/extension_api_client_unittest.cc (working copy)
@@ -141,7 +141,8 @@
"windows.getCurrent", "null");
}
-TEST_F(ExtensionAPIClientTest, GetLastFocusedWindow) {
+// http://crbug.com/22248
+TEST_F(ExtensionAPIClientTest, DISABLED_GetLastFocusedWindow) {
ExpectJsFail("chrome.windows.getLastFocused(function(){}, 20);",
"Uncaught Error: Too many arguments.");
« 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