summaryrefslogtreecommitdiff
path: root/test/test_timeout.rb
AgeCommit message (Expand)Author
2025-12-12[ruby/timeout] Restore original signal handler in test_timeout_in_trap_handlerBenoit Daloze
2025-12-11[ruby/timeout] Fix failing timeout testLuke Gruber
2025-12-11[ruby/timeout] Add windows to CI matrixJean Boussier
2025-12-11[ruby/timeout] Skip signal test on windowsJean Boussier
2025-12-11[ruby/timeout] Make Timeout.timeout work in a trap handler on CRubyBenoit Daloze
2025-12-11[ruby/timeout] Reset the interrupt mask when creating the Timeout threadBenoit 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 constantsBenoit Daloze
2025-12-05[ruby/timeout] Exclude constantly-failing test on x86_64-darwinBenoit Daloze
2025-12-05[ruby/timeout] Fix condition and fix test to catch that broken conditionBenoit Daloze
2025-12-05[ruby/timeout] support RactorKoichi Sasada
2025-12-05[ruby/timeout] Only the timeout method should be public on the Timeout moduleBenoit Daloze
2025-11-26[ruby/timeout] Revert "Suppress warnings in two tests"Nobuyoshi Nakada
2025-11-10[ruby/timeout] Suppress warnings in two testsOlle Jonsson
2025-03-05Revert "try to show timeout sec"Koichi Sasada
2025-03-04try to show timeout secKoichi Sasada
2024-12-03[ruby/timeout] updated testsCosmicOppai
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-28Make test_nested_timeouts less flakyYusuke Endoh
2023-11-08Prevent a warning: assigned but unused variable - raised_exceptionYusuke Endoh
2023-11-07[ruby/timeout] tests for blank secondsJohn Bachir
2023-11-07[ruby/timeout] nested exception tests for discussionJohn Bachir
2023-07-03[ruby/timeout] Test that work is done in the same thread/fiber asJohn Bachir
2023-06-22[ruby/timeout] Raise exception instead of throw/catch for timeoutsJeremy Evans
2023-02-15[ruby/timeout] Simplify testBenoit Daloze
2023-02-15[ruby/timeout] Don't move the timer_thread when it's enclosedRick Blommers
2022-09-28[ruby/timeout] Explicit add the timeout thread to default ThreadGroupLars Kanis
2022-05-19[ruby/timeout] Handle Timeout + fork and add test for itBenoit Daloze
2022-05-19[ruby/timeout] Reimplement Timeout.timeout with a single thread and a QueueBenoit Daloze
2021-09-28[ruby/timeout] test that yield is given number of secondsJohn Bachir
2021-09-27[ruby/timeout] test for basic functionalityJohn Bachir
2021-05-06[ruby/timeout] Make Timeout::Error#exception with multiple arguments not igno...Jeremy Evans
2017-10-08Remove unnecessary `require 'thread'`kazu
2016-09-07Use our domain instead of other's domainkazu
2016-09-07timeout.rb: custom error messagenobu
2016-08-30Use qualified namesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-11-03test_timeout.rb: exact messagesnobu
2015-07-13use Timeout.timeoutnobu
2015-07-10test_timeout.rb: add an assertionnobu
2015-07-10timeout.rb: removed and use Timeout::Errornobu
2014-05-28test_thread.rb: move thread switch testnobu
2014-05-27* test/test_timeout.rb (test_timeout): inverted test condition.hsbt
2014-01-08lib/timeout.rb: fallback to Timeout::Errornobu
2014-01-07timeout.rb: fix for ExitExceptionnobu
2014-01-07timeout.rb: defer creating custom exceptionnobu
2014-01-07test_timeout.rb: shorten waiting timesnobu
2013-08-27timeout.rb: raise given exceptionnobu