Update ticket reference for disabled tests on x86.

Tests fail with a LANG=C environment. A new investigation into the
failing tests on x86 revealed exact commits which introduced the issue
and the commits that fixed the situation. Fix is not yet present in Ruby
3.2, therefore the conditional disabling the tests was left in.
A new re-reported ticket replaced the old one. The new upstream ticket
includes better detailed description of the environment causing the
issue.

The tests pass in Rawhide mock (F40), as the LANG there is C.UTF-8
that does not suffer from the issue.

Upstream ticket: https://bugs.ruby-lang.org/issues/20045
This commit is contained in:
Jarek Prokop 2023-12-07 12:01:03 +01:00
parent ba498ce48c
commit 321ed23c22

View File

@ -1004,7 +1004,7 @@ MSPECOPTS=""
%ifarch i686
# i686 specific failures.
# https://bugs.ruby-lang.org/issues/19147
# https://bugs.ruby-lang.org/issues/20045
DISABLE_TESTS="$DISABLE_TESTS -n !/TestFileExhaustive#test_expand_path_for_existent_username/"
DISABLE_TESTS="$DISABLE_TESTS -n !/TestDir#test_home/"
MSPECOPTS="$MSPECOPTS -P 'File.expand_path expands ~ENV..USER..* to.* the user.s home directory'"