[PPL-devel] [GIT] ppl/ppl(master): Detected several overflows in tests 5 and 6 of digitalfilters1.cc.

Enea Zaffanella zaffanella at cs.unipr.it
Tue Mar 2 22:10:44 CET 2010


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Tue Mar  2 22:09:29 2010 +0100

Detected several overflows in tests 5 and 6 of digitalfilters1.cc.

---

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

diff --git a/tests/Floating_Point_Expression/digitalfilters1.cc b/tests/Floating_Point_Expression/digitalfilters1.cc
index 4212662..aca0002 100644
--- a/tests/Floating_Point_Expression/digitalfilters1.cc
+++ b/tests/Floating_Point_Expression/digitalfilters1.cc
@@ -984,7 +984,7 @@ BEGIN_MAIN
   DO_TEST_F8(test02);
   DO_TEST_F8(test03);
   DO_TEST_F32A(test04);
-  DO_TEST_F8(test05);
-  DO_TEST_F8(test06);
+  DO_TEST_F64(test05);
+  DO_TEST_F64(test06);
   DO_TEST_F64(test07);
 END_MAIN




More information about the PPL-devel mailing list