[GIT] ppl/ppl(master): Disabled one more test on the Alpha.

Module: ppl/ppl Branch: master Commit: ccc5ce00a303af09a7e37d120695a2c1cbb37834 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ccc5ce00a303a...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Mar 31 17:37:40 2009 +0000
Disabled one more test on the Alpha.
---
tests/BD_Shape/disjoint1.cc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/BD_Shape/disjoint1.cc b/tests/BD_Shape/disjoint1.cc index c8f6dca..5a22e5b 100644 --- a/tests/BD_Shape/disjoint1.cc +++ b/tests/BD_Shape/disjoint1.cc @@ -185,7 +185,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);
participants (1)
-
Roberto Bagnara