mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
merge revision(s) 33232:
* test/rubygems/test_gem_commands_help_command.rb: Add one `require` because if run test-all with test/unit parallel running, sometimes this test fails by some constants not found. The error reason is some worker doesn't require the file needed by this test. This issue is related to [ruby-core:36168]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aa815c5824
commit
ac81a6e38d
3 changed files with 13 additions and 4 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,10 +1,18 @@
|
||||||
Tue Feb 14 15:58:31 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
Tue Feb 14 16:34:11 2012 Shota Fukumori <sorah@tubusu.net>
|
||||||
|
|
||||||
|
* test/rubygems/test_gem_commands_help_command.rb: Add one
|
||||||
|
`require` because if run test-all with test/unit parallel
|
||||||
|
running, sometimes this test fails by some constants not found.
|
||||||
|
The error reason is some worker doesn't require the file needed by
|
||||||
|
this test. This issue is related to [ruby-core:36168].
|
||||||
|
|
||||||
|
Tue Feb 14 15:58:31 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* gc.c (initial_params): pack in a struct.
|
||||||
|
|
||||||
* gc.c (rb_gc_set_params): set parameters always.
|
* gc.c (rb_gc_set_params): set parameters always.
|
||||||
[ruby-dev:44648] [Bug #5467]
|
[ruby-dev:44648] [Bug #5467]
|
||||||
|
|
||||||
* gc.c (initial_params): pack in a struct.
|
|
||||||
|
|
||||||
Tue Feb 14 15:44:42 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
Tue Feb 14 15:44:42 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* test/irb/test_completion.rb: skip if cannot load irb/completion
|
* test/irb/test_completion.rb: skip if cannot load irb/completion
|
||||||
|
|
|
@ -3,6 +3,7 @@ require "rubygems/test_case"
|
||||||
require "rubygems/commands/help_command"
|
require "rubygems/commands/help_command"
|
||||||
require "rubygems/format"
|
require "rubygems/format"
|
||||||
require "rubygems/command_manager"
|
require "rubygems/command_manager"
|
||||||
|
require_relative "rubygems_plugin"
|
||||||
|
|
||||||
class TestGemCommandsHelpCommand < Gem::TestCase
|
class TestGemCommandsHelpCommand < Gem::TestCase
|
||||||
def setup
|
def setup
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#define RUBY_VERSION "1.9.3"
|
#define RUBY_VERSION "1.9.3"
|
||||||
#define RUBY_PATCHLEVEL 107
|
#define RUBY_PATCHLEVEL 108
|
||||||
|
|
||||||
#define RUBY_RELEASE_DATE "2012-02-14"
|
#define RUBY_RELEASE_DATE "2012-02-14"
|
||||||
#define RUBY_RELEASE_YEAR 2012
|
#define RUBY_RELEASE_YEAR 2012
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue