diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 19:05:08 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 19:05:08 +0000 |
commit | e00069872051b1576050235d1b68a273cfbc778f (patch) | |
tree | dd37bf968cd953eaa2dba7f926dfbe7a5e0f80fc | |
parent | ef88a3542384e2847d1b6034cd232e3054ffb6c5 (diff) | |
download | chromium_src-e00069872051b1576050235d1b68a273cfbc778f.zip chromium_src-e00069872051b1576050235d1b68a273cfbc778f.tar.gz chromium_src-e00069872051b1576050235d1b68a273cfbc778f.tar.bz2 |
disable test since it doesn't compile
TBR=nsylvain
Review URL: http://codereview.chromium.org/39040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10812 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/views/view_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/view_unittest.cc b/chrome/views/view_unittest.cc index 66cb75f..94fa9e5 100644 --- a/chrome/views/view_unittest.cc +++ b/chrome/views/view_unittest.cc @@ -352,7 +352,7 @@ void CheckRect(const SkRect& check_rect, const SkRect& target_rect) { EXPECT_EQ(target_rect.fBottom, check_rect.fBottom); } -// This test is disabled because it is flakey on some systems. +/* This test is disabled because it is flakey on some systems. TEST_F(ViewTest, DISABLED_Painting) { // Determine if InvalidateRect generates an empty paint rectangle. EmptyWindow paint_window(CRect(50, 50, 650, 650)); @@ -419,7 +419,7 @@ TEST_F(ViewTest, DISABLED_Painting) { window.DestroyWindow(); } - +*/ typedef std::vector<View*> ViewList; class RemoveViewObserver : public NotificationObserver { |