aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-11-04 10:51:06 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-11-04 12:11:13 +0900
commit4c6700964d92656f5fa4e6ae0b18f822b4870548 (patch)
treed33d6abb1842c6d9e61212c62aaeaf382533eb74 /.travis.yml
parent8eca97c04945e7b252a411fefe80ce41bfc0a202 (diff)
downloadruby-4c6700964d92656f5fa4e6ae0b18f822b4870548.tar.gz
.travis.yml: delete sanitizer tests
They were not working.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml44
1 files changed, 0 insertions, 44 deletions
diff --git a/.travis.yml b/.travis.yml
index 15e89cfb6a..415ac3c0f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -125,45 +125,6 @@ env:
arch: s390x
<<: *gcc-8
- - &ASAN
- name: -fsanitize=address
- <<: *clang-8
- <<: *make-test-only
- env:
- - GEMS_FOR_TEST=
- - ASAN_OPTIONS=detect_leaks=0
- - cflags='-U_FORTIFY_SOURCE -march=native -fsanitize=address -fno-omit-frame-pointer -fPIC'
- - debugflags=-ggdb3
- - optflags=-O1
- - LD=clang-8
- - LDFLAGS='-fsanitize=address -fPIC'
- - CONFIG_FLAG='--with-out-ext=openssl --without-gmp --without-jemalloc --without-valgrind'
-
- - &MSAN
- name: -fsanitize=memory
- <<: *clang-8
- <<: *make-test-only
- env:
- - GEMS_FOR_TEST=
- - cflags='-U_FORTIFY_SOURCE -fsanitize=memory -fsanitize-memory-track-origins=2 -fno-omit-frame-pointer -fPIC'
- - optflags=-O1
- - LD=clang-8
- - LDFLAGS='-fsanitize=memory -fPIC'
- - CONFIG_FLAG='--with-out-ext=openssl --without-gmp --without-jemalloc --without-valgrind'
-
- - &UBSAN
- name: -fsanitize=undefined
- <<: *clang-8
- <<: *make-test-only
- env:
- - GEMS_FOR_TEST=
- - cflags='-U_FORTIFY_SOURCE -fsanitize=undefined,integer,nullability -fno-sanitize=implicit-integer-sign-change,unsigned-integer-overflow'
- - cppflags=-DUNALIGNED_WORD_ACCESS=0
- - debugflags=-ggdb3
- - optflags='-O1 -march=native'
- - LD=clang-8
- - LDFLAGS='-fsanitize=undefined,integer,nullability -fno-sanitize=implicit-integer-sign-change,unsigned-integer-overflow'
-
- &i686-linux
name: i686-linux
compiler: gcc-8
@@ -242,15 +203,10 @@ matrix:
- <<: *arm32-linux
- <<: *arm64-linux
- <<: *s390x-linux
- - <<: *ASAN
- - <<: *MSAN
- - <<: *UBSAN
allow_failures:
- name: arm32-linux
- name: arm64-linux
- name: s390x-linux
- - name: -fsanitize=address
- - name: -fsanitize=memory
fast_finish: true
before_script: