ruby-changes:3123
From: ko1@a...
Date: 25 Dec 2007 00:19:59 +0900
Subject: [ruby-changes:3123] akr - Ruby:r14615 (trunk): add a test for reported by Frederick Cheung.
akr 2007-12-25 00:19:44 +0900 (Tue, 25 Dec 2007)
New Revision: 14615
Modified files:
trunk/bootstraptest/test_knownbug.rb
Log:
add a test for [ruby-core:14385] reported by Frederick Cheung.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bootstraptest/test_knownbug.rb?r1=14615&r2=14614
Index: bootstraptest/test_knownbug.rb
===================================================================
--- bootstraptest/test_knownbug.rb (revision 14614)
+++ bootstraptest/test_knownbug.rb (revision 14615)
@@ -2,3 +2,12 @@
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#
+
+assert_normal_exit %q{
+ counter = 2
+ while true
+ counter -= 1
+ next if counter != 0
+ break
+ end
+}, '[ruby-core:14385]'
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml