summaryrefslogtreecommitdiff
path: root/test/ruby/test_exception.rb
AgeCommit message (Expand)Author
2015-06-18error.c: NameError#receivernobu
2015-01-10test for [ruby-core:67473] [Bug #10727]nobu
2014-11-29* test_exception.rb: indent.usa
2014-11-28* test/ruby/test_exception.rb (TestException#test_output_string_encoding): needusa
2014-11-28* test/ruby/test_exception.rb (TestException#test_output_string_encoding): testusa
2014-11-18test_exception.rb: missing testnobu
2014-11-15vm_eval.c: UncaughtThrowErrornobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-09Fix typos in assert messages [ci skip]kazu
2014-11-07test_exception.rb: more testsnobu
2014-06-28eval.c: no overwrite SystemStackError backtracenobu
2014-06-28eval.c: no method calls at stack overflownobu
2014-06-25eval_error.c: newline alwaysnobu
2014-06-23Backtrace for SystemStackErrornobu
2014-06-17eval.c: pass unknown optionsnobu
2014-05-30add --disable-gemnaruse
2014-03-04* test/ruby: get rid of warnings.usa
2014-02-26eval.c: preserve encodingnobu
2014-02-26eval.c: preserve errinfonobu
2014-01-30object.c: error message encodingnobu
2014-01-30test_exception.rb: ignore SystemStackErrornobu
2014-01-27thread_pthread.c: get current main thread stack sizenobu
2013-12-31eval.c: raise with causenobu
2013-12-10test_exception.rb: ignore SystemStackErrornobu
2013-11-20test_exception.rb: enclose hash defininitionnobu
2013-11-18eval_intern.h: refine stack overflow detectionnobu
2013-11-15eval.c: refactor exception causenobu
2013-11-10error.c: Exception#causenobu
2013-10-28test_exception.rb: missing testnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-08-06* vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko1
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-04-19Add --disable-gems for tests which doesn't use rubygemsnaruse
2012-11-20remove trailing spaces.nobu
2012-10-19vm.c: pass through thrown objectsnobu
2012-10-02* error.c (exc_to_s, name_err_to_s, name_err_mesg_to_str): do notshugo
2012-08-08* compile.c, insns.def (checkmatch):ko1
2012-08-06test_exception.rb: split testsnobu
2012-08-06test_exception.rb: use local variablesnobu
2012-03-16suppress warning.nobu
2012-03-16fix indentnobu
2012-03-16Tempfile#opennobu
2012-01-14* error.c (exc_equal): clear rb_thread_t::errinfo when ignorenagachika
2012-01-14* error.c (exc_equal): ignore exceptions during implicitnobu
2012-01-13Revert "* error.c (exc_equal): try implicit conversion for delegator."naruse
2012-01-13* error.c (exc_equal): try implicit conversion for delegator.nobu
2011-12-13* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika
2011-12-11* error.c (exit_initialize): deal with true and false as well asnobu
2011-12-08update doc and add test for SystemExit.new.akr