From d580a90c9ab5ed5521a79670f73bcea5ee755fe0 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 20 Jul 2017 10:03:54 +0200 Subject: Disable BDCSVD preallocation check. --- test/bdcsvd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/bdcsvd.cpp') diff --git a/test/bdcsvd.cpp b/test/bdcsvd.cpp index f9f687aac..6c7b09696 100644 --- a/test/bdcsvd.cpp +++ b/test/bdcsvd.cpp @@ -104,7 +104,8 @@ void test_bdcsvd() CALL_SUBTEST_7( BDCSVD(10,10) ); // Check that preallocation avoids subsequent mallocs - CALL_SUBTEST_9( svd_preallocate() ); + // Disbaled because not supported by BDCSVD + // CALL_SUBTEST_9( svd_preallocate() ); CALL_SUBTEST_2( svd_underoverflow() ); } -- cgit v1.2.3