ruby-changes:5935
From: ko1 <ko1@a...>
Date: Fri, 20 Jun 2008 01:08:39 +0900 (JST)
Subject: [ruby-changes:5935] Ruby:r17443 (trunk): * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
ko1 2008-06-20 01:08:16 +0900 (Fri, 20 Jun 2008)
New Revision: 17443
Modified files:
trunk/ChangeLog
trunk/KNOWNBUGS.rb
trunk/bootstraptest/pending.rb
Log:
* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=17443&r2=17442&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/KNOWNBUGS.rb?r1=17443&r2=17442&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/pending.rb?r1=17443&r2=17442&diff_format=u
Index: ChangeLog
===================================================================
--- ChangeLog (revision 17442)
+++ ChangeLog (revision 17443)
@@ -1,3 +1,7 @@
+Fri Jun 20 01:07:28 2008 Koichi Sasada <ko1@a...>
+
+ * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
+
Fri Jun 20 00:40:08 2008 Koichi Sasada <ko1@a...>
* proc.c (proc_new): fix to return Proc object if block is already
Index: bootstraptest/pending.rb
===================================================================
--- bootstraptest/pending.rb (revision 17442)
+++ bootstraptest/pending.rb (revision 17443)
@@ -30,3 +30,10 @@
:ok
end
}
+
+assert_normal_exit %q{
+ r = Range.allocate
+ def r.<=>(o) true end
+ r.instance_eval { initialize r, r }
+ r.inspect
+}
Index: KNOWNBUGS.rb
===================================================================
--- KNOWNBUGS.rb (revision 17442)
+++ KNOWNBUGS.rb (revision 17443)
@@ -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
-}
-
-
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/