From f195b6a3c84b26774c1a253bc8d002a4cdf37c1f Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Dec 07 2023 12:22:00 +0000 Subject: Drop attempt to disable JIT test on i686 The was renamed test_jit.rb → test_mjit.rb in Ruby 3.2: https://github.com/ruby/ruby/commit/ead96e7b44b98bef4896d836239345012821f1d2 Therefore this is alread no-op and we can just drop it. --- diff --git a/ruby.spec b/ruby.spec index 1a0c846..141162a 100644 --- a/ruby.spec +++ b/ruby.spec @@ -1010,13 +1010,6 @@ DISABLE_TESTS="$DISABLE_TESTS -n !/TestDir#test_home/" MSPECOPTS="$MSPECOPTS -P 'File.expand_path expands ~ENV..USER..* to.* the user.s home directory'" %endif -%ifarch i686 -# The MJIT test cases are failing so often, that it is recently impossible -# to get past the test cases :/ -# https://bugzilla.redhat.com/show_bug.cgi?id=2125026 -mv test/ruby/test_jit.rb{,.disable} || : -%endif - # Give an option to increase the timeout in tests. # https://bugs.ruby-lang.org/issues/16921 %{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \