* test/rubygems/test_gem_activation.rb: comment out a test for WONTFIX

bug.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
mame 2010-07-01 04:00:10 +00:00
parent f058f2d845
commit a20b4568fd
2 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,8 @@
Thu Jul 1 12:59:14 2010 Yusuke Endoh <mame@tsg.ne.jp>
* test/rubygems/test_gem_activation.rb: comment out a test for WONTFIX
bug.
Mon Jun 28 22:14:22 2010 Yusuke Endoh <mame@tsg.ne.jp>
* test/rdoc/test_rdoc_ri_driver.rb (TestRDocRIDriver#test_formatter):

View file

@ -13,8 +13,9 @@ else
end}
basedir = File.expand_path("../gems/current", __FILE__)
env = {"HOME"=>basedir, "GEM_HOME"=>basedir, "GEM_PATH"=>basedir}
assert_in_out_err([env, "-rrubygems-bug-child", "-e", src], "",
/can't activate rubygems-bug-child.*already activated rubygems-bug-child-1\.1/, [],
bug3140)
# WONTFIX in 1.9.2
#assert_in_out_err([env, "-rrubygems-bug-child", "-e", src], "",
# /can't activate rubygems-bug-child.*already activated rubygems-bug-child-1\.1/, [],
# bug3140)
end
end if defined?(::Gem)