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

Roberto Bagnara bagnara at cs.unipr.it
Mon Apr 13 15:25:58 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Mon Apr 13 13:10:55 2009 +0000

Disabled test10() on the Alpha.

---

 tests/Octagonal_Shape/affineimage1.cc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/Octagonal_Shape/affineimage1.cc b/tests/Octagonal_Shape/affineimage1.cc
index 5f13405..4d3cf65 100644
--- a/tests/Octagonal_Shape/affineimage1.cc
+++ b/tests/Octagonal_Shape/affineimage1.cc
@@ -505,7 +505,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);




More information about the PPL-devel mailing list