[PPL-devel] [GIT] ppl/ppl(products): Some tests are expected to fail with 8-bit integers.

Patricia Hill p.m.hill at leeds.ac.uk
Wed May 20 09:28:56 CEST 2009


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

Author: Patricia Hill <p.m.hill at leeds.ac.uk>
Date:   Wed May 20 08:25:26 2009 +0100

Some tests are expected to fail with 8-bit integers.

---

 .../constraintsproduct1.cc                         |    2 +-
 tests/Partially_Reduced_Product/smashproduct1.cc   |    2 +-
 tests/Partially_Reduced_Product/timeelapse1.cc     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/Partially_Reduced_Product/constraintsproduct1.cc b/tests/Partially_Reduced_Product/constraintsproduct1.cc
index 10cf4b3..6d592a3 100644
--- a/tests/Partially_Reduced_Product/constraintsproduct1.cc
+++ b/tests/Partially_Reduced_Product/constraintsproduct1.cc
@@ -541,6 +541,6 @@ BEGIN_MAIN
   DO_TEST(test08);
   DO_TEST(test09);
   DO_TEST(test10);
-  DO_TEST(test11);
+  DO_TEST_F8(test11);
   DO_TEST(test12);
 END_MAIN
diff --git a/tests/Partially_Reduced_Product/smashproduct1.cc b/tests/Partially_Reduced_Product/smashproduct1.cc
index 6e159cc..92be69e 100644
--- a/tests/Partially_Reduced_Product/smashproduct1.cc
+++ b/tests/Partially_Reduced_Product/smashproduct1.cc
@@ -653,7 +653,7 @@ BEGIN_MAIN
   DO_TEST(test13);
   DO_TEST(test14);
   DO_TEST(test15);
-  DO_TEST(test16);
+  DO_TEST_F8(test16);
   DO_TEST(test17);
   DO_TEST(test18);
 END_MAIN
diff --git a/tests/Partially_Reduced_Product/timeelapse1.cc b/tests/Partially_Reduced_Product/timeelapse1.cc
index 13d12a3..fee9c52 100644
--- a/tests/Partially_Reduced_Product/timeelapse1.cc
+++ b/tests/Partially_Reduced_Product/timeelapse1.cc
@@ -110,6 +110,6 @@ test02() {
 } // namespace
 
 BEGIN_MAIN
-  DO_TEST(test01);
+  DO_TEST_F8(test01);
   DO_TEST(test02);
 END_MAIN




More information about the PPL-devel mailing list