aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix env leaksnobu2015-03-1212-93/+113
* * test/lib/leakchecker.rb: Check environment variables.akr2015-03-121-1/+32
* accept_nonblock supports "exception: false"normal2015-03-124-0/+44
* * test/rubygems/test_gem_security_trust_dir.rb: The return value ofodaira2015-03-101-0/+2
* * lib/webrick/server.rb: Invoke setup_shutdown_pipe in start methodakr2015-03-101-1/+27
* test_math.rb: to_f testsnobu2015-03-101-5/+12
* stringio.c: don't raise after closenobu2015-03-091-2/+2
* suppress warningsnobu2015-03-091-3/+1
* test_beginendblock.rb: assert_in_out_errnobu2015-03-092-124/+54
* * ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr2015-03-081-0/+22
* dir.c: glob short namesnobu2015-03-081-1/+5
* test_extlibs.rb: skip excluded librariesnobu2015-03-081-4/+20
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-0/+120
* * test/webrick/test_filehandler.rb: on vboxsf (on VirtualBoxko12015-03-061-4/+10
* * test/ruby/test_beginendblock.rb: do not change directory.ko12015-03-061-3/+3
* vm_eval.c: next super class from the originalnobu2015-03-061-0/+11
* * lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.marcandre2015-03-052-0/+10
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_command_line_glob_with_...usa2015-03-051-0/+8
* * vm_eval.c (eval_string_with_cref): A binding should keepshugo2015-03-051-16/+23
* * test/ruby/test_refinement.rb: There is no need anymore to supressshugo2015-03-051-7/+0
* * test/ruby/test_math.rb (assert_float_and_int): Refactor test casesgogotanaka2015-03-041-46/+21
* envutil.rb: no need to sleepnobu2015-03-041-1/+0
* envutil.rb: diagnostic_reports for SIGTRAPnobu2015-03-041-1/+1
* mkmf/base.rb: clean up tmpdirnobu2015-03-031-1/+1
* * test/lib/envutil.rb (EnvUtil.invoke_ruby): need to rescue becauseusa2015-03-031-1/+1
* test_rubyoptions.rb: use assert_in_out_errnobu2015-03-032-14/+3
* envutil.rb: improve by assert_pattern_listnobu2015-03-031-1/+3
* test_process.rb: use assert_in_out_errnobu2015-03-031-17/+3
* * test/ruby/test_math.rb: add tests for the above change.gogotanaka2015-03-031-0/+21
* test_rubyoptions.rb: use assert_segvnobu2015-03-031-18/+6
* * test/ruby/test_symbol.rb: avoid a false positive in AIXodaira2015-03-021-1/+1
* envutil.rb: fix typonobu2015-03-021-1/+1
* envutil.rb: fix const namenobu2015-03-021-1/+1
* test_process.rb: remove intermediate child processnobu2015-03-021-62/+12
* envutil.rb: timeout_error argument to invoke_rubynobu2015-03-021-10/+11
* envutil.rb: signal list to invoke_rubynobu2015-03-021-12/+24
* signal.c: nil for invalid signumnobu2015-03-021-0/+9
* * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINEngoto2015-03-021-4/+5
* io/wait: fix return value for buffered readnormal2015-03-011-1/+1
* envutil.rb: signal argumentnobu2015-03-011-1/+1
* add tests for strptime("%s.%N").akr2015-03-011-0/+11
* enum.c: Fixnum onlynobu2015-02-281-0/+12
* enum.c: limit sizenobu2015-02-281-0/+16
* variable.c: preserve name encoding of subclassnobu2015-02-281-0/+2
* * lib/rubygems: Update to RubyGems 2.4.6 and HEAD(800f2e6).hsbt2015-02-275-31/+56
* * lib/rake: Update to rake (9237e74), typo fix and remove needlesshsbt2015-02-274-10/+10
* test_io.rb: separate platform-specific testsnobu2015-02-261-31/+13
* * ext/win32/Win32API.rb (initialize): accept both a string and an arrayusa2015-02-251-0/+23
* dir.c: same encoding to the patternnobu2015-02-251-0/+9
* * lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka2015-02-241-3/+3