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
/
test_timeout.rb
Age
Commit message (
Expand
)
Author
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2016-09-07
Use our domain instead of other's domain
kazu
2016-09-07
timeout.rb: custom error message
nobu
2016-08-30
Use qualified names
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-03
test_timeout.rb: exact messages
nobu
2015-07-13
use Timeout.timeout
nobu
2015-07-10
test_timeout.rb: add an assertion
nobu
2015-07-10
timeout.rb: removed and use Timeout::Error
nobu
2014-05-28
test_thread.rb: move thread switch test
nobu
2014-05-27
* test/test_timeout.rb (test_timeout): inverted test condition.
hsbt
2014-01-08
lib/timeout.rb: fallback to Timeout::Error
nobu
2014-01-07
timeout.rb: fix for ExitException
nobu
2014-01-07
timeout.rb: defer creating custom exception
nobu
2014-01-07
test_timeout.rb: shorten waiting times
nobu
2013-08-27
timeout.rb: raise given exception
nobu
2013-08-26
timeout.rb: skip rescue
nobu
2012-12-07
Revert r38216 and r38221. Release manager mark this feature as "next minor".
kosaki
2012-12-07
timeout.rb: replace deferred exception after async_interrupt_timing
nobu
2012-12-05
* lib/timeout.rb (Timeout#timeout): set
kosaki
2010-04-19
* lib/timeout.rb (Timeout#timeout): propagate errors to the
nobu
2009-04-28
test/test_timeout.rb (TestTimeout#test_timeout): add a test.
kazu
2008-01-07
add tests.
akr