summaryrefslogtreecommitdiff
path: root/test/ruby/test_exception.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA2021-09-061-1/+1
* Skip test_ensure_after_nomemoryerrorJeremy Evans2021-07-291-0/+1
* Handle Timeout::Error instead of NoMemoryError in testJeremy Evans2021-07-281-0/+3
* Suppress "possibly useless use of * in void context" warningNobuyoshi Nakada2021-07-281-1/+1
* Fix infinite loop in ensure after NoMemoryErrorJeremy Evans2021-07-271-0/+25
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-291-1/+1
* simple rescue+while+break should not use `throw`Koichi Sasada2021-05-211-0/+11
* test/ruby/test_exception.rb: suppress "warning: statement not reached"Yusuke Endoh2021-04-271-1/+1
* fix raise in exception with jumpKoichi Sasada2021-04-221-0/+60
* Remove the uninitialized instance variable verbose mode warningJeremy Evans2020-12-101-4/+4
* Supported category option in Warning#warnNobuyoshi Nakada2020-12-081-0/+43
* Revert "Removed deprecated Dir.exists? and File.exists?"Nobuyoshi Nakada2020-12-021-6/+2
* Removed deprecated Dir.exists? and File.exists?Nobuyoshi Nakada2020-12-021-2/+6
* Make Warning.warn accept only category keywordJeremy Evans2020-09-281-2/+2
* Add category to `rb_warn_deprecated`eileencodes2020-09-021-2/+14
* Support passing a category to `Warning.warn`eileencodes2020-09-011-3/+21
* Fixed infinite loop at error in printing cause [Bug #17033]Nobuyoshi Nakada2020-07-151-0/+20
* eval_error.c: default nil as "reverse" is now false [Feature #8661]Nobuyoshi Nakada2020-04-211-4/+2
* fix test cleanup.Koichi Sasada2020-01-291-2/+4
* Update tests for full keyword argument separationJeremy Evans2020-01-021-2/+1
* Split test_nomethod_error.rbNobuyoshi Nakada2019-12-311-86/+0
* Split test_name_error.rbNobuyoshi Nakada2019-12-311-127/+0
* Split test_frozen_error.rbNobuyoshi Nakada2019-12-311-50/+0
* Fix the exception to be raisedNobuyoshi Nakada2019-12-311-2/+2
* Reword keyword arguments warning messages to convey these are deprecation war...Marc-Andre Lafortune2019-12-231-1/+1
* Added `experimental` warning categoryNobuyoshi Nakada2019-12-201-0/+1
* vm_args.c: rephrase the warning message of keyword argument separationYusuke Endoh2019-12-201-2/+2
* Makes the receiver to FrozenError.new a keyword parameterNobuyoshi Nakada2019-12-201-1/+1
* Manage deprecation warnings about keyword argumentNobuyoshi Nakada2019-12-191-0/+3
* Add `Warning.[]` and `Warning.[]=`Nobuyoshi Nakada2019-12-131-0/+6
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-22/+0
* test/ruby/test_exception typo fixMSP-Greg2019-10-221-1/+1
* DidYouMean can be an empty stub module [Bug #16263]Nobuyoshi Nakada2019-10-211-1/+1
* test_exception - fix with & w/o did_you_meanMSP-Greg2019-10-211-2/+5
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-0/+8
* Do not clear backtrace in Exception#exceptionNobuyoshi Nakada2019-09-021-0/+12
* Rewrote using assert_separatelyNobuyoshi Nakada2019-09-021-16/+8
* Removed duplicate highlightingNobuyoshi Nakada2019-07-151-0/+3
* error.c: avoid infinite recursion at inspecting the frozen objectNobuyoshi Nakada2019-06-051-0/+15
* Test for f1f04caf60e4fc9dc3b12109e0be831f2d692810Nobuyoshi Nakada2019-06-051-0/+8
* Add FrozenError#receiverJeremy Evans2019-05-261-0/+27
* Defer escaping control char in error messagesnobu2019-01-081-0/+37
* Prohibit circular causes [Bug #15447]nobu2018-12-231-5/+2
* Restrict cause to an exception object [Bug #15447]nobu2018-12-231-4/+2
* Fix for circular causesnobu2018-12-221-0/+13
* Removed garbage outputnobu2018-12-221-1/+0
* Moved regexps not to confuse ruby-mode.elnobu2018-12-221-1/+5
* eval_error.c (show_cause): check if cause is an Exception or notmame2018-12-211-0/+9
* Warn redefinitions of some methods on Objectnobu2018-12-061-0/+1
* Don't set throw data as cause [Bug #15282]naruse2018-11-051-0/+6