public
Description: ruby lang (www.ruby-lang.org) svn mirror
Homepage: http://svn.ruby-lang.org/repos/ruby/
Clone URL: git://github.com/juretta/ruby.git
* KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17443 
b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (author)
Thu Jun 19 09:08:16 -0700 2008
commit  5494c042bb3c70131ba898e18d4f5e5b604617a8
tree    a27c19e096126f339805694173d4a47dd263b940
parent  09a20fde84c23a948d78826cd70e765650964ed9
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+Fri Jun 20 01:07:28 2008 Koichi Sasada <ko1@atdot.net>
0
+
0
+ * KNOWNBUGS.rb, bootstraptest/pending.rb: move a bug (?) to pending.
0
+
0
 Fri Jun 20 00:40:08 2008 Koichi Sasada <ko1@atdot.net>
0
 
0
   * proc.c (proc_new): fix to return Proc object if block is already
...
3
4
5
6
7
8
9
10
11
12
13
...
3
4
5
 
 
 
 
 
 
 
 
0
@@ -3,11 +3,3 @@
0
 # So all tests will cause failure.
0
 #
0
 
0
-assert_normal_exit %q{
0
- r = Range.allocate
0
- def r.<=>(o) true end
0
- r.instance_eval { initialize r, r }
0
- r.inspect
0
-}
0
-
0
-
...
30
31
32
 
 
 
 
 
 
 
...
30
31
32
33
34
35
36
37
38
39
0
@@ -30,3 +30,10 @@ assert_equal 'ok', %q{
0
     :ok
0
   end
0
 }
0
+
0
+assert_normal_exit %q{
0
+ r = Range.allocate
0
+ def r.<=>(o) true end
0
+ r.instance_eval { initialize r, r }
0
+ r.inspect
0
+}

Comments

    No one has commented yet.