bitcoin/ci/test
fanquake 76e777df83
Merge #16161: util: Fix compilation errors in support/lockedpool.cpp
30fb598737 Fix segfault in allocator_tests/arena_tests (Jeffrey Czyz)
15c84f53f4 Define ARENA_DEBUG in Travis test runs (Jeffrey Czyz)
ad71548822 Fix compilation errors in support/lockedpool.cpp (Jeffrey Czyz)

Pull request description:

  Changes in #12048 cause a compilation error in Arena::walk() when
  ARENA_DEBUG is defined. Specifically, Arena's chunks_free map was
  changed to have a different value type.

  Additionally, missing includes cause other compilation errors when
  ARENA_DEBUG is defined.

  Reproduced with:

  make CPPFLAGS=-DARENA_DEBUG

ACKs for top commit:
  laanwj:
    ACK 30fb598737
  fanquake:
    ACK 30fb598737 - thanks for following up jkczyz.

Tree-SHA512: 4eec368a4e9c67e4e2a27bc05608a807c2892d50c60d06ed21490cd274c0369f9671bc05b3006acc2a193316caf4896454c9c299603bfed29bd488f1987ec446
2019-11-20 09:54:31 -05:00
..
00_setup_env_arm.sh travis: Run unit and functional tests on native arm 2019-10-30 14:45:32 -04:00
00_setup_env_i686.sh build: remove protobuf from depends 2019-10-24 16:01:42 -04:00
00_setup_env_mac_host.sh Remove BIP70 Support 2019-10-24 16:01:43 -04:00
00_setup_env_mac.sh ci: Add environment files for all settings 2019-08-16 08:46:37 -04:00
00_setup_env_native_asan.sh Merge #16161: util: Fix compilation errors in support/lockedpool.cpp 2019-11-20 09:54:31 -05:00
00_setup_env_native_fuzz.sh test: Remove libssl-dev packages from CI scripts 2019-11-19 15:04:43 +01:00
00_setup_env_native_nowallet.sh ci: Run non-cross-compile builds natively 2019-11-04 14:10:24 -05:00
00_setup_env_native_qt5.sh ci: Run non-cross-compile builds natively 2019-11-04 14:10:24 -05:00
00_setup_env_native_trusty.sh test: Remove libssl-dev packages from CI scripts 2019-11-19 15:04:43 +01:00
00_setup_env_native_tsan.sh Merge #16161: util: Fix compilation errors in support/lockedpool.cpp 2019-11-20 09:54:31 -05:00
00_setup_env_win64.sh ci: Add environment files for all settings 2019-08-16 08:46:37 -04:00
00_setup_env.sh ci: Guess the native host when not cross compiling 2019-11-07 13:42:57 -05:00
03_before_install.sh ci: Use ./ci/ on non-travis host 2019-08-15 11:13:09 -04:00
04_install.sh ci: remove OpenSSL installation 2019-11-18 08:56:48 -05:00
05_before_script.sh ci: Remove redundant check for TRAVIS_OS_NAME 2019-10-17 11:30:36 -04:00
06_script_a.sh travis: run tests on macOS native 2019-10-14 23:00:49 +02:00
06_script_b.sh ci: Run CI_WAIT only on travis 2019-11-04 14:10:07 -05:00