summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 19:40:59 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-28 19:40:59 +0000
commit5f19c31ad9c77999347616d9b47539de50373e0c (patch)
tree1362a3821ba2fff5d9f5ed24fc8440ae4d3d8de6
parentf42665874352b21abec147ef14c94ccfd04bc1ae (diff)
downloadchromium_src-5f19c31ad9c77999347616d9b47539de50373e0c.zip
chromium_src-5f19c31ad9c77999347616d9b47539de50373e0c.tar.gz
chromium_src-5f19c31ad9c77999347616d9b47539de50373e0c.tar.bz2
Disables another crashing test.
BUG=45015 TEST=none TBR=jcivelli@chromium.org Review URL: http://codereview.chromium.org/2880004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51020 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--views/controls/table/table_view_unittest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/controls/table/table_view_unittest.cc b/views/controls/table/table_view_unittest.cc
index 834f96e..bee0c19 100644
--- a/views/controls/table/table_view_unittest.cc
+++ b/views/controls/table/table_view_unittest.cc
@@ -395,7 +395,8 @@ TEST_F(TableViewTest, DISABLED_PersistMultiSelectionOnAdd) {
VerifySelectedRows(1, 0, -1);
}
-TEST_F(NullModelTableViewTest, NullModel) {
+// Crashing: http://crbug.com/45015
+TEST_F(NullModelTableViewTest, DISABLED_NullModel) {
// There's nothing explicit to test. If there is a bug in TableView relating
// to a NULL model we'll crash.
}