aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* IPSocket#inspectnobu2017-04-142-0/+20
* increase timeout seconds.ko12017-04-141-1/+1
* Terminate created threads.ko12017-04-132-1/+4
* thread.c: disable VM events when stack overflownobu2017-04-131-0/+15
* Use `assert_raise` instead of `assert_raises`.hsbt2017-04-121-2/+2
* Merge json-2.0.4.hsbt2017-04-122-0/+2
* thread.c: refine stream closed messagenobu2017-04-092-2/+2
* test/unit.rb: no jobserver in workersnobu2017-04-091-3/+0
* use dedicated assertionsnobu2017-04-073-56/+55
* fix condition of assert_not_respond_tonobu2017-04-071-1/+1
* assert_not_respond_to private methodnobu2017-04-071-0/+23
* assert_respond_to non-private methodnobu2017-04-071-5/+8
* fix TracePoint#return_value with non-local exitsko12017-04-061-0/+142
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-068-12/+12
* Import psych-3.0.0.beta1 from ruby/psych.hsbt2017-04-0511-231/+42
* Fix arguments order of IO#pwritekazu2017-04-031-1/+1
* Add IO#pread and IO#pwrite methodsnobu2017-04-031-0/+21
* test/ruby/test_optimization.rb: quiet warningsnormal2017-04-011-3/+3
* compile.c: optimize literal String range in case/when dispatchnormal2017-04-011-0/+15
* array.c: Array#append and Array#prependnobu2017-04-011-0/+19
* test_minitest_unit.rb: assert_triggerednobu2017-03-291-1/+2
* test_symbol.rb: switch to assert_not_equalnobu2017-03-291-4/+4
* test/ruby/test_symbol.rb: new test for nondeterminismnormal2017-03-281-0/+10
* ostruct.rb: refine visibility failure messagenobu2017-03-281-0/+24
* dir.c: err at glob failurenobu2017-03-271-0/+18
* fix redefinition optimization for -"literal string" (UMinus)normal2017-03-271-0/+5
* parse.y: unterminated content tokennobu2017-03-261-0/+3
* class.c: prohibit refinement modulenobu2017-03-251-0/+14
* keep line number after unterminated string literalnobu2017-03-251-0/+2
* ostruct.rb: fix OpenStruct.allocatenobu2017-03-241-0/+9
* stringio.c: check rangenobu2017-03-211-0/+1
* stringio.c: check character codenobu2017-03-211-0/+2
* vm_args.c: arity check of lambdanobu2017-03-192-1/+7
* test_lambda.rb: remove duplcate testsnobu2017-03-181-26/+0
* test_lambda.rb: refine testnobu2017-03-181-2/+4
* vm_args.c: pass blocknobu2017-03-181-0/+25
* * remove trailing spaces.svn2017-03-171-2/+2
* Merge rubygems-2.6.11hsbt2017-03-173-17/+23
* rational.c: float denomnobu2017-03-161-1/+13
* rational.c: read_numnobu2017-03-161-0/+16
* test_rational.rb: invalid exponentnobu2017-03-161-0/+4
* test_rational.rb: duplicate assertionsnobu2017-03-161-36/+0
* rational.c: zero divisionnobu2017-03-161-0/+5
* test_rational.rb: shortennobu2017-03-161-93/+98
* object.c: make String#to_f consistent with literalnobu2017-03-151-0/+6
* * lib/matrix.rb: Add Vector.zero and Vector#zero?marcandre2017-03-141-0/+7
* Stop a global server of Rinda testmame2017-03-141-2/+2
* Fix bug of Tempfile#size if nothing is written [Bug #13198]glass2017-03-141-0/+7
* Fix a consistency bug of ISEQ_COVERAGE [Bug #13305]mame2017-03-141-0/+30
* Fiber also has same issue. [Bug #13313]ko12017-03-141-0/+8