This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 63ac36a4a1e08b97aa8c73640a3ecc144e02c613 (commit) from ca954376ece515741b619759486db53d0565ab9f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/63ac36a4a1e08b97aa8c73640a3ecc144e... commit 63ac36a4a1e08b97aa8c73640a3ecc144e02c613 Author: Huiwei Lu <[email protected]> Date: Sun Mar 1 08:50:38 2015 -0600 Mark comm_idup_overlap as xfail comm_idup_overlap fails on mpich-mxm with "clang,async,ib" configuration. It was not fully tested on mxm because mxm was added after comm_idup patch. The reason of failing is still unknown. All other platforms and configurations are fine. Ticket #2238 No reviewer diff --git a/test/mpi/comm/testlist b/test/mpi/comm/testlist index b3987af..3601b91 100644 --- a/test/mpi/comm/testlist +++ b/test/mpi/comm/testlist @@ -28,7 +28,7 @@ comm_idup 2 mpiversion=3.0 comm_idup 4 mpiversion=3.0 comm_idup 9 mpiversion=3.0 comm_idup_mul 2 mpiversion=3.0 -comm_idup_overlap 2 mpiversion=3.0 +comm_idup_overlap 2 mpiversion=3.0 xfail=ticket2238 dup_with_info 2 mpiversion=3.0 dup_with_info 4 mpiversion=3.0 dup_with_info 9 mpiversion=3.0 ----------------------------------------------------------------------- Summary of changes: test/mpi/comm/testlist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository