summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-10 10:15:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-10-10 11:16:14 +0900
commitf6048e592c520e20ba498ba4d553f07f02213a61 (patch)
tree66ea1fd1cd95e52b2e5497dd72d4814e108b4555 /.travis.yml
parent3817d1823c9a0f729a8a796afa46314b9385a1d8 (diff)
Run the failing readline test on arm32-linux separately
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files 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:
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:
- <<: *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