[GIT] ppl/ppl(master): Disabled test19() on the Alpha.

Module: ppl/ppl Branch: master Commit: 91794cd12b1f4cbe2ca219992f3cb9f41060dc1d URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=91794cd12b1f4...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Wed Apr 1 16:57:30 2009 +0000
Disabled test19() on the Alpha.
---
tests/Polyhedron/exceptions2.cc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/Polyhedron/exceptions2.cc b/tests/Polyhedron/exceptions2.cc index f6e345b..faa5fb9 100644 --- a/tests/Polyhedron/exceptions2.cc +++ b/tests/Polyhedron/exceptions2.cc @@ -893,7 +893,10 @@ BEGIN_MAIN DO_TEST(test16); DO_TEST(test17); DO_TEST(test18); +#ifndef __alpha__ + // Exception handling is broken in GCC on the Alpha. DO_TEST(test19); +#endif DO_TEST(test20); DO_TEST(test21); DO_TEST(test22);
participants (1)
-
Roberto Bagnara