1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
ko1 2007-12-21 08:29:33 +00:00
parent 6cbc9ac208
commit f40a94a9cd
3 changed files with 12 additions and 7 deletions

View file

@ -1,3 +1,9 @@
Fri Dec 21 17:28:17 2007 Koichi Sasada <ko1@atdot.net>
* bootstraptest/featurebug.rb: added.
* bootstraptest/test_knownbug.rb: move a feature bug.
Fri Dec 21 17:25:22 2007 Koichi Sasada <ko1@atdot.net>
* thread.c (rb_thread_atfork): fix to mark thread object.

View file

@ -0,0 +1,6 @@
assert_equal 'ok', %q{
1.times{
eval("break")
}
:ok
}, '[ruby-dev:32525]'

View file

@ -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