Skip to content

Commit

Permalink
* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
ko1 committed Jun 19, 2008
1 parent e7dac48 commit e929f49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 0 additions & 8 deletions KNOWNBUGS.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


7 changes: 7 additions & 0 deletions bootstraptest/pending.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@ def m
:ok
end
}

assert_normal_exit %q{
r = Range.allocate
def r.<=>(o) true end
r.instance_eval { initialize r, r }
r.inspect
}

0 comments on commit e929f49

Please sign in to comment.