One PPC error was fixed, other was introduced.
This commit is contained in:
parent
58664af968
commit
72e167a6f8
@ -560,9 +560,9 @@ DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
# test_ioctl_linux(TestIO) fails with #<Errno::EINVAL: Invalid argument - /dev/urandom>.
|
# test_spawn_too_long_path(TestProcess) fails with [Errno::ENOENT, Errno::E2BIG, nil] expected but nothing was raised.
|
||||||
# https://bugs.ruby-lang.org/issues/7718
|
# https://bugs.ruby-lang.org/issues/7904
|
||||||
DISABLE_TESTS="-x test_io.rb $DISABLE_TESTS"
|
DISABLE_TESTS="-x test_process.rb $DISABLE_TESTS"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# The TestRbConfig errors, which does not respect configuration options.
|
# The TestRbConfig errors, which does not respect configuration options.
|
||||||
|
Loading…
Reference in New Issue
Block a user