
30 Mar
2009
30 Mar
'09
7:13 p.m.
Module: ppl/ppl Branch: master Commit: dd82590da6f24fb84b0c794d4be71468b6cc1da3 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=dd82590da6f24...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Mar 30 18:56:44 2009 +0000
Disable test19() on the Alpha.
---
tests/Box/relations4.cc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/Box/relations4.cc b/tests/Box/relations4.cc index fd3204c..1367591 100644 --- a/tests/Box/relations4.cc +++ b/tests/Box/relations4.cc @@ -480,6 +480,9 @@ BEGIN_MAIN DO_TEST(test16); DO_TEST(test17); DO_TEST(test18); +#ifndef __alpha__ + // Exception handling is broken in GCC on the Alpha. DO_TEST(test19); +#endif DO_TEST(test20); END_MAIN