One PPC error was fixed, other was introduced.

This commit is contained in:
Vít Ondruch 2013-02-22 12:08:37 +01:00
parent 58664af968
commit 72e167a6f8
1 changed files with 3 additions and 3 deletions

View File

@ -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.