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

Unified Diff: chrome/test/automation/automation_proxy_uitest.cc

Issue 100083: Disable a test that fails on mac. I enabled this in r14684, but (Closed)
Patch Set: Created 11 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/automation/automation_proxy_uitest.cc
diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc
index e9098a4930e99bbcc01dc9592028c37eb4dc8f57..b1d49dc57d86c1ec83b96af5ba34744bc6b4ca43 100644
--- a/chrome/test/automation/automation_proxy_uitest.cc
+++ b/chrome/test/automation/automation_proxy_uitest.cc
@@ -401,6 +401,8 @@ class AutomationProxyTest2 : public AutomationProxyVisibleTest {
std::wstring document2_;
};
+// TODO(port): Port to mac.
+#if defined(OS_WIN) || defined(OS_LINUX)
TEST_F(AutomationProxyTest2, GetActiveTabIndex) {
scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get());
@@ -416,8 +418,6 @@ TEST_F(AutomationProxyTest2, GetActiveTabIndex) {
ASSERT_EQ(at_index, active_tab_index);
}
-// TODO(port): Port to mac.
-#if defined(OS_WIN) || defined(OS_LINUX)
TEST_F(AutomationProxyTest2, GetTabTitle) {
scoped_ptr<BrowserProxy> window(automation()->GetBrowserWindow(0));
ASSERT_TRUE(window.get());
« 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