[PPL-devel] [GIT] ppl/ppl(master): Known result for test03() corrected; test now marked to succeed.

Enea Zaffanella zaffanella at cs.unipr.it
Mon May 18 10:23:20 CEST 2009


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Mon May 18 10:22:09 2009 +0200

Known result for test03() corrected; test now marked to succeed.

---

 tests/Box/wrap1.cc |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/Box/wrap1.cc b/tests/Box/wrap1.cc
index 6a0d1f9..43dacd5 100644
--- a/tests/Box/wrap1.cc
+++ b/tests/Box/wrap1.cc
@@ -109,10 +109,8 @@ test03() {
 
   box.wrap_assign(vars, BITS_8, UNSIGNED, OVERFLOW_WRAPS, &cs);
 
-  // FIXME.
   TBox known_result(2);
-  known_result.refine_with_constraint(6 <= x);
-  // known_result.refine_with_constraint(0 <= x);
+  known_result.refine_with_constraint(0 <= x);
   known_result.refine_with_constraint(x <= 255);
   known_result.refine_with_constraint(0 <= y);
   known_result.refine_with_constraint(y <= 50);
@@ -197,7 +195,7 @@ test05() {
 BEGIN_MAIN
   DO_TEST_F8(test01);
   DO_TEST_F8(test02);
-  DO_TEST_F(test03);
+  DO_TEST_F8(test03);
   DO_TEST_F8(test04);
   DO_TEST_F8(test05);
 END_MAIN




More information about the PPL-devel mailing list