ruby-changes:63514
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Wed, 4 Nov 2020 12:11:33 +0900 (JST)
Subject: [ruby-changes:63514] 4c6700964d (master): .travis.yml: delete sanitizer tests
https://git.ruby-lang.org/ruby.git/commit/?id=4c6700964d From 4c6700964d92656f5fa4e6ae0b18f822b4870548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Wed, 4 Nov 2020 10:51:06 +0900 Subject: .travis.yml: delete sanitizer tests They were not working. diff --git a/.travis.yml b/.travis.yml index 15e89cf..415ac3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -125,45 +125,6 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L125 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: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L203 - <<: *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: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/