ruby-changes:55328
From: k0kubun <ko1@a...>
Date: Sun, 14 Apr 2019 14:48:43 +0900 (JST)
Subject: [ruby-changes:55328] k0kubun:r67535 (trunk): Simplify matrix for debugging
k0kubun 2019-04-14 14:48:38 +0900 (Sun, 14 Apr 2019) New Revision: 67535 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67535 Log: Simplify matrix for debugging Modified files: trunk/.travis.yml Index: .travis.yml =================================================================== --- .travis.yml (revision 67534) +++ .travis.yml (revision 67535) @@ -291,25 +291,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L291 matrix: include: # to reduce time for finishing all jobs, run the slowest osx build first. - - <<: *x86_64-darwin17 - - <<: *x86_64-linux - <<: *i686-linux - - <<: *jemalloc - - <<: *pedanticism - - <<: *ASAN - - <<: *MSAN - - <<: *UBSAN - - <<: *VM_CHECK_MODE - - <<: *FIBER_USE_sjlj - - <<: *TOKEN_THREADED_CODE - - <<: *CALL_THREADED_CODE - - <<: *NO_THREADED_CODE - - <<: *rubyspec - allow_failures: - - name: uinversal.x86_64h-darwin17 - - name: -fsanitize=address - - name: -fsanitize=memory - - name: -fsanitize=undefined fast_finish: true before_script: @@ -377,9 +359,7 @@ before_script: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L359 $RUBY_PREFIX/bin/gem install --no-document $GEMS_FOR_TEST script: - - $SETARCH make -s test TESTOPTS="${TESTOPTS=$JOBS -q --tty=no}" - - travis_wait 40 $SETARCH make -s test-all -o exts TESTOPTS="${TEST_ALL_OPTS=$TESTOPTS}" RUBYOPT="-w" - - $SETARCH make -s test-spec MSPECOPT=-ff # not using `-j` because sometimes `mspec -j` silently dies + - $SETARCH make -s test-all -o exts TESTOPTS="-n 'TestJIT#test_compile_insn_opt_aref' -n 'TestJIT#test_inlined_undefined_ivar'" # Branch matrix. Not all branches are Travis-ready so we limit branches here. branches: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/