aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* time.c: unnecessary encodingnobu2014-07-231-0/+1
* test_time.rb: encoding of Time#zonenobu2014-07-231-3/+10
* minitest/unit.rb: flush messagesnobu2014-07-231-0/+1
* test_x509req.rb: fix for RHEL7nobu2014-07-231-1/+1
* RHEL7 disables MD5naruse2014-07-232-0/+2
* split assertions into algorithmsnaruse2014-07-222-23/+36
* string.c: raise at invalid byte sequencenobu2014-07-221-3/+9
* string.c: fix wrong single-byte optimizationnobu2014-07-221-0/+5
* test/rake: fix tests under test-allnobu2014-07-212-2/+4
* * test/ruby/test_module.rb: Bump up timeout inheadius2014-07-201-1/+1
* compile.c: private reader in op_assignnobu2014-07-191-1/+1
* Fix `Time.parse` for out of range arguments with an offsetnobu2014-07-191-0/+3
* * ext/win32ole/win32ole.c (folevariant_initialize): WIN32OLE_VARIANTsuke2014-07-181-0/+7
* optimized any? methodsnobu2014-07-181-4/+2
* * test/matrix/test_matrix.rb: Add tests for Matrix class.hsbt2014-07-181-0/+35
* thread/thread.c: non-blocking push on SizedQueuenobu2014-07-171-0/+8
* test_queue.rb: non-blocking pop testsnobu2014-07-171-0/+14
* test/ruby/test_env.rb: test memory leaks only on Windowsnobu2014-07-151-38/+40
* * lib/rake.rb, lib/rake/*.rb: Upgrade to rake-10.3.2hsbt2014-07-1517-42/+470
* * test/ruby/envutil.rb (assert_no_memory_leak): On Solaris 9 or later,ngoto2014-07-111-0/+28
* * lib/fileutils.rb: handle ENOENT error with symlink targeted tohsbt2014-07-111-0/+6
* * lib/matrix.rb: Fix sign for cross_product [#9499]marcandre2014-07-111-0/+5
* pack.c: fix buffer overrunnobu2014-07-111-0/+8
* vm_insnhelper.c: fix implicit splat keyword argumentnobu2014-07-101-0/+10
* test_io.rb: fix assertionnobu2014-07-091-1/+1
* require "rbconfig" to use RbConfignaruse2014-07-091-0/+2
* memory_status.rb: find proper psnobu2014-07-081-1/+5
* test/ruby/find_executable.rbnobu2014-07-073-4/+29
* test/unit.rb: newline after messagenobu2014-07-041-1/+1
* * test/rubygems/test_gem_package.rb: avoid tempfile leaks using Tempfile#close!hsbt2014-07-043-6/+18
* Revert "test/rdoc: avoid tempfile leaks"hsbt2014-07-043-6/+6
* * lib/uri/generic.rb (URI::Generic#query=): remove validation, justnaruse2014-07-031-2/+2
* test_io.rb: fix leaked threadsnobu2014-07-021-0/+3
* leakchecker.rb: MiniTest::Unit.outputnobu2014-07-021-0/+4
* * logger.rb: removed unmaintain code.hsbt2014-07-021-54/+0
* vm.c: rb_vm_env_local_variablesnobu2014-07-011-1/+3
* proc.c: Binding#receivernobu2014-07-011-0/+10
* proc.c: fix infinite loopnobu2014-07-011-0/+5
* test_proc.rb: test_local_variablesnobu2014-07-011-0/+5
* test_proc.rb: test_local_variables_in_other_contextnobu2014-07-012-10/+10
* test_gem_package_tar_reader_entry.rb: close temporary filesnobu2014-07-011-3/+13
* test_gem_remote_fetcher.rb: stop SSL servernobu2014-07-011-2/+7
* test_gem_remote_fetcher.rb: fix leaked threadsnobu2014-07-011-0/+17
* Digest::HMAC is finally removed as previously noticed. [fix GH-648]knu2014-07-011-166/+0
* add timeoutnaruse2014-07-011-2/+4
* exception must make process stopnaruse2014-07-011-1/+1
* show if parallel test-all fails to Marshal.loadnaruse2014-06-301-2/+9
* suppress warnings: assigned but unused variablenaruse2014-06-301-2/+2
* * gc.c: support `USE_RGENGC == 0'.ko12014-06-301-11/+20
* * ext/pathname/pathname.c (path_birthtime): New method,akr2014-06-281-0/+8