[PPL-devel] [GIT] ppl/ppl(master): Tests 14 and 15 are known to overflow on 8-bit coefficients.

Enea Zaffanella zaffanella at cs.unipr.it
Tue Feb 23 10:42:41 CET 2010


Module: ppl/ppl
Branch: master
Commit: 63a514cb4d7f1aa7f722560f14029bd5e2aef2ab
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=63a514cb4d7f1aa7f722560f14029bd5e2aef2ab

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Tue Feb 23 10:42:03 2010 +0100

Tests 14 and 15 are known to overflow on 8-bit coefficients.

---

 tests/PIP_Problem/exceptions1.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/PIP_Problem/exceptions1.cc b/tests/PIP_Problem/exceptions1.cc
index 16b8e3e..769651b 100644
--- a/tests/PIP_Problem/exceptions1.cc
+++ b/tests/PIP_Problem/exceptions1.cc
@@ -377,6 +377,6 @@ BEGIN_MAIN
   DO_TEST(test11);
   DO_TEST(test12);
   DO_TEST(test13);
-  DO_TEST(test14);
-  DO_TEST(test15);
+  DO_TEST_F8(test14);
+  DO_TEST_F8(test15);
 END_MAIN




More information about the PPL-devel mailing list