summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-04-20Move test_extlibs.rb because it's not the test of ruby itselfusa
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-14sync certainly.ko1
2017-04-14more explicit synchronization.ko1
2017-04-14increase timeout seconds.ko1
2017-04-13Terminate created threads.ko1
2017-04-13thread.c: disable VM events when stack overflownobu
2017-04-06fix TracePoint#return_value with non-local exitsko1
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
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_symbol.rb: switch to assert_not_equalnobu
2017-03-28test/ruby/test_symbol.rb: new test for nondeterminismnormal
2017-03-27dir.c: err at glob failurenobu
2017-03-27fix redefinition optimization for -"literal string" (UMinus)normal
2017-03-25class.c: prohibit refinement modulenobu
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-16rational.c: float denomnobu
2017-03-16rational.c: read_numnobu
2017-03-16test_rational.rb: invalid exponentnobu
2017-03-16test_rational.rb: duplicate assertionsnobu
2017-03-16rational.c: zero divisionnobu
2017-03-16test_rational.rb: shortennobu
2017-03-15object.c: make String#to_f consistent with literalnobu
2017-03-14Fiber also has same issue. [Bug #13313]ko1
2017-03-14thread.c: Thread.start with Symbolnobu
2017-03-13file.c: join with /nobu
2017-03-13string.c: $; is a GC-rootnobu
2017-03-11test/ruby/test_require.rb: use squiggly heredocsnobu
2017-03-09fix UTF-32 valid_encoding?nobu
2017-03-09fix UTF-32 valid_encoding?nobu
2017-03-09test_utf16.rb: refine valid_encoding testsnobu
2017-03-08proc.c: preserve class name encoding in Proc#to_snobu
2017-03-07parse.y: remove tracenobu
2017-03-07string.c: negation of LONG_MINnobu
2017-03-02refine a warning message.akr
2017-03-02test: use RbConfig::Limitsnobu