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 b3a731791da03bf0489e0eec11c6f1e412bb0085 (commit) from 38f365b4950f1579e2c46686edfc2a49f783f6bd (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/b3a731791da03bf0489e0eec11c6f1e412... commit b3a731791da03bf0489e0eec11c6f1e412bb0085 Author: Pavan Balaji <[email protected]> Date: Thu Apr 16 22:11:44 2015 -0500 Reenable a bunch of tests that were disabled so far. Over time, we have disabled a number of tests. Some of these were ones that we had tickets for and some were just simply commented out before we had the xfail mechanism. This patch is semi-temporary to see where we stand with these changes and to try to see how far we can get in fixing them. This patch does not reenable the FT failures or the performance test failures. Signed-off-by: Huiwei Lu <[email protected]> diff --git a/test/mpi/coll/testlist b/test/mpi/coll/testlist index 12787c9..2c8d5fe 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 diff --git a/test/mpi/comm/testlist b/test/mpi/comm/testlist index 20f7f24..b3987af 100644 --- a/test/mpi/comm/testlist +++ b/test/mpi/comm/testlist @@ -24,11 +24,11 @@ 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 xfail=ticket2183 -comm_idup 4 mpiversion=3.0 xfail=ticket2183 -comm_idup 9 mpiversion=3.0 xfail=ticket2183 -comm_idup_mul 2 mpiversion=3.0 xfail=ticket2183 -comm_idup_overlap 2 mpiversion=3.0 xfail=ticket2238 +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_overlap 2 mpiversion=3.0 dup_with_info 2 mpiversion=3.0 dup_with_info 4 mpiversion=3.0 dup_with_info 9 mpiversion=3.0 diff --git a/test/mpi/datatype/testlist.in b/test/mpi/datatype/testlist.in index 7fee6a4..0e53faf 100644 --- a/test/mpi/datatype/testlist.in +++ b/test/mpi/datatype/testlist.in @@ -29,7 +29,7 @@ subarray-pack 1 subarray 2 darray-pack 1 darray-pack 9 -# darray-pack 72 +darray-pack 72 darray-cyclic 12 pairtype-size-extent 1 simple-commit 1 @@ -54,7 +54,7 @@ vecblklen 1 hvecblklen 1 longdouble 1 dataalign 2 -@largetest@large-count 1 mpiversion=3.0 xfail=ticket1767 +@largetest@large-count 1 mpiversion=3.0 cxx-types 1 mpiversion=3.0 @largetest@large_type 1 mpiversion=3.0 @largetest@large_type_sendrec 2 arg=31 mpiversion=3.0 diff --git a/test/mpi/errors/coll/testlist b/test/mpi/errors/coll/testlist index 75fda41..7cb768a 100644 --- a/test/mpi/errors/coll/testlist +++ b/test/mpi/errors/coll/testlist @@ -3,15 +3,4 @@ noalias2 4 mpiversion=2.2 noalias3 4 mpiversion=3.0 rerr 2 reduce_local 1 -# MPICH currently fails the bcastlength test because it needs to do more -# checking on the receive status, so for the 1.0.5 release, we are -# commenting out this test. -# 3/20/2011. Since this was commented out before 1.0.5 and we are now -# at 1.4, it is clear that this should not be commented out again -# -# 2012-04-20 Commenting out again. r9686 disabled the functionality that detects -# this because it was broken when nonblocking collectives are used. Darius has -# a plan for how to fix this, but it will take some effort to implement. It -# would be better if the mpich test suite had an XFAIL type of feature, but -# we don't so commenting is what we are stuck with for now. [goodell@] -#bcastlength 4 +bcastlength 4 diff --git a/test/mpi/errors/rma/testlist b/test/mpi/errors/rma/testlist index 07a59ca..5fd1788 100644 --- a/test/mpi/errors/rma/testlist +++ b/test/mpi/errors/rma/testlist @@ -1,14 +1,12 @@ winerr 2 winerr2 2 -cas_type_check 2 mpiversion=3.0 xfail=ticket1906 +cas_type_check 2 mpiversion=3.0 win_sync_unlock 2 win_sync_free_pt 2 win_sync_free_at 2 win_sync_complete 2 win_sync_lock_at 2 win_sync_lock_pt 2 -# FIXME - MPICH currently does not detect the erroneous synchronization in -# win_sync_lock_fence. -#win_sync_lock_fence 2 +win_sync_lock_fence 2 win_sync_nested 2 win_sync_op 2 diff --git a/test/mpi/f77/io/testlist.in b/test/mpi/f77/io/testlist.in index 0c637ad..ae4bec8 100644 --- a/test/mpi/f77/io/testlist.in +++ b/test/mpi/f77/io/testlist.in @@ -19,4 +19,4 @@ setviewcurf 4 c2f2ciof 1 c2fmultio 1 @mpix@i_setviewcurf 4 -@mpix@iwriteatallf 4 xfail=ticket2201 +@mpix@iwriteatallf 4 diff --git a/test/mpi/f77/rma/testlist.in b/test/mpi/f77/rma/testlist.in index 185bce9..78675ac 100644 --- a/test/mpi/f77/rma/testlist.in +++ b/test/mpi/f77/rma/testlist.in @@ -10,4 +10,4 @@ c2f2cwinf 1 baseattrwinf 1 winattrf 1 winattr2f 1 -@mpix@aintf 2 strict=false xfail=ticket1877 +@mpix@aintf 2 strict=false diff --git a/test/mpi/io/testlist.in b/test/mpi/io/testlist.in index fa728d2..2f9da64 100644 --- a/test/mpi/io/testlist.in +++ b/test/mpi/io/testlist.in @@ -8,7 +8,7 @@ async 4 async_any 4 userioerr 1 resized 1 -resized2 1 xfail=ticket2088 +resized2 1 bigtype 1 hindexed_io 1 @mpix@i_bigtype 1 diff --git a/test/mpi/pt2pt/testlist b/test/mpi/pt2pt/testlist index 56f2c3c..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=ticket287 +cancelrecv 2 cancelanysrc 2 isendselfprobe 1 inactivereq 1 diff --git a/test/mpi/rma/testlist.in b/test/mpi/rma/testlist.in index 6abee4d..52e94fa 100644 --- a/test/mpi/rma/testlist.in +++ b/test/mpi/rma/testlist.in @@ -119,7 +119,7 @@ linked_list_bench_lock_shr_nocheck 4 mpiversion=3.0 mutex_bench 4 mpiversion=3.0 mutex_bench_shared 4 mpiversion=3.0 mutex_bench_shm 4 mpiversion=3.0 -mutex_bench_shm_ordered 4 mpiversion=3.0 xfail=ticket2127 +mutex_bench_shm_ordered 4 mpiversion=3.0 rma-contig 2 mpiversion=3.0 timeLimit=600 badrma 2 mpiversion=3.0 acc-loc 4 diff --git a/test/mpi/threads/comm/testlist b/test/mpi/threads/comm/testlist index d3b6b5e..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 -ctxidup 4 mpiversion=3.0 xfail=ticket2108 +comm_idup 4 mpiversion=3.0 +ctxidup 4 mpiversion=3.0 diff --git a/test/mpi/threads/rma/testlist b/test/mpi/threads/rma/testlist index b9f0a46..c66231f 100644 --- a/test/mpi/threads/rma/testlist +++ b/test/mpi/threads/rma/testlist @@ -1,2 +1,2 @@ multirma 2 mpiversion=3.0 -multiget 2 mpiversion=3.0 xfail=ticket2143 +multiget 2 mpiversion=3.0 diff --git a/test/mpi/threads/spawn/testlist b/test/mpi/threads/spawn/testlist index c2a7c80..c974184 100644 --- a/test/mpi/threads/spawn/testlist +++ b/test/mpi/threads/spawn/testlist @@ -1,3 +1,3 @@ multispawn 1 th_taskmaster 1 timeLimit=600 -#th_taskmaster 2 timeLimit=600 +th_taskmaster 2 timeLimit=600 ----------------------------------------------------------------------- Summary of changes: test/mpi/coll/testlist | 2 +- test/mpi/comm/testlist | 10 +++++----- test/mpi/datatype/testlist.in | 4 ++-- test/mpi/errors/coll/testlist | 13 +------------ test/mpi/errors/rma/testlist | 6 ++---- test/mpi/f77/io/testlist.in | 2 +- test/mpi/f77/rma/testlist.in | 2 +- test/mpi/io/testlist.in | 2 +- test/mpi/pt2pt/testlist | 6 +++--- test/mpi/rma/testlist.in | 2 +- test/mpi/threads/comm/testlist | 4 ++-- test/mpi/threads/rma/testlist | 2 +- test/mpi/threads/spawn/testlist | 2 +- 13 files changed, 22 insertions(+), 35 deletions(-) hooks/post-receive -- MPICH primary repository