[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-1-g95a64b6

Service Account noreply at mpich.org
Tue Jun 2 15:52:17 CDT 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  95a64b67ad45815bbbcafcd5b50abbf46232122a (commit)
      from  25204ef3ea181d8e3f4a702abd19615773c2b3c1 (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/95a64b67ad45815bbbcafcd5b50abbf46232122a

commit 95a64b67ad45815bbbcafcd5b50abbf46232122a
Author: Pavan Balaji <balaji at anl.gov>
Date:   Tue Jun 2 07:50:02 2015 -0500

    Remove xfails for some more tests.
    
    These tests are not passing yet, but the plan is to fix them for the
    upcoming release.
    
    Signed-off-by: Ken Raffenetti <raffenet at mcs.anl.gov>

diff --git a/test/mpi/coll/testlist b/test/mpi/coll/testlist
index de33962..057b96f 100644
--- a/test/mpi/coll/testlist
+++ b/test/mpi/coll/testlist
@@ -18,7 +18,7 @@ red4 10
 alltoall1 8
 alltoallv 10
 alltoallv0 10
-alltoallw1 10 xfail=ticket2180
+alltoallw1 10
 alltoallw2 10
 alltoallw_zeros 1
 alltoallw_zeros 2
@@ -78,7 +78,7 @@ exscan 10
 exscan2 5
 gather 4
 gather2 4
-gather_big 8 xfail=ticket1767
+gather_big 8
 scattern 4
 scatter2 4
 scatter3 4
diff --git a/test/mpi/errors/coll/testlist b/test/mpi/errors/coll/testlist
index 9697478..7cb768a 100644
--- a/test/mpi/errors/coll/testlist
+++ b/test/mpi/errors/coll/testlist
@@ -3,4 +3,4 @@ noalias2 4 mpiversion=2.2
 noalias3 4 mpiversion=3.0
 rerr 2
 reduce_local 1
-bcastlength 4 xfail=ticket2260
+bcastlength 4
diff --git a/test/mpi/f90/f90types/testlist b/test/mpi/f90/f90types/testlist
index 626db00..69c63af 100644
--- a/test/mpi/f90/f90types/testlist
+++ b/test/mpi/f90/f90types/testlist
@@ -1,2 +1,2 @@
-createf90types 1 xfail=ticket2265
-createf90types 1 arg=10000 xfail=ticket2265
+createf90types 1
+createf90types 1 arg=10000
diff --git a/test/mpi/io/testlist.in b/test/mpi/io/testlist.in
index 1dd8bbe..2c88ede 100644
--- a/test/mpi/io/testlist.in
+++ b/test/mpi/io/testlist.in
@@ -8,8 +8,7 @@ async 4
 async_any 4
 userioerr 1
 resized 1
-# resize2 really is a goofy type, one we have never seen in real applications
-resized2 1 xfail=ticket2088
+resized2 1
 bigtype 1
 hindexed_io 1
 i_bigtype 1 mpiversion=3.1
diff --git a/test/mpi/pt2pt/testlist b/test/mpi/pt2pt/testlist
index 4f6421b..514f7b8 100644
--- a/test/mpi/pt2pt/testlist
+++ b/test/mpi/pt2pt/testlist
@@ -25,11 +25,11 @@ greq1 1
 probe-unexp 4
 probenull 1
 # For testing, scancel will run with 1 process as well
-scancel 2 xfail=ticket287
+scancel 2
 scancel2 2
-pscancel 2 xfail=ticket287
+pscancel 2
 rcancel 2
-cancelrecv 2 xfail=ticket2266
+cancelrecv 2
 cancelanysrc 2
 isendselfprobe 1
 inactivereq 1
diff --git a/test/mpi/rma/testlist.in b/test/mpi/rma/testlist.in
index 33a6385..9e680e6 100644
--- a/test/mpi/rma/testlist.in
+++ b/test/mpi/rma/testlist.in
@@ -133,7 +133,7 @@ atomic_rmw_cas 3
 atomic_rmw_gacc 3
 aint 2 mpiversion=3.1
 acc-pairtype 2
-manyget 2 xfail=ticket2264
+manyget 2
 derived-acc-flush_local 3 mpiversion=3.0
 
 ## This test is not strictly correct.  This was meant to test out the
diff --git a/test/mpi/threads/comm/testlist b/test/mpi/threads/comm/testlist
index 7767799..1485529 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 xfail=ticket2108
+comm_idup 4 mpiversion=3.0
 ctxidup 4 mpiversion=3.0

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

Summary of changes:
 test/mpi/coll/testlist         |    4 ++--
 test/mpi/errors/coll/testlist  |    2 +-
 test/mpi/f90/f90types/testlist |    4 ++--
 test/mpi/io/testlist.in        |    3 +--
 test/mpi/pt2pt/testlist        |    6 +++---
 test/mpi/rma/testlist.in       |    2 +-
 test/mpi/threads/comm/testlist |    2 +-
 7 files changed, 11 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list