Skip to content

Commit

Permalink
Skip 1BRC tests in valgrind config (chapel-lang#24530)
Browse files Browse the repository at this point in the history
Add check for `CHPL_TEST_VGRND_EXE` to the 1brc skipif file. Should
prevent these tests from running and timing out in the valgrind test
config.

[ trivial - not reviewed ]
  • Loading branch information
jeremiah-corrado authored Mar 5, 2024
2 parents 09d4967 + c07d518 commit ed27104
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/studies/1brc/SKIPIF
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ if [[ ${CHPL_NIGHTLY_TEST_CONFIG_NAME} == "valgrind" ]]; then
exit
fi

if [[ ${CHPL_TEST_VGRND_EXE} == "on" ]]; then
echo "True"
exit
fi

# If we've already generated the input dataset no need to regenerate it
if [[ -e measurements.txt ]]; then
echo "False"
Expand Down

0 comments on commit ed27104

Please sign in to comment.