summaryrefslogtreecommitdiff
path: root/test/ruby/test_exception.rb
AgeCommit message (Expand)Author
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
2018-07-17test for wrong order: optionnobu
2018-06-27tests: increase timeouts and speedup some slow testsnormal
2018-05-14error.c: check redefined backtrace resultnobu
2018-04-12error.c: super in method_missingnobu
2018-04-11eval_error.c: fix loop on exception in messagenobu
2018-04-02error.c: prepend "warning: " alwaysnobu
2018-03-22test_exception.rb: assertions with Exception.to_tty?nobu
2018-03-22error.c: full_message optionsnobu
2018-03-13eval_error.c: reset attributesnobu
2018-03-13eval_error.c: last newlinenobu
2018-03-12eval_error.c: fix underflownobu
2018-03-06thread.c: deadlock in backtracenobu
2018-02-14skip "TestException#test_thread_signal_location" as a known bug [Bug #14474]ko1
2018-01-26error.c: receiver kwargnobu
2018-01-26test_exception.rb: NameError.new NoMethodError.newnobu
2018-01-07eval_error.c: reset in each linenobu
2018-01-07test_exception.rb: fix messagenobu
2017-12-31test_exception.rb: more assertionsnobu
2017-12-31error.c: negative uplevelnobu
2017-12-26vm_eval.c: strange message in evalnobu
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-12-12Set Thread.report_on_exception=true by default to report exceptions in Threadseregon
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-12error.c(exc_full_message): Exception#full_messagesorah
2017-10-13error.c: infinite recursion at Warning#warnnobu
2017-09-21load.c: real path to loadnobu
2017-06-29compile.c: disallow next in oncenobu
2017-06-27vm_insnhelper.c: break in oncenobu
2017-05-10test_exception.rb: test_machine_stackoverflow_by_tracenobu
2017-04-27Send the backtrace of the circular require warning as a single String to Warn...eregon