* 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:
parent
6cbc9ac208
commit
f40a94a9cd
@ -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>
|
Fri Dec 21 17:25:22 2007 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* thread.c (rb_thread_atfork): fix to mark thread object.
|
* thread.c (rb_thread_atfork): fix to mark thread object.
|
||||||
|
6
bootstraptest/featurebug.rb
Normal file
6
bootstraptest/featurebug.rb
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
assert_equal 'ok', %q{
|
||||||
|
1.times{
|
||||||
|
eval("break")
|
||||||
|
}
|
||||||
|
:ok
|
||||||
|
}, '[ruby-dev:32525]'
|
@ -3,13 +3,6 @@
|
|||||||
# So all tests will cause failure.
|
# So all tests will cause failure.
|
||||||
#
|
#
|
||||||
|
|
||||||
assert_equal 'ok', %q{
|
|
||||||
1.times{
|
|
||||||
eval("break")
|
|
||||||
}
|
|
||||||
:ok
|
|
||||||
}, '[ruby-dev:32525]'
|
|
||||||
|
|
||||||
assert_finish 2, %q{
|
assert_finish 2, %q{
|
||||||
require "io/nonblock"
|
require "io/nonblock"
|
||||||
r, w = IO.pipe
|
r, w = IO.pipe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user