diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 08:24:51 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 08:24:51 +0000 |
| commit | c74b31a4504f13d985752503e5f9f05ce51d7bef (patch) | |
| tree | d1f62929f12604f2b6176e898dfe0d343fd9db8e /KNOWNBUGS.rb | |
| parent | 36a99e9636099d388acc3bc33f133cb4f0f34aee (diff) | |
| download | ruby-c74b31a4504f13d985752503e5f9f05ce51d7bef.tar.gz ruby-c74b31a4504f13d985752503e5f9f05ce51d7bef.tar.xz ruby-c74b31a4504f13d985752503e5f9f05ce51d7bef.zip | |
* vm_insnhelper.c (vm_call_method): copy arguments to allocated
memory from machine stack. [ruby-dev:36028]
* KNOWNBUGS.rb, bootstraptest/test_method.rb: move fixed test.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'KNOWNBUGS.rb')
| -rw-r--r-- | KNOWNBUGS.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/KNOWNBUGS.rb b/KNOWNBUGS.rb index 3db710a73..39dc6a9b8 100644 --- a/KNOWNBUGS.rb +++ b/KNOWNBUGS.rb @@ -2,14 +2,3 @@ # This test file concludes tests which point out known bugs. # So all tests will cause failure. # - -assert_equal 'ok', %q{ - class Foo - define_method(:foo) do |&b| - b.call - end - end - Foo.new.foo do - break :ok - end -}, '[ruby-dev:36028]' |
