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 c11ccde6bd3e9ceca312d1976c89f344e6560e82 (commit) from 866598b9d77a5c953ff5cc12cda2b78ae713bf33 (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/c11ccde6bd3e9ceca312d1976c89f344e6... commit c11ccde6bd3e9ceca312d1976c89f344e6560e82 Author: Huiwei Lu <[email protected]> Date: Tue Oct 14 13:49:40 2014 -0500 Mark two MPI_Comm_idup related tests as xfail They are known to be failing. Mark them as xfail so they will not send false alarms to other patches. No reviewer. diff --git a/test/mpi/threads/comm/testlist b/test/mpi/threads/comm/testlist index 2dfc780..d3b6b5e 100644 --- a/test/mpi/threads/comm/testlist +++ b/test/mpi/threads/comm/testlist @@ -3,5 +3,5 @@ dup_leak_test 2 comm_dup_deadlock 4 comm_create_threads 4 comm_create_group_threads 4 -comm_idup 4 mpiversion=3.0 -ctxidup 4 +comm_idup 4 mpiversion=3.0 xfail=ticket2108 +ctxidup 4 mpiversion=3.0 xfail=ticket2108 ----------------------------------------------------------------------- Summary of changes: test/mpi/threads/comm/testlist | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- MPICH primary repository