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
ruby_3_4
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
2025-03-05
Revert "try to show timeout sec"
Koichi Sasada
2025-03-04
try to show timeout sec
Koichi Sasada
2024-12-03
[ruby/timeout] updated tests
CosmicOppai
2024-12-03
[ruby/timeout] refactor the change to raise for nil and type-errror and added...
CosmicOppai
2024-12-03
[ruby/timeout] refactor the change to keep the compatability with nil and typ...
CosmicOppai
2024-12-03
[ruby/timeout] refactor the change to keep the compatability with nil and typ...
CosmicOppai
2024-05-28
Make test_nested_timeouts less flaky
Yusuke Endoh
2023-11-08
Prevent a warning: assigned but unused variable - raised_exception
Yusuke Endoh
2023-11-07
[ruby/timeout] tests for blank seconds
John Bachir
2023-11-07
[ruby/timeout] nested exception tests for discussion
John Bachir
2023-07-03
[ruby/timeout] Test that work is done in the same thread/fiber as
John Bachir
2023-06-22
[ruby/timeout] Raise exception instead of throw/catch for timeouts
Jeremy Evans
2023-02-15
[ruby/timeout] Simplify test
Benoit Daloze
2023-02-15
[ruby/timeout] Don't move the timer_thread when it's enclosed
Rick Blommers
2022-09-28
[ruby/timeout] Explicit add the timeout thread to default ThreadGroup
Lars Kanis
2022-05-19
[ruby/timeout] Handle Timeout + fork and add test for it
Benoit Daloze
2022-05-19
[ruby/timeout] Reimplement Timeout.timeout with a single thread and a Queue
Benoit Daloze
2021-09-28
[ruby/timeout] test that yield is given number of seconds
John Bachir
2021-09-27
[ruby/timeout] test for basic functionality
John Bachir
2021-05-06
[ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...
Jeremy Evans
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