[GIT] ppl/ppl(master): Disabled a couple of tests on the Alpha.

Module: ppl/ppl Branch: master Commit: 3446585afd620538d427e65d333b62a78f58c3c4 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=3446585afd620...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Apr 5 18:54:13 2009 +0200
Disabled a couple of tests on the Alpha.
---
tests/Octagonal_Shape/cc76extrapolation1.cc | 3 +++ tests/Octagonal_Shape/disjoint1.cc | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/tests/Octagonal_Shape/cc76extrapolation1.cc b/tests/Octagonal_Shape/cc76extrapolation1.cc index cd02b97..12dd772 100644 --- a/tests/Octagonal_Shape/cc76extrapolation1.cc +++ b/tests/Octagonal_Shape/cc76extrapolation1.cc @@ -508,7 +508,10 @@ BEGIN_MAIN DO_TEST(test07); DO_TEST(test08); DO_TEST(test09); +#ifndef __alpha__ + // Exception handling is broken in GCC on the Alpha. DO_TEST(test10); +#endif DO_TEST(test11); DO_TEST(test12); DO_TEST(test13); diff --git a/tests/Octagonal_Shape/disjoint1.cc b/tests/Octagonal_Shape/disjoint1.cc index 0498c87..4535d0d 100644 --- a/tests/Octagonal_Shape/disjoint1.cc +++ b/tests/Octagonal_Shape/disjoint1.cc @@ -184,6 +184,9 @@ BEGIN_MAIN DO_TEST(test03); DO_TEST(test04); DO_TEST(test05); +#ifndef __alpha__ + // Exception handling is broken in GCC on the Alpha. DO_TEST(test06); +#endif DO_TEST(test07); END_MAIN
participants (1)
-
Roberto Bagnara