ruby-changes:68345
From: Nobuyoshi <ko1@a...>
Date: Sun, 10 Oct 2021 11:16:54 +0900 (JST)
Subject: [ruby-changes:68345] f6048e592c (master): Run the failing readline test on arm32-linux separately
https://git.ruby-lang.org/ruby.git/commit/?id=f6048e592c From f6048e592c520e20ba498ba4d553f07f02213a61 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 10 Oct 2021 10:15:21 +0900 Subject: Run the failing readline test on arm32-linux separately --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bee7959953..72becb1973 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,6 +95,9 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L95 compiler: arm-linux-gnueabihf-gcc env: - SETARCH='setarch linux32 --verbose --32bit' + # The "TestReadline#test_interrupt_in_other_thread" started failing on arm32 + # from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145 + - TEST_ALL_SKIPPED_TESTS=test_interrupt_in_other_thread before_install: - sudo dpkg --add-architecture armhf - tool/travis_retry.sh sudo bash -c "rm -rf '${TRAVIS_ROOT}/var/lib/apt/lists/'* && exec apt-get update -yq" @@ -121,9 +124,7 @@ matrix: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L124 - <<: *ppc64le-linux - <<: *s390x-linux allow_failures: - # The "TestReadline#test_interrupt_in_other_thread" started failing on arm32 - # from https://www.travis-ci.com/github/ruby/ruby/jobs/529005145 - - name: arm32-linux + # - name: arm32-linux # - name: arm64-linux # We see "Some worker was crashed." in about 40% of recent ppc64le-linux jobs # e.g. https://app.travis-ci.com/github/ruby/ruby/jobs/530959548 -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/