[PPL-devel] [GIT] ppl/ppl(master): Disabled test07() on the Alpha.

Roberto Bagnara bagnara at cs.unipr.it
Tue Apr 7 08:18:45 CEST 2009


Module: ppl/ppl
Branch: master
Commit: 11f285e07ccecfd5cb7ba99745b056b842bebe00
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=11f285e07ccecfd5cb7ba99745b056b842bebe00

Author: Roberto Bagnara <bagnara at 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




More information about the PPL-devel mailing list