
Module: ppl/ppl Branch: master Commit: 9cf1cef85fea249bb4dd279f3025ebc24acd87b8 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=9cf1cef85fea2...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Feb 15 14:57:57 2010 +0100
Mark expected overflows.
---
tests/PIP_Problem/pipproblem1.cc | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/PIP_Problem/pipproblem1.cc b/tests/PIP_Problem/pipproblem1.cc index ceb6c0a..be8ac12 100644 --- a/tests/PIP_Problem/pipproblem1.cc +++ b/tests/PIP_Problem/pipproblem1.cc @@ -323,11 +323,11 @@ test08() {
BEGIN_MAIN DO_TEST(test01); - DO_TEST(test02); + DO_TEST_F16(test02); DO_TEST(test03); DO_TEST(test04); - DO_TEST(test05); + DO_TEST_F16(test05); DO_TEST(test06); - DO_TEST(test07); - DO_TEST(test08); + DO_TEST_F16(test07); + DO_TEST_F16(test08); END_MAIN