summaryrefslogtreecommitdiff
path: root/test/ruby/test_exception.rb
AgeCommit message (Expand)Author
2021-09-06Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA
2021-07-29Skip test_ensure_after_nomemoryerrorJeremy Evans
2021-07-28Handle Timeout::Error instead of NoMemoryError in testJeremy Evans
2021-07-28Suppress "possibly useless use of * in void context" warningNobuyoshi Nakada
2021-07-27Fix infinite loop in ensure after NoMemoryErrorJeremy Evans
2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada
2021-05-21simple rescue+while+break should not use `throw`Koichi Sasada
2021-04-27test/ruby/test_exception.rb: suppress "warning: statement not reached"Yusuke Endoh
2021-04-22fix raise in exception with jumpKoichi Sasada
2020-12-10Remove the uninitialized instance variable verbose mode warningJeremy Evans
2020-12-08Supported category option in Warning#warnNobuyoshi Nakada
2020-12-02Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada
2020-12-02Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada
2020-09-28Make Warning.warn accept only category keywordJeremy Evans
2020-09-02Add category to `rb_warn_deprecated`eileencodes
2020-09-01Support passing a category to `Warning.warn`eileencodes
2020-07-15Fixed infinite loop at error in printing cause [Bug #17033]Nobuyoshi Nakada
2020-04-21eval_error.c: default nil as "reverse" is now false [Feature #8661]Nobuyoshi Nakada
2020-01-29fix test cleanup.Koichi Sasada
2020-01-02Update tests for full keyword argument separationJeremy Evans
2019-12-31Split test_nomethod_error.rbNobuyoshi Nakada
2019-12-31Split test_name_error.rbNobuyoshi Nakada
2019-12-31Split test_frozen_error.rbNobuyoshi Nakada
2019-12-31Fix the exception to be raisedNobuyoshi Nakada
2019-12-23Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune
2019-12-20Added `experimental` warning categoryNobuyoshi Nakada
2019-12-20vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh
2019-12-20Makes the receiver to FrozenError.new a keyword parameterNobuyoshi Nakada
2019-12-19Manage deprecation warnings about keyword argumentNobuyoshi Nakada
2019-12-13Add `Warning.[]` and `Warning.[]=`Nobuyoshi Nakada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-10-22test/ruby/test_exception typo fixMSP-Greg
2019-10-21DidYouMean can be an empty stub module [Bug #16263]Nobuyoshi Nakada
2019-10-21test_exception - fix with & w/o did_you_meanMSP-Greg
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-02Do not clear backtrace in Exception#exceptionNobuyoshi Nakada
2019-09-02Rewrote using assert_separatelyNobuyoshi Nakada
2019-07-15Removed duplicate highlightingNobuyoshi Nakada
2019-06-05error.c: avoid infinite recursion at inspecting the frozen objectNobuyoshi Nakada
2019-06-05Test for f1f04caf60e4fc9dc3b12109e0be831f2d692810Nobuyoshi Nakada
2019-05-26Add FrozenError#receiverJeremy Evans
2019-01-08Defer escaping control char in error messagesnobu
2018-12-23Prohibit circular causes [Bug #15447]nobu
2018-12-23Restrict cause to an exception object [Bug #15447]nobu
2018-12-22Fix for circular causesnobu
2018-12-22Removed garbage outputnobu
2018-12-22Moved regexps not to confuse ruby-mode.elnobu
2018-12-21eval_error.c (show_cause): check if cause is an Exception or notmame
2018-12-06Warn redefinitions of some methods on Objectnobu
2018-11-05Don't set throw data as cause [Bug #15282]naruse