summaryrefslogtreecommitdiffstats
path: root/bootstraptest
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 07:16:41 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-24 07:16:41 +0000
commit17585e60bdbd5401c0e5373a26f6314de52bad03 (patch)
tree90062e55ad3147431e2312dd24230f9ae739e8c3 /bootstraptest
parentfc2b0f82e1f5ba0cc4d6c4a0ad5e6693a1909e7a (diff)
downloadruby-17585e60bdbd5401c0e5373a26f6314de52bad03.tar.gz
ruby-17585e60bdbd5401c0e5373a26f6314de52bad03.tar.xz
ruby-17585e60bdbd5401c0e5373a26f6314de52bad03.zip
The [ruby-dev:32746] problem is re-introduced.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_knownbug.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb
index 6d1c4721d..69678e80d 100644
--- a/bootstraptest/test_knownbug.rb
+++ b/bootstraptest/test_knownbug.rb
@@ -6,6 +6,7 @@
# test is not written...
flunk '[ruby-dev:31819] rb_clear_cache_by_class'
flunk '[ruby-dev:31820] valgrind set_trace_func'
+flunk '[ruby-dev:32746] Invalid read of size 1'
assert_equal 'ok', %q{
class X < RuntimeError;end