[PPL-devel] [GIT] ppl/ppl(master): Expected failured revised.

Roberto Bagnara bagnara at cs.unipr.it
Tue Dec 29 21:22:06 CET 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Tue Dec 29 21:21:48 2009 +0100

Expected failured revised.

---

 tests/Floating_Point_Expression/polyhedron1.cc |    2 +-
 tests/Floating_Point_Expression/polyhedron2.cc |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Floating_Point_Expression/polyhedron1.cc b/tests/Floating_Point_Expression/polyhedron1.cc
index 323f672..8d2be03 100644
--- a/tests/Floating_Point_Expression/polyhedron1.cc
+++ b/tests/Floating_Point_Expression/polyhedron1.cc
@@ -260,7 +260,7 @@ BEGIN_MAIN
   DO_TEST(test01);
   DO_TEST(test02);
   DO_TEST(test03);
-  DO_TEST_F16(test04);
+  DO_TEST_F32A(test04);
   DO_TEST_F32(test05);
   DO_TEST(test06);
   DO_TEST(test07);
diff --git a/tests/Floating_Point_Expression/polyhedron2.cc b/tests/Floating_Point_Expression/polyhedron2.cc
index 4175882..1b21f16 100644
--- a/tests/Floating_Point_Expression/polyhedron2.cc
+++ b/tests/Floating_Point_Expression/polyhedron2.cc
@@ -223,5 +223,5 @@ BEGIN_MAIN
   DO_TEST(test02);
   DO_TEST(test03);
   DO_TEST_F32(test04);
-  DO_TEST_F16(test05);
+  DO_TEST_F64A(test05);
 END_MAIN




More information about the PPL-devel mailing list