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 b5099d559d6c2a406d3b875b054c288c7e306bc7 (commit) from 5e791c1d151812036d15459205e87693ceac67df (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/b5099d559d6c2a406d3b875b054c288c7e... commit b5099d559d6c2a406d3b875b054c288c7e306bc7 Author: Huiwei Lu <[email protected]> Date: Wed Jul 22 16:59:51 2015 -0500 Remove xfail for MPI_Comm_idup Refs #2108 No reviewer diff --git a/test/mpi/threads/coll/testlist.in b/test/mpi/threads/coll/testlist.in index 885434c..9ea953d 100644 --- a/test/mpi/threads/coll/testlist.in +++ b/test/mpi/threads/coll/testlist.in @@ -1,2 +1,2 @@ -@comm_overlap@ allred 2 xfail=ticket2108 -@comm_overlap@ iallred 2 mpiversion=3.0 xfail=ticket2108 +@comm_overlap@ allred 2 +@comm_overlap@ iallred 2 mpiversion=3.0 diff --git a/test/mpi/threads/comm/testlist.in b/test/mpi/threads/comm/testlist.in index 9378505..07d79c8 100644 --- a/test/mpi/threads/comm/testlist.in +++ b/test/mpi/threads/comm/testlist.in @@ -3,7 +3,7 @@ dup_leak_test 2 comm_dup_deadlock 4 comm_create_threads 4 comm_create_group_threads 4 -@comm_overlap@ comm_idup 4 mpiversion=3.0 xfail=ticket2108 -@comm_overlap@ ctxidup 4 mpiversion=3.0 xfail=ticket2108 +@comm_overlap@ comm_idup 4 mpiversion=3.0 +@comm_overlap@ ctxidup 4 mpiversion=3.0 idup_nb 4 mpiversion=3.0 xfail=ticket2283 idup_comm_gen 4 mpiversion=3.0 xfail=ticket2286 ----------------------------------------------------------------------- Summary of changes: test/mpi/threads/coll/testlist.in | 4 ++-- test/mpi/threads/comm/testlist.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- MPICH primary repository