index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_continuation.rb
Age
Commit message (
Expand
)
Author
2017-12-12
Fix test-all tests to avoid creating report_on_exception warnings
eregon
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-11-29
test/ruby: suppress warnings
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2012-08-21
* test_continuation.rb (tracing_with_thread_set_trace_func):
ko1
2012-08-16
* vm_trace.c, vm_core.h: simplify tracing mechanism.
ko1
2012-04-30
* test/ruby/test_continuation.rb (tracing_with_set_trace_func): don't
nagachika
2011-07-21
* thread.c (set_trace_func, thread_set_trace_func_m): reset tracing
mame
2008-05-22
add a test for [ruby-dev:34802].
akr
2008-05-22
* test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderr
akr
2008-05-08
test/ruby/test_continuation.rb: remove duplicated test.
matz
2008-05-03
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):
akr
2007-08-26
* cont.c: fix to remove Fiber.new until fiber.so is not loaded.
ko1
2007-08-25
* cont.c: separate Continuation and Fiber from core.
ko1
2007-06-06
* test/ruby/test_continuation.rb: add a test for last commit.
ko1
2007-05-30
* cont.c (cont_capture): store all local variables in heap
ko1
2007-05-29
* cont.c: fix bug around Continuation and Fiber.
ko1