mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Revert r35370 due to bad source branch
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
02dc9ae773
commit
0ebe38eedd
36 changed files with 153 additions and 1062 deletions
|
@ -43,7 +43,6 @@ class TestGemPlatform < Gem::TestCase
|
|||
'sparc-solaris2.9' => ['sparc', 'solaris', '2.9'],
|
||||
'universal-darwin8' => ['universal', 'darwin', '8'],
|
||||
'universal-darwin9' => ['universal', 'darwin', '9'],
|
||||
'universal-macruby' => ['universal', 'macruby', nil],
|
||||
'i386-cygwin' => ['x86', 'cygwin', nil],
|
||||
'i686-darwin' => ['x86', 'darwin', nil],
|
||||
'i686-darwin8.4.1' => ['x86', 'darwin', '8'],
|
||||
|
@ -247,12 +246,6 @@ class TestGemPlatform < Gem::TestCase
|
|||
refute_match 'dotnet-2.0', Gem::Platform.local
|
||||
assert_match 'dotnet-4.0', Gem::Platform.local
|
||||
|
||||
util_set_arch 'universal-macruby-1.0'
|
||||
assert_match 'universal-macruby', Gem::Platform.local
|
||||
assert_match 'macruby', Gem::Platform.local
|
||||
refute_match 'universal-macruby-0.10', Gem::Platform.local
|
||||
assert_match 'universal-macruby-1.0', Gem::Platform.local
|
||||
|
||||
util_set_arch 'powerpc-darwin'
|
||||
assert_match 'powerpc-darwin', Gem::Platform.local
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue