[GIT] ppl/ppl(master): Several tests are expected to fail for checked-in8.

Module: ppl/ppl Branch: master Commit: ca6ac08359877616581492e80dfd2979a3e946d5 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ca6ac08359877...
Author: Patricia Hill p.m.hill@leeds.ac.uk Date: Mon May 11 14:24:18 2009 +0100
Several tests are expected to fail for checked-in8.
---
tests/Grid/wrap1.cc | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tests/Grid/wrap1.cc b/tests/Grid/wrap1.cc index 7b93cc6..bc78243 100644 --- a/tests/Grid/wrap1.cc +++ b/tests/Grid/wrap1.cc @@ -286,14 +286,14 @@ test10() { } // namespace
BEGIN_MAIN - DO_TEST(test01); - DO_TEST(test02); - DO_TEST(test03); - DO_TEST(test04); - DO_TEST(test05); - DO_TEST(test06); - DO_TEST(test07); + DO_TEST_F8(test01); + DO_TEST_F8(test02); + DO_TEST_F8(test03); + DO_TEST_F8(test04); + DO_TEST_F8(test05); + DO_TEST_F8(test06); + DO_TEST_F8(test07); DO_TEST(test08); DO_TEST(test09); - DO_TEST(test10); + DO_TEST_F8(test10); END_MAIN
participants (1)
-
Patricia Hill