[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.3-6-g505d84a

mysql vizuser noreply at mpich.org
Fri Apr 5 11:10:42 CDT 2013


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  505d84a3e2da4d9593ec0dcce541e89449fd634c (commit)
      from  a3c816ac90ad52ca1bdef10c6419c67f6c3c6373 (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/505d84a3e2da4d9593ec0dcce541e89449fd634c

commit 505d84a3e2da4d9593ec0dcce541e89449fd634c
Author: Dave Goodell <goodell at mcs.anl.gov>
Date:   Fri Mar 22 17:31:20 2013 -0500

    mark leaky cancel tests as xfail
    
    This is a longstanding bug in our reference counting that only affects
    the cancellation paths.  The tests themselves are fine AFAIK, but our
    implementation in MPICH is incorrect.
    
    references ticket #287
    
    No reviewer.

diff --git a/test/mpi/pt2pt/testlist b/test/mpi/pt2pt/testlist
index 83f896d..f5c86aa 100644
--- a/test/mpi/pt2pt/testlist
+++ b/test/mpi/pt2pt/testlist
@@ -24,11 +24,11 @@ greq1 1
 probe-unexp 4
 probenull 1
 # For testing, scancel will run with 1 process as well
-scancel 2
+scancel 2 xfail=ticket287
 scancel2 2
-pscancel 2
+pscancel 2 xfail=ticket287
 rcancel 2
-cancelrecv 2
+cancelrecv 2 xfail=ticket287
 isendselfprobe 1
 inactivereq 1
 waittestnull 1

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

Summary of changes:
 test/mpi/pt2pt/testlist |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list