Skip to content

Commit

Permalink
Skip test_interrupt_in_other_thread on arm32-linux
Browse files Browse the repository at this point in the history
This is a combination of main Ruby commit
ruby/ruby@aefc988
and my PR correcting the regex ruby/ruby#10819.
Upstream Ruby requests that changes to this test go to readline-ext repo
before being backported to 3.2 branch.
  • Loading branch information
matoro committed May 23, 2024
1 parent 9d426ec commit 868f873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/readline/test_readline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,9 @@ def test_interrupt_in_other_thread
# likewise with 32-bit userspace on 64-bit kernel
omit if /\Ax86_64-linux-(?:x32|i[3-6]686)\z/ =~ RUBY_PLATFORM

# Skip arm32-linux (Travis CI). See aefc988 in main ruby repo.
omit "Skip arm32-linux" if /armv[0-9+][a-z]-linux/ =~ RUBY_PLATFORM

if defined?(TestReadline) && self.class == TestReadline
use = "use_ext_readline"
elsif defined?(TestRelineAsReadline) && self.class == TestRelineAsReadline
Expand Down

0 comments on commit 868f873

Please sign in to comment.