
Module: ppl/ppl Branch: master Commit: ea296d657de6512f5150e2a01a17e7b0599dbb1c URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ea296d657de65...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon May 4 10:31:42 2009 +0200
Marked the tests that are expected to fail with 8-bit coefficients.
---
tests/Polyhedron/wrap1.cc | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/Polyhedron/wrap1.cc b/tests/Polyhedron/wrap1.cc index d0fff88..d0d0892 100644 --- a/tests/Polyhedron/wrap1.cc +++ b/tests/Polyhedron/wrap1.cc @@ -435,17 +435,17 @@ test14() {
BEGIN_MAIN DO_TEST_F16(test01); - DO_TEST(test02); - DO_TEST(test03); - DO_TEST(test04); + DO_TEST_F8(test02); + DO_TEST_F8(test03); + DO_TEST_F8(test04); DO_TEST_F16(test05); DO_TEST_F16(test06); DO_TEST_F16(test07); - DO_TEST(test08); - DO_TEST(test09); + DO_TEST_F8(test08); + DO_TEST_F8(test09); DO_TEST_F16(test10); - DO_TEST(test11); - DO_TEST(test12); + DO_TEST_F8(test11); + DO_TEST_F8(test12); DO_TEST_F16(test13); - DO_TEST(test14); + DO_TEST_F8(test14); END_MAIN