summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-20Move test_extlibs.rb because it's not the test of ruby itselfusa
2017-04-19socket: avoid fcntl for read/write_nonblock on Linuxnormal
2017-04-18compile.c: wrong optimizationnobu
2017-04-18test_optimization.rb: heredoc code stylenobu
2017-04-17should not return.ko1
2017-04-17eval.c: copy before cause setupnobu
2017-04-16test_integer.rb: simplify teststomar
2017-04-16test/ruby/test_io.rb: use Thread.stop? to waitnobu
2017-04-16* test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa
2017-04-15bignum.c: fix inexact estimationnobu
2017-04-15fix RSTRUCT_LEN macro in public C APInormal
2017-04-14sync certainly.ko1
2017-04-14more explicit synchronization.ko1
2017-04-14IPSocket#inspectnobu
2017-04-14increase timeout seconds.ko1
2017-04-13Terminate created threads.ko1
2017-04-13thread.c: disable VM events when stack overflownobu
2017-04-12Use `assert_raise` instead of `assert_raises`.hsbt
2017-04-12Merge json-2.0.4.hsbt
2017-04-09thread.c: refine stream closed messagenobu
2017-04-09test/unit.rb: no jobserver in workersnobu
2017-04-07use dedicated assertionsnobu
2017-04-07fix condition of assert_not_respond_tonobu
2017-04-07assert_not_respond_to private methodnobu
2017-04-07assert_respond_to non-private methodnobu
2017-04-06fix TracePoint#return_value with non-local exitsko1
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-04-05Import psych-3.0.0.beta1 from ruby/psych.hsbt
2017-04-03Fix arguments order of IO#pwritekazu
2017-04-03Add IO#pread and IO#pwrite methodsnobu
2017-04-01test/ruby/test_optimization.rb: quiet warningsnormal
2017-04-01compile.c: optimize literal String range in case/when dispatchnormal
2017-04-01array.c: Array#append and Array#prependnobu
2017-03-29test_minitest_unit.rb: assert_triggerednobu
2017-03-29test_symbol.rb: switch to assert_not_equalnobu
2017-03-28test/ruby/test_symbol.rb: new test for nondeterminismnormal
2017-03-28ostruct.rb: refine visibility failure messagenobu
2017-03-27dir.c: err at glob failurenobu
2017-03-27fix redefinition optimization for -"literal string" (UMinus)normal
2017-03-26parse.y: unterminated content tokennobu
2017-03-25class.c: prohibit refinement modulenobu
2017-03-25keep line number after unterminated string literalnobu
2017-03-24ostruct.rb: fix OpenStruct.allocatenobu
2017-03-21stringio.c: check rangenobu
2017-03-21stringio.c: check character codenobu
2017-03-19vm_args.c: arity check of lambdanobu
2017-03-18test_lambda.rb: remove duplcate testsnobu
2017-03-18test_lambda.rb: refine testnobu
2017-03-18vm_args.c: pass blocknobu
2017-03-17* remove trailing spaces.svn