]> git.lizzy.rs Git - rust.git/commit
Fix sanitizer tests on buggy kernels
authorAlex Crichton <alex@alexcrichton.com>
Thu, 7 Sep 2017 20:36:23 +0000 (13:36 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 8 Sep 2017 03:44:38 +0000 (20:44 -0700)
commit43efccee89bdfa2c5e7b47c7ca4b85f6bba36ec3
tree451bf5cf39dfaca4630aa2e48f62cd74ff4e83c4
parente1ef1882a0b1e37d51d1b864bc8222897977d692
Fix sanitizer tests on buggy kernels

Travis recently pushed an update to the Linux environments, namely the kernels
that we're running on. This in turn caused some of the sanitizer tests we run to
fail. We also apparently weren't the first to hit these failures! Detailed in
google/sanitizers#837 these tests were failing due to a specific commit in the
kernel which has since been backed out, but for now work around the buggy kernel
that's deployed on Travis and eventually we should be able to remove these
flags.
.travis.yml
src/test/run-make/sanitizer-address/Makefile
src/test/run-make/sanitizer-cdylib-link/Makefile
src/test/run-make/sanitizer-dylib-link/Makefile