Skip to content

Commit 00917ba

Browse files
authored
Turn of CHAMPS tests which fail to compile (#27850)
Turns off testing of two CHAMPS tests which fail to compile. This is due to an issue with the CHAMPS code and it will take awhile to fix [Reviewed by @e-kayrakli]
2 parents 58db8c3 + 8437ced commit 00917ba

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

test/studies/champs/sub_test

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ ! -z "$CHAMPS_QUICKSTART" ]; then
1717
if [ -d "$CHAMPS_COMMON_DIR" ]; then
1818
echo "[Warning: $CHAMPS_COMMON_DIR exists, will try to git pull]"
1919
update_nightly_repo
20-
else
20+
else
2121
echo "Creating $CHAMPS_COMMON_DIR"
2222
pushd $(dirname $CHAMPS_COMMON_DIR)
2323
git clone https://github.com/chapelu-champs/champs-nightly.git
@@ -43,7 +43,7 @@ chpl --version
4343
export CHAMPS_HOME=$CWD/champs
4444
rm -rf ${CHAMPS_HOME}
4545

46-
# Clone CHAMPS
46+
# Clone CHAMPS
4747
git_clone_opts="--branch=${CHAMPS_BRANCH} --single-branch --depth=1"
4848
if ! git clone ${CHAMPS_URL} $git_clone_opts ; then
4949
log_fatal_error "cloning CHAMPS"
@@ -90,13 +90,15 @@ if [ -z "$CHAMPS_QUICKSTART" ] || [ ! -z "$CHAMPS_COMPILE_ALL_EXECS" ] ; then
9090
test_compile prep
9191
flow_success=$(test_compile flow)
9292
test_compile drop
93-
test_compile potential
93+
# broken!
94+
# test_compile potential
9495
test_compile potentialPrep
9596
test_compile geo
9697
test_compile thermo
9798
test_compile postLink
9899
test_compile post
99-
test_compile stochasticIcing
100+
# broken!
101+
# test_compile stochasticIcing
100102
test_compile octree
101103
test_compile eigenSolvePost
102104
test_compile externalSolverPost

0 commit comments

Comments
 (0)