aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* give up insn attr handles_frameshyouhei2018-06-271-0/+13
* Revert "test_process.rb: skip tests for Bug 14867"normal2018-06-271-3/+0
* test: skip 2 major unstable tests with MJITk0kubun2018-06-262-0/+5
* test_range.rb: add tests to improve coveragewatson19782018-06-251-0/+14
* increase body sizenaruse2018-06-251-1/+1
* test_process.rb: skip tests for Bug 14867k0kubun2018-06-241-0/+3
* test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame2018-06-241-0/+30
* test/test_prime.rb: add testcases of prime librarymame2018-06-241-0/+81
* test/ruby/test_settracefunc.rb: fix NoMethodErrorktsj2018-06-231-1/+0
* vm.c: fix infinite loopktsj2018-06-231-0/+15
* remove debug printnaruse2018-06-221-1/+1
* check net.core.wmem_default and max instead of tcpnaruse2018-06-221-1/+1
* show net.ipv4.tcp_wmem to debug failure on travisnaruse2018-06-221-1/+1
* test/ruby/test_range.rb: add a test for endless range's min with comparisonmame2018-06-221-0/+2
* range.c: Range#last and #max raises a RangeError if it is endlessmame2018-06-221-4/+6
* range.c: Range#size now returns Float::INFINITY if it is endlessmame2018-06-221-2/+2
* range.c: Range#to_a now raises RangeError if it is endlessmame2018-06-221-0/+6
* test/ruby/test_io.rb: fix timing sensitive testnormal2018-06-201-5/+10
* test_ast.rb: Remove a needless lineyui-knk2018-06-201-3/+1
* test_ast.rb: Fix an argument of `grep`, child is a `RubyVM::AST::Node`yui-knk2018-06-201-2/+2
* variable.c: fix receiver on private constantnobu2018-06-191-4/+38
* Remove needless closed?kazu2018-06-171-6/+6
* gettimeofday is obsoletenobu2018-06-151-2/+10
* Remove warnings of flip-flop deprecation from tests and specsmame2018-06-152-2/+15
* parse.y: Deprecate flip-flopsmame2018-06-151-0/+2
* test/rubygems/test_gem_dependency_installer.rb: Avoid Dir.chdir + blockmame2018-06-141-1/+5
* Revert "range.c: prohibit `(1..nil)`"mame2018-06-131-23/+23
* range.c: prohibit `(1..nil)`mame2018-06-131-23/+23
* Remove needless lineskazu2018-06-121-2/+0
* Use `&.` instead of modifier ifkazu2018-06-121-3/+2
* Use `&.` instead of modifier if and remove needless closed?kazu2018-06-111-1/+1
* Use `&.` instead of modifier ifkazu2018-06-101-1/+1
* assert_raise(Net::ReadTimeout) on Windows [Bug #14829]naruse2018-06-081-5/+3
* ast.c: fix callsnobu2018-06-081-0/+28
* th is nilusa2018-06-081-2/+2
* ast.c: refine AST#childrennobu2018-06-071-5/+12
* ast.c: Fix to raise `SyntaxError`yui-knk2018-06-071-0/+21
* skip write_timeout test on Windowsnaruse2018-06-071-5/+5
* Some platforms immediately returns from Socket#writeusa2018-06-071-3/+3
* math.c: adjust cbrtnobu2018-06-061-0/+1
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-061-1/+1
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-062-0/+109
* test/io/console/test_io_console.rb: fix for systems where PTY is not definednormal2018-06-061-5/+4
* test/lib/jit_support.rb: spelling: s/skiped/skipped/normal2018-06-051-1/+1
* test/io/console/test_io_console.rb: ignore TTOU on FreeBSDnormal2018-06-051-0/+16
* test/dtrace/helper.rb: support systemtap in dtrace testsnormal2018-06-051-6/+80
* test/dtrace: enable Tracepoint for function callsnormal2018-06-052-4/+6
* test/dtrace/test_method_cache.rb: avoid spewing too muchnormal2018-06-051-1/+1
* test/dtrace/test_array_create.rb: require line numbernormal2018-06-051-1/+1
* test/dtrace/helper: fix check for minirubynormal2018-06-051-4/+5