From b60ef9ac2a121eb916f1eafe663cbed7987fe45c Mon Sep 17 00:00:00 2001 From: "jianli@chromium.org" Date: Fri, 15 Mar 2013 04:34:49 +0000 Subject: Reenable test ExtensionApiTest.UpdateWindowShowState for Windows This test was disabled some time ago. I did not find the suspicious patch in the range that could cause the failure. I enabled it and ran it locally and on trybot and it does not fail. BUG=176683 TEST=this is a test Review URL: https://chromiumcodereview.appspot.com/12408008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188253 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/extension_tabs_apitest.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chrome/browser/extensions/extension_tabs_apitest.cc') diff --git a/chrome/browser/extensions/extension_tabs_apitest.cc b/chrome/browser/extensions/extension_tabs_apitest.cc index 2b748de..6cbd2ba 100644 --- a/chrome/browser/extensions/extension_tabs_apitest.cc +++ b/chrome/browser/extensions/extension_tabs_apitest.cc @@ -32,15 +32,14 @@ #define MAYBE_UpdateWindowShowState DISABLED_UpdateWindowShowState #else -#if defined(USE_AURA) || defined(OS_MACOSX) || defined(OS_WIN) +#if defined(USE_AURA) || defined(OS_MACOSX) // Maximizing/fullscreen popup window doesn't work on aura's managed mode. // See bug crbug.com/116305. // Mac: http://crbug.com/103912 -// Failing on Win7: http://crbug.com/176683 #define MAYBE_UpdateWindowShowState DISABLED_UpdateWindowShowState #else #define MAYBE_UpdateWindowShowState UpdateWindowShowState -#endif // defined(USE_AURA) || defined(OS_MACOSX) || defined(OS_WIN) +#endif // defined(USE_AURA) || defined(OS_MACOSX) // TODO(linux_aura) http://crbug.com/163931 #if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(USE_AURA) -- cgit v1.1