[GIT] ppl/ppl(master): Temporarily marked test15() and test16() as expected to fail.
Module: ppl/ppl Branch: master Commit: 1eb58559607caafc821eaaa564b6b211d7c9e243 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1eb58559607ca... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Thu May 14 21:53:56 2009 +0200 Temporarily marked test15() and test16() as expected to fail. --- tests/Polyhedron/wrap1.cc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Polyhedron/wrap1.cc b/tests/Polyhedron/wrap1.cc index c99b59c..90b4ba8 100644 --- a/tests/Polyhedron/wrap1.cc +++ b/tests/Polyhedron/wrap1.cc @@ -500,6 +500,6 @@ BEGIN_MAIN DO_TEST_F8(test12); DO_TEST_F16(test13); DO_TEST_F8(test14); - DO_TEST(test15); - DO_TEST(test16); + DO_TEST_F(test15); + DO_TEST_F(test16); END_MAIN
participants (1)
-
Roberto Bagnara