Commit 703a7e32 authored by dmazzoni@chromium.org's avatar dmazzoni@chromium.org

Disable failing tests on linux_view also - previously they were only disabled

for chromeos gtk builds (non-aura), now they're disabled for all views
gtk builds.

BUG=104945
TEST=none
TBR=mazda
Review URL: http://codereview.chromium.org/8957010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114645 0039d316-1c4b-4281-b951-d872f2087c98
parent 93fa0379
...@@ -492,7 +492,7 @@ TEST_F(WidgetOwnershipTest, Ownership_PlatformNativeWidgetOwnsWidget) { ...@@ -492,7 +492,7 @@ TEST_F(WidgetOwnershipTest, Ownership_PlatformNativeWidgetOwnsWidget) {
} }
// NativeWidget owns its Widget, part 2: NativeWidget is a NativeWidget. // NativeWidget owns its Widget, part 2: NativeWidget is a NativeWidget.
#if defined(OS_CHROMEOS) && defined(TOOLKIT_USES_GTK) #if defined(TOOLKIT_USES_GTK)
// Temporarily disable the test (http://crbug.com/104945). // Temporarily disable the test (http://crbug.com/104945).
TEST_F(WidgetOwnershipTest, DISABLED_Ownership_ViewsNativeWidgetOwnsWidget) { TEST_F(WidgetOwnershipTest, DISABLED_Ownership_ViewsNativeWidgetOwnsWidget) {
#else #else
...@@ -547,7 +547,7 @@ TEST_F(WidgetOwnershipTest, ...@@ -547,7 +547,7 @@ TEST_F(WidgetOwnershipTest,
// NativeWidget owns its Widget, part 4: NativeWidget is a NativeWidget, // NativeWidget owns its Widget, part 4: NativeWidget is a NativeWidget,
// destroyed by the view hierarchy that contains it. // destroyed by the view hierarchy that contains it.
#if defined(OS_CHROMEOS) && defined(TOOLKIT_USES_GTK) #if defined(TOOLKIT_USES_GTK)
// Temporarily disable the test (http://crbug.com/104945). // Temporarily disable the test (http://crbug.com/104945).
TEST_F(WidgetOwnershipTest, TEST_F(WidgetOwnershipTest,
DISABLED_Ownership_ViewsNativeWidgetOwnsWidget_NativeDestroy) { DISABLED_Ownership_ViewsNativeWidgetOwnsWidget_NativeDestroy) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment