update tester for RO (#281)

update the tester script to only tests the amo functions on RO that are
expected to pass. We can revisit the non-passing tests later, but this
prevents us from having passing CIs at the moment, while RO is simply
lower priority than other asks.
Este commit está contenido en:
Edgar Gabriel
2025-10-20 09:03:17 -05:00
cometido por GitHub
padre 9338c84480
commit 6f74cdfd75
+15 -8
Ver fichero
@@ -289,7 +289,7 @@ TestRMA() {
TestRMAGet
}
TestAMO() {
TestAMORO() {
##############################################################################
# | Name | Ranks | Workgroups | Threads | Max Message Size #
##############################################################################
@@ -306,6 +306,19 @@ TestAMO() {
ExecTest "amo_fcswap" 2 32 1
ExecTest "amo_fcswap" 2 8 1
ExecTest "amo_fetchand" 2 1 1
ExecTest "amo_and" 2 1 1
ExecTest "amo_xor" 2 1 1
}
TestAMO() {
TestAMORO
##############################################################################
# | Name | Ranks | Workgroups | Threads | Max Message Size #
##############################################################################
ExecTest "amo_finc" 2 1 1
ExecTest "amo_finc" 2 1 1024
ExecTest "amo_finc" 2 8 1
@@ -325,12 +338,6 @@ TestAMO() {
ExecTest "amo_add" 2 1 1024
ExecTest "amo_add" 2 8 1
ExecTest "amo_add" 2 32 128
ExecTest "amo_fetchand" 2 1 1
ExecTest "amo_and" 2 1 1
ExecTest "amo_xor" 2 1 1
}
TestSigOps() {
@@ -659,7 +666,7 @@ case $TEST in
;;
*"all-ro")
TestRMAPut
TestAMO
TestAMORO
TestSigOps
TestColl
TestOther