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
ruby_4_0
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-12-12
[ruby/timeout] Restore original signal handler in test_timeout_in_trap_handler
Benoit Daloze
2025-12-11
[ruby/timeout] Fix failing timeout test
Luke Gruber
2025-12-11
[ruby/timeout] Add windows to CI matrix
Jean Boussier
2025-12-11
[ruby/timeout] Skip signal test on windows
Jean Boussier
2025-12-11
[ruby/timeout] Make Timeout.timeout work in a trap handler on CRuby
Benoit Daloze
2025-12-11
[ruby/timeout] Reset the interrupt mask when creating the Timeout thread
Benoit Daloze
2025-12-08
[ruby/timeout] Revert "Exclude constantly-failing test on x86_64-darwin"
Koichi Sasada
2025-12-06
[ruby/timeout] Test that Timeout does not expose extra constants
Benoit Daloze
2025-12-05
[ruby/timeout] Exclude constantly-failing test on x86_64-darwin
Benoit Daloze
2025-12-05
[ruby/timeout] Fix condition and fix test to catch that broken condition
Benoit Daloze
2025-12-05
[ruby/timeout] support Ractor
Koichi Sasada
2025-12-05
[ruby/timeout] Only the timeout method should be public on the Timeout module
Benoit Daloze
2025-11-26
[ruby/timeout] Revert "Suppress warnings in two tests"
Nobuyoshi Nakada
2025-11-10
[ruby/timeout] Suppress warnings in two tests
Olle Jonsson
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
[next]