summaryrefslogtreecommitdiff
path: root/test/ruby/test_exception.rb
AgeCommit message (Expand)Author
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
2017-04-26error.c: send as a single stringnobu
2017-04-25load.c: backtrace of circular requirenobu
2017-04-17eval.c: copy before cause setupnobu
2017-04-13Terminate created threads.ko1
2016-12-21eval.c: fix circular causenobu
2016-11-13error.c: redefined backtracenobu
2016-11-13error.c: rb_get_backtracenobu
2016-09-27error.c: check argument of Warning.warnnobu
2016-09-27 * error.c: This makes all warnings raised call Warning.warn, whichshyouhei
2016-09-26test_exception.rb: another assertionnobu
2016-09-26eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundefrhe
2016-09-13* test/ruby/test_exception.rb: fix thread issues.ko1
2016-09-09thread.c: set cause by Thread#raisenobu
2016-04-09assertions.rb: set default internal encodingnobu
2016-02-28NoMethodError#private_call?nobu
2016-02-28test_exception.rb: split test_name_error_infonobu
2016-02-23* test/ruby/test_exception.rb: fix bad spawn argument (multipleheadius
2016-02-19test/ruby: suppress parser warningsnobu