]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/rma/testlist
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics about excluded tests to ease the writing of reporting scripts
[simgrid.git] / teshsuite / smpi / mpich3-test / rma / testlist
index 58b96b92751fe70c7006650e29008a89134164bf..e8185e58dc09097021e0affa4eed011ee622ffe4 100644 (file)
@@ -1,31 +1,29 @@
-#Needs Win set name, win_get_name needed
+#Needs win_create_keyval win_set_attr, win_get_attr
 #winname 2
 allocmem 2
 putfence1 4
 putfidx 4
 getfence1 4
-#Accumulate + datatypes=Bug
-#accfence1 4
+accfence1 4
 #Needs lock, unlock
 #adlb_mimic1 3
 accfence2 4
 #Needs post
-#putpscw1 4
-#accpscw1 4
+putpscw1 4
+accpscw1 4
 #Needs get_group
 #getgroup 4
 transpose1 2
 transpose2 2
-#Needs post/start
-#transpose3 2
+transpose3 2
 #Needs lock/unlock
 #transpose5 2
-#accum on complex datatypes
-#transpose6 1
+transpose6 1
 transpose7 2
 test1 2
-#Needs post/start
-#test2 2
+test2 2
+#this example will not run if the one-sided operations are simply
+#implemented on top of MPI_Isends and Irecvs -> won't work with SMPI.
 #test3 2
 #Needs lock, unlock
 #test4 2
@@ -39,22 +37,21 @@ test5 2
 #transpose4 2
 #fetchandadd 7
 #fetchandadd_tree 7
-#Needs start, complete
+#Needs MPI_Win_test
 #wintest 2
 #Needs lock, unlock
 #contig_displ 1
 test1_am 2
-#test2_am 2
+test2_am 2
 #test3_am 2
 #test4_am 2
 test5_am 2
 #fetchandadd_am 7
 #fetchandadd_tree_am 7
 accfence2_am 4
-#Accumulate + datatypes=Bug
-#test1_dt 2 timeLimit=30
+test1_dt 2 timeLimit=30
 #Needs post/start
-#nullpscw 7
+nullpscw 7
 #Needs win_attr
 #attrorderwin 1
 #Needs MPI_Win_call_errhandler
@@ -89,6 +86,7 @@ window_creation 2
 #put_bottom 2
 #win_flavors 4 mpiversion=3.0
 #manyrma2 2 timeLimit=500
+manyrma3 2
 #win_shared 4 mpiversion=3.0
 #win_shared_noncontig 4 mpiversion=3.0
 #win_shared_noncontig_put 4 mpiversion=3.0
@@ -121,5 +119,16 @@ window_creation 2
 #linked_list_bench_lock_excl 4 mpiversion=3.0
 #linked_list_bench_lock_shr 4 mpiversion=3.0
 #linked_list_bench_lock_shr_nocheck 4 mpiversion=3.0
+#badrma 2 mpiversion=3.0
+#acc-loc 4
+#fence_shm 2 mpiversion=3.0
 #mutex_bench 4 mpiversion=3.0
 #mutex_bench_shared 4 mpiversion=3.0
+
+## This test is not strictly correct.  This was meant to test out the
+## case when MPI_Test is not nonblocking.  However, we ended up
+## assuming that MPI_Win_lock will be nonblocking.  That is not
+## specified by the standard and might not be true.  Commenting this
+## out till be find a better way to test the original problem with
+## MPI_Test.
+# nb_test 2 mpiversion=3.0 xfail=ticket1910