[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2a2-252-g758e1b2

Service Account noreply at mpich.org
Thu Mar 5 10:32:52 CST 2015


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  758e1b2b63bd8af1b2ebec29abec07e143f8a274 (commit)
      from  675f028aa7855208445588b7c731e20e0db2f0f8 (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/758e1b2b63bd8af1b2ebec29abec07e143f8a274

commit 758e1b2b63bd8af1b2ebec29abec07e143f8a274
Author: Huiwei Lu <huiweilu at mcs.anl.gov>
Date:   Thu Mar 5 10:31:11 2015 -0600

    Mark comm_idup and comm_idup_mul as xfail
    
    comm_idup was caught failing on mpich-portals4 with configuration
    "intel,strict,ib”. It was not fully tested on portals4 because portals
    was added after comm_dup patch. On other platforms comm_idup seems to be
    OK.
    
    Ticket #2243
    
    No reviewer

diff --git a/test/mpi/comm/testlist b/test/mpi/comm/testlist
index 3601b91..4ffbe9b 100644
--- a/test/mpi/comm/testlist
+++ b/test/mpi/comm/testlist
@@ -24,10 +24,10 @@ comm_group_half 8 mpiversion=3.0
 comm_group_rand 2 mpiversion=3.0
 comm_group_rand 4 mpiversion=3.0
 comm_group_rand 8 mpiversion=3.0
-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 2 mpiversion=3.0 xfail=ticket2243
+comm_idup 4 mpiversion=3.0 xfail=ticket2243
+comm_idup 9 mpiversion=3.0 xfail=ticket2243
+comm_idup_mul 2 mpiversion=3.0 xfail=ticket2243
 comm_idup_overlap 2 mpiversion=3.0 xfail=ticket2238
 dup_with_info 2 mpiversion=3.0
 dup_with_info 4 mpiversion=3.0

-----------------------------------------------------------------------

Summary of changes:
 test/mpi/comm/testlist |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list