Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Disable broken test.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 25 Sep 2017 09:03:29 +0000 (11:03 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 25 Sep 2017 13:43:50 +0000 (15:43 +0200)
commit56fefe1bf81ca2a5e413033ee0d5023570301428
treee3c8203a0c055accd95d121e884a605d6b083e5c
parentd185bae25f7b17fd34cdea9b4f038a021b6f526d
Disable broken test.

It gives a yellow bullet on Jenkins, and doesn't bring anything.

More precisely, the test aborts early because MPI_Type_extent doesn't give
the expected result (Unexpected extent for small struct). The result of
the test was however never verified, since the test is only used by the
model checker.

On the FreeBSD node (clang/libc++), something is broken with exception
handling and the model checker hangs indefinitely at context's ::stop(),
when a StopRequest exception is launched.

The test can be reactivated either when MPI_Type_extent is fixed, or an
update corrects the problems on FreeBSD.
teshsuite/smpi/isp/umpire/CMakeLists.txt