aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_exception.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* eval.c: pass unknown optionsnobu2014-06-171-0/+21
* add --disable-gemnaruse2014-05-301-2/+2
* * test/ruby: get rid of warnings.usa2014-03-041-4/+3
* eval.c: preserve encodingnobu2014-02-261-0/+17
* eval.c: preserve errinfonobu2014-02-261-0/+22
* object.c: error message encodingnobu2014-01-301-0/+16
* test_exception.rb: ignore SystemStackErrornobu2014-01-301-0/+1
* thread_pthread.c: get current main thread stack sizenobu2014-01-271-0/+10
* eval.c: raise with causenobu2013-12-311-0/+14
* test_exception.rb: ignore SystemStackErrornobu2013-12-101-0/+1
* test_exception.rb: enclose hash defininitionnobu2013-11-201-2/+4
* eval_intern.h: refine stack overflow detectionnobu2013-11-181-0/+8
* eval.c: refactor exception causenobu2013-11-151-1/+16
* error.c: Exception#causenobu2013-11-101-0/+15
* test_exception.rb: missing testnobu2013-10-281-0/+11
* test/unit/assertions.rb: return exceptionnobu2013-10-091-6/+6
* * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko12013-08-061-0/+9