File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
projects/rocshmem/scripts/functional_tests Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ TestOnStream() {
472472 ExecTest " signal_wait_until_on_stream" 2 1 1
473473 if [[ $TEST != ro* ]]; then # AIROCSHMEM-217
474474 ExecTest " putmem_signal_on_stream" 2 1 1 1048576
475- else echo " Skip: putmem_signal_on_stream (AIROCSHMEM-217: RO some% abort)" ; fi
475+ else echo " Skip: putmem_signal_on_stream (AIROCSHMEM-217: RO sometimes abort)" ; fi
476476
477477 ExecTest " barrier_all_on_stream" 2 1 1
478478 ExecTest " alltoallmem_on_stream" 2 1 64 1048576
@@ -495,7 +495,6 @@ TestOther() {
495495 ExecTest " pingall" 2 32 1
496496
497497 # ############################### Flood test ##################################
498- if [[ $TEST != gda-mlx5* ]]; then # AIROCSHMEM-234
499498 ExecTest " flood_put" 2 64 1024
500499 ExecTest " flood_put" 8 64 1024
501500 ExecTest " flood_putnbi" 8 64 1024
@@ -507,7 +506,6 @@ TestOther() {
507506 if [[ $TEST != gda* ]]; then # AIROCSHMEM-162
508507 ExecTest " flood_g" 8 64 1024
509508 else echo " Skip: flood_g (AIROCSHMEM-162: GDA _g not implemented)" ; fi
510- else echo " Skip: flood_* (AIROCSHMEM-234: GDA_mlx5 flood test deadlock)" ; fi
511509
512510 # This test requires more contexts than workgroups
513511 export ROCSHMEM_MAX_NUM_CONTEXTS=1024
You can’t perform that action at this time.
0 commit comments