Commit Graph

179 Commits (3c58129b1293742a49aa196cb210ff345a7339e6)

Author SHA1 Message Date
MarcoFalke 7027c67cac
Merge #18288: build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory
4 years ago
MarcoFalke fa23fbb42f
ci: Run all tests on native mac again
4 years ago
Wladimir J. van der Laan bb588669f9
Merge #19331: build: Do not include server symbols in wallet
4 years ago
MarcoFalke 8d3187fd0d
Merge #19412: test: move TEST_RUNNER_EXTRA into native tsan setup
4 years ago
Wladimir J. van der Laan dbadf746e2
Merge #19333: refactor: Fix clang compile failure
4 years ago
fanquake a92e48b02d
test: move TEST_RUNNER_EXTRA into native tsan setup
4 years ago
fanquake 19612ca2eb
Merge #19371: ci: Increase test timeout for sanitizer configs
4 years ago
MarcoFalke faca73000f
ci: Install fixed version of clang-format for linters
4 years ago
MarcoFalke 910f0468a1
Merge #19348: test: Bump linter versions
4 years ago
MarcoFalke fa74a54fad
ci: Increase test timeout for sanitizer configs
4 years ago
practicalswift 870f0cd2a0 build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory
4 years ago
fanquake 80fd474e40
Merge #19240: build: macOS toolchain simplification and bump
4 years ago
Duncan Dean 39d526bde4
test: Bump linter versions
4 years ago
Cory Fields 2418f739f7
macos: Bump to xcode 11.3.1 and 10.15 SDK
4 years ago
Carl Dong 3381e4a189
Adapt rest of tooling to new SDK naming scheme
4 years ago
MarcoFalke fa3b35a189
ci: Add test for clang-3.8 C++11 support
4 years ago
MarcoFalke fa05f44893
ci: Upgrade most ci configs to focal
4 years ago
MarcoFalke fad6720891
doc: move doc to ci readme
4 years ago
MarcoFalke fa880773b4
ci: Have one config run in xenial to test against python3.5
4 years ago
fanquake 968aaae940
tests: run test-security-check.py in CI
4 years ago
MarcoFalke fa71667597
ci: Move travis workarounds to .travis.yml
4 years ago
MarcoFalke aa35ea5502
Merge #19173: build: turn on --enable-c++17 by --enable-fuzz
5 years ago
Vasil Dimov 0012471391
build: turn on --enable-c++17 by --enable-fuzz
5 years ago
MarcoFalke fa7e002d52
ci: tsan with wallet
5 years ago
fanquake 234fabab90
Merge #18210: test: type hints in Python tests
5 years ago
Kiminuo bd7e530f01 This PR adds initial support for type hints checking in python scripts.
5 years ago
MarcoFalke faf62e6ed0
ci: Remove unused workaround
5 years ago
MarcoFalke fa7c850915
ci: Install llvm to get llvm symbolizer
5 years ago
MarcoFalke fa0cc02c0a
ci: Mute depends logs completely
5 years ago
MarcoFalke fa10d85079
ci: Use libc++ instead of libstdc++ for tsan
5 years ago
MarcoFalke fa0d5ee112
ci: Set halt_on_error=1 for tsan
5 years ago
MarcoFalke fa2ffe87f7
ci: Deduplicate DOCKER_EXEC
5 years ago
MarcoFalke faf1c3cc58
test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
5 years ago
fanquake 97b21b302a
Merge #18677: Multiprocess build support
5 years ago
MarcoFalke faf552117e
ci: Set DEBIAN_FRONTEND=noninteractive
5 years ago
MarcoFalke fa006caa13
ci: tsan on clang-9
5 years ago
Russell Yanofsky e2bab2aa16 multiprocess: add multiprocess travis configuration
5 years ago
Russell Yanofsky cbd661122e Set LD_LIBRARY_PATH consistently in travis tests
5 years ago
MarcoFalke fa35c34df7
Remove unused ci configs that have been moved elsewhere
5 years ago
MarcoFalke 3333cb9699
fuzz: Pass down MAKEJOBS to test_runner
5 years ago
Harris 420fa0770f
fuzz: use std::optional for sep_pos variable
5 years ago
MarcoFalke 3930014abc
Merge #18864: Add v0.16.3 backwards compatibility test, bump v0.19.0.1 to v0.19.1
5 years ago
Sjors Provoost d135c29476
[ci] make list of previous releases to download a setting
5 years ago
MarcoFalke 8c705ff129 travis: Remove s390x
5 years ago
Sjors Provoost 9c246b873c
[test] backwards compatibility: bump v0.19.0.1 to v0.19.1
5 years ago
MarcoFalke ddc0a600b3
Merge #18617: test: add factor option to adjust test timeouts
5 years ago
Harris 2742c34286
test: add factor option to adjust test timeouts
5 years ago
MarcoFalke aaaacff107
ci: Merge C++17 build with one of the existing ones
5 years ago
Wladimir J. van der Laan 35ef3c15ef
Merge #18591: Add C++17 build to Travis
5 years ago
MarcoFalke ab91a0e0fc
Merge #18798: ci: Fix default retry script usage
5 years ago