Skip to content

Commit

Permalink
Increased Valgrind test timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Dec 24, 2017
1 parent 53155be commit b801318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ export LD_BIND_NOW=1
for i in build-gcc build-clang
do
# run all tests except extremely slow ones with Valgrind
meson test -C $i --no-rebuild --print-errorlogs --no-suite b6b:slow --num-processes 1 -t 2 --wrapper "valgrind --leak-check=full --error-exitcode=1 --malloc-fill=1 --free-fill=1 --track-fds=yes"
meson test -C $i --no-rebuild --print-errorlogs --no-suite b6b:slow --num-processes 1 -t 3 --wrapper "valgrind --leak-check=full --error-exitcode=1 --malloc-fill=1 --free-fill=1 --track-fds=yes"

# run multi-threaded tests with Helgrind
meson test -C $i --no-rebuild --print-errorlogs --suite b6b:threaded --num-processes 1 -t 2 --wrapper "valgrind --tool=helgrind --error-exitcode=1"
meson test -C $i --no-rebuild --print-errorlogs --suite b6b:threaded --num-processes 1 -t 2 --wrapper "valgrind --tool=helgrind --error-exitcode=1 --fair-sched=yes"
meson test -C $i --no-rebuild --print-errorlogs --suite b6b:threaded --num-processes 1 -t 3 --wrapper "valgrind --tool=helgrind --error-exitcode=1"
meson test -C $i --no-rebuild --print-errorlogs --suite b6b:threaded --num-processes 1 -t 3 --wrapper "valgrind --tool=helgrind --error-exitcode=1 --fair-sched=yes"
done

meson test -C build-coverage
Expand Down

0 comments on commit b801318

Please sign in to comment.