[GIT] ppl/ppl(bounded_arithmetic): Marked tests that are expected to fail with 8-bit coefficients.
Module: ppl/ppl Branch: bounded_arithmetic Commit: ffc6689ea022e45587d30ea28aae9626cede3616 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ffc6689ea022e... Author: Roberto Bagnara <bagnara@cs.unipr.it> Date: Thu May 14 07:10:26 2009 +0200 Marked tests that are expected to fail with 8-bit coefficients. --- tests/Box/wrap1.cc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Box/wrap1.cc b/tests/Box/wrap1.cc index 8d4e945..15f7e79 100644 --- a/tests/Box/wrap1.cc +++ b/tests/Box/wrap1.cc @@ -123,7 +123,7 @@ test03() { } // namespace BEGIN_MAIN - DO_TEST(test01); - DO_TEST(test02); - DO_TEST(test03); + DO_TEST_F8(test01); + DO_TEST_F8(test02); + DO_TEST_F8(test03); END_MAIN
participants (1)
-
Roberto Bagnara