[GIT] ppl/ppl(master): Tests 20, 21 and 22 overflow on 8-bit coefficients ( derived from test02).

Module: ppl/ppl Branch: master Commit: 2fa2669e96e9664f5de6abd64e723c7657fac52e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2fa2669e96e96...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Mar 5 18:09:15 2010 +0100
Tests 20, 21 and 22 overflow on 8-bit coefficients (derived from test02).
---
tests/PIP_Problem/pipproblem1.cc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/PIP_Problem/pipproblem1.cc b/tests/PIP_Problem/pipproblem1.cc index f8c0821..4c7568b 100644 --- a/tests/PIP_Problem/pipproblem1.cc +++ b/tests/PIP_Problem/pipproblem1.cc @@ -688,7 +688,7 @@ BEGIN_MAIN DO_TEST(test17); DO_TEST(test18); DO_TEST_F8(test19); - DO_TEST(test20); - DO_TEST(test21); - DO_TEST(test22); + DO_TEST_F8(test20); + DO_TEST_F8(test21); + DO_TEST_F8(test22); END_MAIN
participants (1)
-
Enea Zaffanella