~ubuntu-branches/ubuntu/quantal/ppl/quantal

« back to all changes in this revision

Viewing changes to tests/Box/relations4.cc

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-04-21 09:08:39 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110421090839-hiiobptchgzoqiik
Tags: 0.11.2-3ubuntu1
* Merge with Debian; remaining changes:
  - Ignore results running the testsuite on amd64. One failing test.
    See LP: #697305.
  - Disable building the SWI-Prolog bindings as its in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Test Box::relation_with().
2
2
   Copyright (C) 2001-2010 Roberto Bagnara <bagnara@cs.unipr.it>
 
3
   Copyright (C) 2010-2011 BUGSENG srl (http://bugseng.com)
3
4
 
4
5
This file is part of the Parma Polyhedra Library (PPL).
5
6
 
480
481
  DO_TEST(test16);
481
482
  DO_TEST(test17);
482
483
  DO_TEST(test18);
483
 
#ifndef __alpha__
484
 
  // Exception handling is broken in GCC on the Alpha.
485
484
  DO_TEST(test19);
486
 
#endif
487
485
  DO_TEST(test20);
488
486
END_MAIN