Upgrade to Ruby 2.0.0 (r38894).
Enable test_stack_size(TestFiber) on PPC, since it was fixed upstream.
This commit is contained in:
parent
e15c1cf2f4
commit
f5934325a4
7 changed files with 23 additions and 29 deletions
|
|
@ -13,7 +13,7 @@
|
|||
#%%global milestone preview2
|
||||
|
||||
# Keep the revision enabled for pre-releases from SVN.
|
||||
%global revision 38848
|
||||
%global revision 38894
|
||||
|
||||
%global ruby_archive %{name}-%{ruby_version}
|
||||
|
||||
|
|
@ -539,12 +539,6 @@ DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS"
|
|||
DISABLE_TESTS="-x test_io.rb $DISABLE_TESTS"
|
||||
%endif
|
||||
|
||||
%ifarch ppc
|
||||
# test_stack_size(TestFiber) fails.
|
||||
# https://bugs.ruby-lang.org/issues/7719
|
||||
DISABLE_TESTS="-x test_fiber.rb $DISABLE_TESTS"
|
||||
%endif
|
||||
|
||||
make check TESTS="-v $DISABLE_TESTS"
|
||||
|
||||
%post libs -p /sbin/ldconfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue