aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* rexml: Enable more testskou2018-04-211-3/+3
* rexml: Fix XPath concat() implementationkou2018-04-211-1/+1
* rexml: Fix XPath string() implementationkou2018-04-211-22/+5
* rexml: Make more readablekou2018-04-211-2/+2
* rexml: Fix a test bugkou2018-04-211-1/+1
* rexml: Make more readablekou2018-04-211-1/+6
* test/ruby/test_io.rb: add closing recycled FD testnormal2018-04-211-0/+32
* _mjit_compile_send.erb: inline attr_reader callk0kubun2018-04-201-0/+35
* variable.c: fix thread + fork errors in autoloadnormal2018-04-201-0/+26
* range.c: step in bignumnobu2018-04-201-1/+4
* range.c: fix fixnum loop conditionnobu2018-04-201-0/+6
* fiddle/test_import.rb: fix warnings by rubygemsnobu2018-04-191-1/+1
* fiddle/import.rb: suppress warningnobu2018-04-191-0/+4
* rexml: Fix a XPath bug that white spaces aren't ignoredkou2018-04-191-22/+29
* rexml: Fix wrong assertionkou2018-04-191-1/+1
* rexml: Use more debug friendly assertion stylekou2018-04-191-5/+3
* rexml: Use more debug friendly assertion stylekou2018-04-191-5/+4
* rexml: Make more readablekou2018-04-191-6/+25
* range.c: Make Range#bsearch support endless rangesmame2018-04-191-0/+5
* Make Range#min, max, include?, cover?, and === to support endless rangemame2018-04-191-0/+25
* Introduce endless range [Feature#12912]mame2018-04-192-3/+77
* dir.c: warning for NULnobu2018-04-191-2/+4
* Add slice method to ENV like Hash#slicenobu2018-04-191-0/+11
* test/ruby/test_super.rb: Remove unused assertionsmame2018-04-171-2/+2
* The test for TracePoint with thread had never worked correctlymame2018-04-171-2/+4
* The test for TracePoint#raised_exception had never worked correctlymame2018-04-171-2/+2
* Remove the old disabled assertions for 1.8/1.9mame2018-04-172-36/+0
* Enable the assertions that had been disabled for historical reasonmame2018-04-171-5/+4
* Remove the assertions that have no meaningmame2018-04-171-4/+4
* Remove the disabled old tests for Ruby 1.8/1.9 feature changemame2018-04-172-36/+7
* Use assert(false) for the path that is expected unreachablemame2018-04-172-3/+3
* test/date/test_date_base.rb: removedmame2018-04-171-435/+0
* test/csv/test_features.rb: enable accidentally-disabled assertionsmame2018-04-171-10/+8
* test/zlib/test_zlib.rb (test_path): enable the accidentally-disabled assertionmame2018-04-171-3/+3
* parse.y: fix cmdarg in command_argsnobu2018-04-171-0/+4
* compile.c: align rangenobu2018-04-161-0/+1
* string.c: fix dumped suffixnobu2018-04-161-1/+4
* string.c: fix checking ordernobu2018-04-161-0/+3
* Extend timeoutnaruse2018-04-141-1/+1
* irb.rb: restore the last errornobu2018-04-141-0/+9
* irb/{context,workspace}.rb: use local_variable_setnobu2018-04-141-0/+44
* file.c: chardev is loadablenobu2018-04-131-0/+5
* parse.y: `when` indentnobu2018-04-121-3/+3
* assert indents of `case` and `end`nobu2018-04-121-0/+1
* error.c: super in method_missingnobu2018-04-121-0/+16
* marshaltestlib.rb: use clean object for exceptionnobu2018-04-121-1/+3
* eval_error.c: fix loop on exception in messagenobu2018-04-111-0/+11
* symbol.c: non-ASCII constant namesnobu2018-04-101-0/+39
* parse.y: extra error message after no digitsnobu2018-04-091-4/+5
* test_literal.rb: use assert_syntax_errornobu2018-04-091-5/+1