From f40a94a9cd2807296c89eff3240436b3065b4827 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 21 Dec 2007 08:29:33 +0000 Subject: * bootstraptest/featurebug.rb: added. * bootstraptest/test_knownbug.rb: move a feature bug. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/featurebug.rb | 6 ++++++ bootstraptest/test_knownbug.rb | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 bootstraptest/featurebug.rb (limited to 'bootstraptest') diff --git a/bootstraptest/featurebug.rb b/bootstraptest/featurebug.rb new file mode 100644 index 0000000000..81eeba7770 --- /dev/null +++ b/bootstraptest/featurebug.rb @@ -0,0 +1,6 @@ +assert_equal 'ok', %q{ + 1.times{ + eval("break") + } + :ok +}, '[ruby-dev:32525]' diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 8b53798c28..3d3f4dbd2a 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -3,13 +3,6 @@ # So all tests will cause failure. # -assert_equal 'ok', %q{ - 1.times{ - eval("break") - } - :ok -}, '[ruby-dev:32525]' - assert_finish 2, %q{ require "io/nonblock" r, w = IO.pipe -- cgit v1.2.3