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

Unified Diff: ui/views/widget/widget_unittest.cc

Issue 8957010: Disable failing tests on linux_view also - previously they were only disabled (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years 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: ui/views/widget/widget_unittest.cc
===================================================================
--- ui/views/widget/widget_unittest.cc (revision 114643)
+++ ui/views/widget/widget_unittest.cc (working copy)
@@ -492,7 +492,7 @@
}
// 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).
TEST_F(WidgetOwnershipTest, DISABLED_Ownership_ViewsNativeWidgetOwnsWidget) {
#else
@@ -547,7 +547,7 @@
// NativeWidget owns its Widget, part 4: NativeWidget is a NativeWidget,
// 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).
TEST_F(WidgetOwnershipTest,
DISABLED_Ownership_ViewsNativeWidgetOwnsWidget_NativeDestroy) {
« 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