[opengm] 347/386: Disable a check in the test that results in an out-of-bounds access.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Aug 31 08:38:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository opengm.

commit 1cf2f6424da6c4f7f4213faf3c0ea5924a4d1597
Author: Francesco Biscani <bluescarni at gmail.com>
Date:   Tue Mar 29 15:35:28 2016 +0200

    Disable a check in the test that results in an out-of-bounds access.
---
 src/unittest/test_partitions.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/unittest/test_partitions.cxx b/src/unittest/test_partitions.cxx
index dca0e78..b52b7e5 100644
--- a/src/unittest/test_partitions.cxx
+++ b/src/unittest/test_partitions.cxx
@@ -19,7 +19,7 @@ void testPartition()
    OPENGM_TEST(P.getPartition(2)==2);
    OPENGM_TEST(P.getPartition(3)==4);
    OPENGM_TEST(P.getPartition(4)==7); 
-   OPENGM_TEST(P.getPartition(5)>8);
+   //OPENGM_TEST(P.getPartition(5)>8);
 
    std::vector<uint64_t> ltest(3);
    for(uint64_t i=0; i<5; ++i){

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opengm.git



More information about the debian-science-commits mailing list