summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-04-21test/ruby/test_io.rb: add closing recycled FD testnormal
2018-04-20_mjit_compile_send.erb: inline attr_reader callk0kubun
2018-04-20variable.c: fix thread + fork errors in autoloadnormal
2018-04-20range.c: step in bignumnobu
2018-04-20range.c: fix fixnum loop conditionnobu
2018-04-19fiddle/test_import.rb: fix warnings by rubygemsnobu
2018-04-19fiddle/import.rb: suppress warningnobu
2018-04-19rexml: Fix a XPath bug that white spaces aren't ignoredkou
2018-04-19rexml: Fix wrong assertionkou
2018-04-19rexml: Use more debug friendly assertion stylekou
2018-04-19rexml: Use more debug friendly assertion stylekou
2018-04-19rexml: Make more readablekou
2018-04-19range.c: Make Range#bsearch support endless rangesmame
2018-04-19Make Range#min, max, include?, cover?, and === to support endless rangemame
2018-04-19Introduce endless range [Feature#12912]mame
2018-04-19dir.c: warning for NULnobu
2018-04-19Add slice method to ENV like Hash#slicenobu
2018-04-17test/ruby/test_super.rb: Remove unused assertionsmame
2018-04-17The test for TracePoint with thread had never worked correctlymame
2018-04-17The test for TracePoint#raised_exception had never worked correctlymame
2018-04-17Remove the old disabled assertions for 1.8/1.9mame
2018-04-17Enable the assertions that had been disabled for historical reasonmame
2018-04-17Remove the assertions that have no meaningmame
2018-04-17Remove the disabled old tests for Ruby 1.8/1.9 feature changemame
2018-04-17Use assert(false) for the path that is expected unreachablemame
2018-04-17test/date/test_date_base.rb: removedmame
2018-04-17test/csv/test_features.rb: enable accidentally-disabled assertionsmame
2018-04-17test/zlib/test_zlib.rb (test_path): enable the accidentally-disabled assertionmame
2018-04-17parse.y: fix cmdarg in command_argsnobu
2018-04-16compile.c: align rangenobu
2018-04-16string.c: fix dumped suffixnobu
2018-04-16string.c: fix checking ordernobu
2018-04-14Extend timeoutnaruse
2018-04-14irb.rb: restore the last errornobu
2018-04-14irb/{context,workspace}.rb: use local_variable_setnobu
2018-04-13file.c: chardev is loadablenobu
2018-04-12parse.y: `when` indentnobu
2018-04-12assert indents of `case` and `end`nobu
2018-04-12error.c: super in method_missingnobu
2018-04-12marshaltestlib.rb: use clean object for exceptionnobu
2018-04-11eval_error.c: fix loop on exception in messagenobu
2018-04-10symbol.c: non-ASCII constant namesnobu
2018-04-09parse.y: extra error message after no digitsnobu
2018-04-09test_literal.rb: use assert_syntax_errornobu
2018-04-08compile.c: align IBF dumped datanobu
2018-04-07test/ruby/test_iseq.rb: hexdump to diffnobu
2018-04-07Use assert_includenobu
2018-04-06Use assert_operator instead of assertkazu
2018-04-05compile.c: fix positions encodenobu
2018-04-04* test/test_tempfile.rb (test_{new,create}_traversal_dir): should not assume `t`usa