aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_exception.rb
Commit message (Expand)AuthorAgeFilesLines
* error.c: infinite recursion at Warning#warnnobu2017-10-131-0/+14
* load.c: real path to loadnobu2017-09-211-1/+1
* compile.c: disallow next in oncenobu2017-06-291-11/+0
* vm_insnhelper.c: break in oncenobu2017-06-271-0/+11
* test_exception.rb: test_machine_stackoverflow_by_tracenobu2017-05-101-0/+24
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-2/+2
* error.c: send as a single stringnobu2017-04-261-0/+4
* load.c: backtrace of circular requirenobu2017-04-251-5/+29
* eval.c: copy before cause setupnobu2017-04-171-0/+7
* Terminate created threads.ko12017-04-131-0/+2
* eval.c: fix circular causenobu2016-12-211-0/+20
* error.c: redefined backtracenobu2016-11-131-0/+34
* error.c: rb_get_backtracenobu2016-11-131-0/+13
* error.c: check argument of Warning.warnnobu2016-09-271-0/+12
* * error.c: This makes all warnings raised call Warning.warn, whichshyouhei2016-09-271-0/+27
* test_exception.rb: another assertionnobu2016-09-261-1/+2
* eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundefrhe2016-09-261-0/+9
* * test/ruby/test_exception.rb: fix thread issues.ko12016-09-131-3/+5
* thread.c: set cause by Thread#raisenobu2016-09-091-0/+46
* assertions.rb: set default internal encodingnobu2016-04-091-5/+3
* NoMethodError#private_call?nobu2016-02-281-0/+25
* test_exception.rb: split test_name_error_infonobu2016-02-281-3/+21
* * test/ruby/test_exception.rb: fix bad spawn argument (multipleheadius2016-02-231-1/+1
* test/ruby: suppress parser warningsnobu2016-02-191-4/+12
* test_exception.rb: fix commit missnobu2016-02-141-3/+0
* not overwrite causenobu2016-02-141-0/+57
* test_exception.rb: NameError at FCALLnobu2016-02-031-0/+6
* iseq.c: mark parents of wrapped iseqnobu2016-01-121-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* error.c: name_err_local_variablesnobu2015-12-081-0/+10
* test_exception.rb: get rid of did_you_meannobu2015-10-311-5/+1
* eval_error.c: Fix a format of `NameError#message`nobu2015-10-311-0/+12
* encoding for inspectnobu2015-10-281-3/+5
* NameError#receiver of uninitialized constantnobu2015-10-281-0/+4
* preserve encodings in error messagesnobu2015-09-281-0/+4
* vm_eval.c: set method_missing_reasonnobu2015-07-291-0/+7
* error.c: NameError#receivernobu2015-06-181-0/+6
* test for [ruby-core:67473] [Bug #10727]nobu2015-01-101-0/+12
* * test_exception.rb: indent.usa2014-11-291-1/+1
* * test/ruby/test_exception.rb (TestException#test_output_string_encoding): needusa2014-11-281-1/+2
* * test/ruby/test_exception.rb (TestException#test_output_string_encoding): testusa2014-11-281-0/+12
* test_exception.rb: missing testnobu2014-11-181-0/+17
* vm_eval.c: UncaughtThrowErrornobu2014-11-151-3/+8
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* Fix typos in assert messages [ci skip]kazu2014-11-091-4/+4
* test_exception.rb: more testsnobu2014-11-071-12/+36
* eval.c: no overwrite SystemStackError backtracenobu2014-06-281-0/+4
* eval.c: no method calls at stack overflownobu2014-06-281-2/+4
* eval_error.c: newline alwaysnobu2014-06-251-0/+4
* Backtrace for SystemStackErrornobu2014-06-231-1/+2