From 56fefe1bf81ca2a5e413033ee0d5023570301428 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 25 Sep 2017 11:03:29 +0200 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/isp/umpire/CMakeLists.txt b/teshsuite/smpi/isp/umpire/CMakeLists.txt index e43d774758..fcf19e452b 100644 --- a/teshsuite/smpi/isp/umpire/CMakeLists.txt +++ b/teshsuite/smpi/isp/umpire/CMakeLists.txt @@ -28,7 +28,6 @@ set(umpire_tests_passing no-error-wait-any_src3 no-error-wait-any_src4 no-error-waitany-any_src - partial-recv sendrecv-deadlock send-recv-ok irecv-isend-ok @@ -37,6 +36,7 @@ set(umpire_tests_passing set(umpire_tests_passing_broken irecv-isend-ok2 + partial-recv ) # These are supposed to deadlock but ISP does not find deadlock -- 2.20.1