зеркало из https://github.com/github/ruby.git
* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e7dac48a91
Коммит
e929f49e56
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 20 01:07:28 2008 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
|
||||
|
||||
Fri Jun 20 00:40:08 2008 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* proc.c (proc_new): fix to return Proc object if block is already
|
||||
|
|
|
@ -3,11 +3,3 @@
|
|||
# So all tests will cause failure.
|
||||
#
|
||||
|
||||
assert_normal_exit %q{
|
||||
r = Range.allocate
|
||||
def r.<=>(o) true end
|
||||
r.instance_eval { initialize r, r }
|
||||
r.inspect
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -30,3 +30,10 @@ assert_equal 'ok', %q{
|
|||
:ok
|
||||
end
|
||||
}
|
||||
|
||||
assert_normal_exit %q{
|
||||
r = Range.allocate
|
||||
def r.<=>(o) true end
|
||||
r.instance_eval { initialize r, r }
|
||||
r.inspect
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче