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

Roberto Bagnara bagnara at cs.unipr.it
Tue Mar 31 08:49:27 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Tue Mar 31 06:36:04 2009 +0000

Disabled some tests on the Alpha.

---

 tests/Octagonal_Shape/boundedaffineimage1.cc |    3 +++
 tests/Octagonal_Shape/difference1.cc         |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tests/Octagonal_Shape/boundedaffineimage1.cc b/tests/Octagonal_Shape/boundedaffineimage1.cc
index 236fe56..5052e61 100644
--- a/tests/Octagonal_Shape/boundedaffineimage1.cc
+++ b/tests/Octagonal_Shape/boundedaffineimage1.cc
@@ -595,7 +595,10 @@ BEGIN_MAIN
   DO_TEST(test13);
   DO_TEST(test14);
   DO_TEST(test15);
+#ifndef __alpha__
+  // Exception handling is broken in GCC on the Alpha.
   DO_TEST(test16);
   DO_TEST(test17);
+#endif
   DO_TEST(test18);
 END_MAIN
diff --git a/tests/Octagonal_Shape/difference1.cc b/tests/Octagonal_Shape/difference1.cc
index 41ae1f4..bce8453 100644
--- a/tests/Octagonal_Shape/difference1.cc
+++ b/tests/Octagonal_Shape/difference1.cc
@@ -249,7 +249,10 @@ BEGIN_MAIN
   DO_TEST(test01);
   DO_TEST(test02);
   DO_TEST(test03);
+#ifndef __alpha__
+  // Exception handling is broken in GCC on the Alpha.
   DO_TEST(test04);
+#endif
   DO_TEST(test05);
   DO_TEST(test06);
   DO_TEST(test07);




More information about the PPL-devel mailing list