Drop attempt to disable JIT test on i686
The was renamed test_jit.rb → test_mjit.rb in Ruby 3.2:
ead96e7b44
Therefore this is alread no-op and we can just drop it.
This commit is contained in:
parent
321ed23c22
commit
f195b6a3c8
@ -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'"
|
MSPECOPTS="$MSPECOPTS -P 'File.expand_path expands ~ENV..USER..* to.* the user.s home directory'"
|
||||||
%endif
|
%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.
|
# Give an option to increase the timeout in tests.
|
||||||
# https://bugs.ruby-lang.org/issues/16921
|
# https://bugs.ruby-lang.org/issues/16921
|
||||||
%{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \
|
%{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \
|
||||||
|
Loading…
Reference in New Issue
Block a user