From f98e6b91dec68ddd010ccb3bad651a18e7dca338 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 17 Jun 2008 19:29:38 +0000 Subject: * KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ KNOWNBUGS.rb | 15 --------------- bootstraptest/pending.rb | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index d6fad04f4c..87c81cc835 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 18 04:27:58 2008 Koichi Sasada + + * KNOWNBUGS.rb, bootstraptest/pending.rb: move pending bug. + Wed Jun 18 04:24:20 2008 Koichi Sasada * vm.c, vm_insnhelper.c: fix escape process with "braek" and "return" diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb index e3ac86776d..b97a08d928 100644 --- a/KNOWNBUGS.rb +++ b/KNOWNBUGS.rb @@ -3,18 +3,3 @@ # So all tests will cause failure. # -assert_equal 'A', %q{ - class A - @@a = 'A' - def a=(x) - @@a = x - end - def a - @@a - end - end - - B = A.dup - B.new.a = 'B' - A.new.a -} diff --git a/bootstraptest/pending.rb b/bootstraptest/pending.rb index e69de29bb2..30c241619f 100644 --- a/bootstraptest/pending.rb +++ b/bootstraptest/pending.rb @@ -0,0 +1,15 @@ +assert_equal 'A', %q{ + class A + @@a = 'A' + def a=(x) + @@a = x + end + def a + @@a + end + end + + B = A.dup + B.new.a = 'B' + A.new.a +}, '[ruby-core:17019]' -- cgit v1.2.3