Skip to content

Commit

Permalink
Skip potentialPrep with CHAMPS+C testing, too (#26547)
Browse files Browse the repository at this point in the history
`potentialPrep` is the next victim for the C backend OOM issues when
testing CHAMPS. This PR skips that test.
  • Loading branch information
brandon-neth authored Jan 21, 2025
2 parents f7aea92 + cecf289 commit 2e3bbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/studies/champs/sub_test
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ test_compile icing
if [ -z "$CHAMPS_QUICKSTART" ] || [ ! -z "$CHAMPS_COMPILE_ALL_EXECS" ] ; then
test_compile flow
test_compile drop
test_compile potentialPrep
test_compile geo
test_compile thermo
test_compile postLink
Expand All @@ -104,6 +103,7 @@ if [ -z "$CHAMPS_QUICKSTART" ] || [ ! -z "$CHAMPS_COMPILE_ALL_EXECS" ] ; then
# system/backend issue. Until we figure out what's going wrong, stop testing
# these executables with the C backend
if [ "${CHPL_TARGET_COMPILER}" != "gnu" ] ; then
test_compile potentialPrep
test_compile potential
test_compile prep
test_compile post
Expand Down

0 comments on commit 2e3bbc4

Please sign in to comment.