index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.travis
/
test_04_install.sh
Age
Commit message (
Collapse
)
Author
2019-05-03
Remove Windows 32 bit build
MarcoFalke
2019-02-13
qa: Add test/fuzz/test_runner.py
MarcoFalke
2018-12-28
If tests are ran with (ASan + LSan), Docker needs access to ptrace
Graham Krizek
See https://github.com/google/sanitizers/issues/764 for details
2018-12-17
build: Enable functional tests in the ThreadSanitizer (TSan) build job
practicalswift
2018-11-26
Add ASan Travis build
practicalswift
2018-11-26
Make test p2p_invalid_messages.py pass: Allow for expected Travis ASAN ↵
practicalswift
memory increase
2018-11-22
test: Move UBSAN suppressions to test/sanitizer_suppressions/ubsan
MarcoFalke
2018-11-22
travis: Run thread sanitizer
MarcoFalke
2018-11-06
Add UBSan options: print_stacktrace + halt_on_error
practicalswift
2018-11-05
Enable functional tests in UBSAN job. Enable -fsanitize=integer (part of ↵
practicalswift
UBSAN). Merge UBSAN Travis job with no depends.
2018-08-27
use export LC_ALL=C.UTF-8
Julian Fleischer
2018-08-27
number .travis/ script according to build lifecycle and add README to explain
Julian Fleischer