[PPL-devel] [GIT] ppl/ppl(master): tests/CO_Tree: use DO_TEST_F8 when a test is expected to fail with 8-bit coefficients.

Marco Poletti poletti.marco at gmail.com
Sun Sep 5 12:17:04 CEST 2010


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

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Sun Sep  5 12:14:47 2010 +0200

tests/CO_Tree: use DO_TEST_F8 when a test is expected to fail with 8-bit coefficients.

---

 tests/CO_Tree/cotree1.cc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/tests/CO_Tree/cotree1.cc b/tests/CO_Tree/cotree1.cc
index 00bda9c..a67cb20 100644
--- a/tests/CO_Tree/cotree1.cc
+++ b/tests/CO_Tree/cotree1.cc
@@ -2463,12 +2463,12 @@ test16() {
 BEGIN_MAIN
   DO_TEST(test01);
   DO_TEST(test02);
-  DO_TEST(test03);
-  DO_TEST(test04);
-  DO_TEST(test05);
-  DO_TEST(test06);
-  DO_TEST(test07);
-  DO_TEST(test08);
+  DO_TEST_F8(test03);
+  DO_TEST_F8(test04);
+  DO_TEST_F8(test05);
+  DO_TEST_F8(test06);
+  DO_TEST_F8(test07);
+  DO_TEST_F8(test08);
   DO_TEST(test09);
   DO_TEST(test10);
   DO_TEST(test11);




More information about the PPL-devel mailing list