[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnurl] 295/411: travis: use valgrind when running tests for debug build
From: |
gnunet |
Subject: |
[gnurl] 295/411: travis: use valgrind when running tests for debug builds |
Date: |
Wed, 13 Jan 2021 01:21:50 +0100 |
This is an automated email from the git hooks/post-receive script.
nikita pushed a commit to branch master
in repository gnurl.
commit 606d213766fb94a4653ec41ef3b91cc0a96b9570
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Sun Nov 1 23:26:04 2020 +0100
travis: use valgrind when running tests for debug builds
Except the non-x86 and sanitizer builds
Closes #6154
---
.travis.yml | 8 ++++----
scripts/travis/script.sh | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 2f036c833..6ee8228ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -334,7 +334,7 @@ jobs:
- libbrotli-dev
- libzstd-dev
- env:
- - T=debug CFLAGS="-fsanitize=address,undefined,signed-integer-overflow
-fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security
-Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined
-fno-sanitize-recover=undefined,integer" LIBS="-ldl -lubsan"
+ - T=debug CFLAGS="-fsanitize=address,undefined,signed-integer-overflow
-fno-sanitize-recover=undefined,integer -Wformat -Werror=format-security
-Werror=array-bounds -g" LDFLAGS="-fsanitize=address,undefined
-fno-sanitize-recover=undefined,integer" LIBS="-ldl -lubsan" TFLAGS=-n
- *clang
compiler: clang
addons:
@@ -346,7 +346,7 @@ jobs:
- libbrotli-dev
- libzstd-dev
- env:
- - T=debug C=""
+ - T=debug C="" TFLAGS=-n
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
arch: arm64
addons:
@@ -364,7 +364,7 @@ jobs:
- zlib1g-dev
- env:
- - T=debug C=""
+ - T=debug C="" TFLAGS=-n
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
arch: ppc64le
addons:
@@ -382,7 +382,7 @@ jobs:
- zlib1g-dev
- env:
- - T=debug C=""
+ - T=debug C="" TFLAGS=-n
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
arch: s390x
addons:
diff --git a/scripts/travis/script.sh b/scripts/travis/script.sh
index 732a50fd7..4b7b7bb0a 100755
--- a/scripts/travis/script.sh
+++ b/scripts/travis/script.sh
@@ -49,7 +49,7 @@ if [ "$T" = "debug" ]; then
make
make examples
if [ -z $NOTESTS ]; then
- make TFLAGS=-n test-nonflaky
+ make test-nonflaky
fi
fi
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [gnurl] 296/411: sendf: move the verbose-check into Curl_debug, (continued)
- [gnurl] 296/411: sendf: move the verbose-check into Curl_debug, gnunet, 2021/01/12
- [gnurl] 359/411: tests/server/tftpd.c: close upload file right after transfer, gnunet, 2021/01/12
- [gnurl] 321/411: test493: verify --hsts upgrade and that %{url_effective} reflects that, gnunet, 2021/01/12
- [gnurl] 314/411: docs: Fix various typos in documentation, gnunet, 2021/01/12
- [gnurl] 364/411: http3: use the master branch of GnuTLS for testing, gnunet, 2021/01/12
- [gnurl] 349/411: KNOWN_BUGS: cmake libcurl.pc uses absolute library paths, gnunet, 2021/01/12
- [gnurl] 278/411: CURLOPT_DNS_USE_GLOBAL_CACHE.3: fix typo, gnunet, 2021/01/12
- [gnurl] 329/411: Revert "libcurl.pc: make it relocatable", gnunet, 2021/01/12
- [gnurl] 327/411: Curl_pgrsStartNow: init speed limit time stamps at start, gnunet, 2021/01/12
- [gnurl] 310/411: KNOWN_BUGS: FTPS with Schannel times out file list operation, gnunet, 2021/01/12
- [gnurl] 295/411: travis: use valgrind when running tests for debug builds,
gnunet <=
- [gnurl] 342/411: CURLOPT_HSTS.3: document the file format, gnunet, 2021/01/12
- [gnurl] 290/411: http: pass correct header size to debug callback for chunked post, gnunet, 2021/01/12
- [gnurl] 377/411: socks: check for DNS entries with the right port number, gnunet, 2021/01/12
- [gnurl] 372/411: file: avoid duplicated code sequence, gnunet, 2021/01/12
- [gnurl] 376/411: curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver use, gnunet, 2021/01/12
- [gnurl] 292/411: tests: add missing global_init/cleanup calls, gnunet, 2021/01/12
- [gnurl] 356/411: openssl: guard against OOM on context creation, gnunet, 2021/01/12
- [gnurl] 280/411: mailmap: set Viktor Szakats's email, gnunet, 2021/01/12
- [gnurl] 269/411: CI/appveyor: disable test 571 in two cmake builds, gnunet, 2021/01/12
- [gnurl] 326/411: ngtcp2: adapt to recent nghttp3 updates, gnunet, 2021/01/12