aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* use correct synchronization.ko12017-04-201-6/+6
* ruby-lex.rb: fix continued line conditionsnobu2017-04-201-5/+5
* Removed deprecated extensions of mathn.hsbt2017-04-202-4/+0
* Move test_extlibs.rb because it's not the test of ruby itselfusa2017-04-201-0/+0
* socket: avoid fcntl for read/write_nonblock on Linuxnormal2017-04-191-0/+50
* compile.c: wrong optimizationnobu2017-04-181-0/+43
* test_optimization.rb: heredoc code stylenobu2017-04-181-36/+50
* should not return.ko12017-04-171-1/+1
* eval.c: copy before cause setupnobu2017-04-171-0/+7
* test_integer.rb: simplify teststomar2017-04-161-8/+5
* test/ruby/test_io.rb: use Thread.stop? to waitnobu2017-04-161-1/+1
* * test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa2017-04-161-18/+21
* bignum.c: fix inexact estimationnobu2017-04-151-0/+12
* fix RSTRUCT_LEN macro in public C APInormal2017-04-151-0/+10
* sync certainly.ko12017-04-141-1/+1
* more explicit synchronization.ko12017-04-141-1/+4
* 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