[GIT] ppl/ppl(ppl-0_10-branch): Disabled test07() on the Alpha.

Module: ppl/ppl Branch: ppl-0_10-branch Commit: 11f285e07ccecfd5cb7ba99745b056b842bebe00 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=11f285e07ccec...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Apr 7 06:04:44 2009 +0000
Disabled test07() on the Alpha.
---
tests/Octagonal_Shape/unconstrain1.cc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/Octagonal_Shape/unconstrain1.cc b/tests/Octagonal_Shape/unconstrain1.cc index e5b8bf3..da6ea1d 100644 --- a/tests/Octagonal_Shape/unconstrain1.cc +++ b/tests/Octagonal_Shape/unconstrain1.cc @@ -222,7 +222,10 @@ BEGIN_MAIN DO_TEST(test04); DO_TEST(test05); DO_TEST(test06); +#ifndef __alpha__ + // Exception handling is broken in GCC on the Alpha. DO_TEST(test07); +#endif DO_TEST(test08); DO_TEST(test09); END_MAIN
participants (1)
-
Roberto Bagnara