[GIT] ppl/ppl(master): Exception handling is broken in GCC on the Alpha: commented out some tests.

Module: ppl/ppl Branch: master Commit: f1769386d0c8fb90ebabd96392b08aad40cc142d URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=f1769386d0c8f...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Mar 24 21:56:05 2009 +0000
Exception handling is broken in GCC on the Alpha: commented out some tests.
---
tests/Grid/addcongruences1.cc | 3 +++ tests/Octagonal_Shape/generalizedaffineimage3.cc | 3 +++ .../Octagonal_Shape/generalizedaffinepreimage2.cc | 3 +++ 3 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/tests/Grid/addcongruences1.cc b/tests/Grid/addcongruences1.cc index 58b009d..1bb8f26 100644 --- a/tests/Grid/addcongruences1.cc +++ b/tests/Grid/addcongruences1.cc @@ -427,7 +427,10 @@ 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); DO_TEST(test08); DO_TEST(test09); diff --git a/tests/Octagonal_Shape/generalizedaffineimage3.cc b/tests/Octagonal_Shape/generalizedaffineimage3.cc index 5ab6d3d..a62f328 100644 --- a/tests/Octagonal_Shape/generalizedaffineimage3.cc +++ b/tests/Octagonal_Shape/generalizedaffineimage3.cc @@ -579,6 +579,8 @@ BEGIN_MAIN DO_TEST(test08); DO_TEST(test09); DO_TEST(test10); +#ifndef __alpha__ + // Exception handling is broken in GCC on the Alpha. DO_TEST(test11); DO_TEST(test12); DO_TEST(test13); @@ -587,6 +589,7 @@ BEGIN_MAIN DO_TEST(test16); DO_TEST(test17); DO_TEST(test18); +#endif DO_TEST(test19); DO_TEST(test20); END_MAIN diff --git a/tests/Octagonal_Shape/generalizedaffinepreimage2.cc b/tests/Octagonal_Shape/generalizedaffinepreimage2.cc index c7029ba..7d06fed 100644 --- a/tests/Octagonal_Shape/generalizedaffinepreimage2.cc +++ b/tests/Octagonal_Shape/generalizedaffinepreimage2.cc @@ -596,7 +596,10 @@ test20() { } // namespace
BEGIN_MAIN +#ifndef __alpha__ + // Exception handling is broken in GCC on the Alpha. DO_TEST(test01); +#endif DO_TEST(test02); DO_TEST(test03); DO_TEST(test04);
participants (1)
-
Roberto Bagnara