[PPL-devel] [GIT] ppl/ppl(master): These tests fail with 8-bit coefficients.

Roberto Bagnara bagnara at cs.unipr.it
Sun Jul 12 19:01:03 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Sun Jul 12 19:00:19 2009 +0200

These tests fail with 8-bit coefficients.

---

 tests/Polyhedron/weightwatch1.cc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/Polyhedron/weightwatch1.cc b/tests/Polyhedron/weightwatch1.cc
index ff8960b..27e06ce 100644
--- a/tests/Polyhedron/weightwatch1.cc
+++ b/tests/Polyhedron/weightwatch1.cc
@@ -236,7 +236,7 @@ bool test03() {
 } // namespace
 
 BEGIN_MAIN
-  DO_TEST(test01);
-  DO_TEST(test02);
-  DO_TEST(test03);
+  DO_TEST_F8(test01);
+  DO_TEST_F8(test02);
+  DO_TEST_F8(test03);
 END_MAIN




More information about the PPL-devel mailing list