[GIT] ppl/ppl(master): Test program tests/Polyhedron/ memory1 disabled on the zSeries s390x platform.

Module: ppl/ppl Branch: master Commit: 4302923d1a3d4fe2ba32f24108bd2b9484950d3a URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=4302923d1a3d4...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Apr 15 22:56:56 2009 +0200
Test program tests/Polyhedron/memory1 disabled on the zSeries s390x platform.
---
NEWS | 3 +++ tests/Polyhedron/memory1.cc | 6 +++++- 2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/NEWS b/NEWS index 678bf2b..1a4e482 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ o Correctly detect GMP 4.3.0.
o Fixed the C interface library version information.
+o Test program tests/Polyhedron/memory1 disabled on the zSeries s390x + platform. + o Makefiles fixed so as to avoid failure of `make -n check'.
diff --git a/tests/Polyhedron/memory1.cc b/tests/Polyhedron/memory1.cc index f1544d0..c1a3bf4 100644 --- a/tests/Polyhedron/memory1.cc +++ b/tests/Polyhedron/memory1.cc @@ -53,8 +53,12 @@ site: http://www.cs.unipr.it/ppl/ . */ // // On the Itanium the test fails because of the bug reported in // http://www.cs.unipr.it/pipermail/ppl-devel/2008-September/012943.html +// +// On s390x-linux the test fails, we do not know why (and without access +// to such a machine there is little we can do). +// See http://www.cs.unipr.it/pipermail/ppl-devel/2009-April/014489.html #if !PPL_GMP_SUPPORTS_EXCEPTIONS || !PPL_CXX_SUPPORTS_LIMITING_MEMORY \ - || defined(__ia64) + || defined(__ia64) || defined(__s390x)
int main() TRY {
participants (1)
-
Roberto Bagnara