aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * test/lib/minitest/spec.rb: Unused file removed.akr2014-05-244-1352/+0
* * test/benchmark/test_benchmark.rb: Use test/unit.akr2014-05-241-72/+58
* * test/lib/minitest/unit.rb (parallelize_me!): Removed.akr2014-05-245-152/+0
* * test/lib/minitest/hell.rb: Unused file removed.akr2014-05-242-129/+0
* * test/lib/minitest: Remove comments not appropriate now.akr2014-05-2413-65/+0
* * test/lib/test/unit/test-unit.gemspec: removed needless gemspec file.hsbt2014-05-241-18/+0
* net/protocol.rb: fix SMTP dot stuffingnobu2014-05-231-0/+9
* test_file.rb: fix ctime on Windowsnobu2014-05-231-3/+3
* test_file.rb: estimate birthtimenobu2014-05-231-1/+3
* * file.c (stat_birthtime): add birthtime support [Feature #9647]naruse2014-05-221-0/+25
* I suspect such early wakeup is because of automatic time correctionnaruse2014-05-221-10/+3
* revert File::Statfs [Feature #9772]naruse2014-05-222-49/+16
* vm.c: rewind cfpnobu2014-05-211-0/+7
* test_backtrace.rb: r18554 testsnobu2014-05-211-0/+20
* * test/ruby/test_dir.rb: added testcase of double slash path.hsbt2014-05-201-0/+1
* more insrease timeout of test_LSHIFT_neary_long_maxnaruse2014-05-201-1/+1
* * test/dbm/test_dbm.rb: Use Etc.uname.akr2014-05-192-12/+4
* string.c: byte offsetnobu2014-05-191-0/+3
* envutil.rb: fix argumentnobu2014-05-181-1/+1
* test_etc.rb: omit unrunnable testsnobu2014-05-181-3/+3
* increase waitnaruse2014-05-181-1/+1
* Use Etc.uname instead of uname command invocation.akr2014-05-183-5/+7
* Fix a constant reference.akr2014-05-181-1/+1
* * test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr toakr2014-05-181-6/+6
* increase timeout 10 to 15 on test_LSHIFT_neary_long_maxnaruse2014-05-181-1/+1
* output more verbose to debugnaruse2014-05-181-2/+3
* [DOC]akr2014-05-181-1/+1
* * ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented.akr2014-05-181-0/+34
* * ext/etc/etc.c: Etc.uname method implemented.akr2014-05-181-0/+13
* * configure.in: Check nextafter() availability.akr2014-05-182-0/+92
* * enum.c: Enumerable#slice_after implemented.akr2014-05-182-0/+44
* io.c: buffer must be modifiablenobu2014-05-171-6/+5
* * test/runner.rb: remove dependency test-unit and minitesthsbt2014-05-1722-4/+4891
* dir.c: match plain names as-isnobu2014-05-161-0/+6
* parallel.rb: fix test-all parallel failureshirosaki2014-05-152-4/+13
* test_process.rb: duplicate assertionsnobu2014-05-111-6/+3
* test_process.rb: WIFEXITED and so on are system dependentnobu2014-05-111-1/+4
* signal.c: directly deliver non-handlable signalsnobu2014-05-111-0/+15
* signal.c: directly enqueuenobu2014-05-101-0/+11
* test_io_console.rb: show failure detailsnobu2014-05-101-3/+2
* envutil.rb: rubybin: keywordnobu2014-05-101-1/+2
* envutil.rb: successfully terminated processnobu2014-05-101-3/+4
* thread.c: stop if forked in a sub-threadnobu2014-05-101-0/+21
* test_signal.rb: test iff SIGQUIT is supportednobu2014-05-101-1/+1
* test_thread.rb: run with default handlernobu2014-05-101-1/+3
* * signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.akr2014-05-091-0/+7
* test_signal.rb: missing argvnobu2014-05-091-1/+1
* test_beginendblock.rb, test_signal.rb: run with default handlernobu2014-05-092-0/+4
* * lib/prime.rb (Prime#prime?): negative numbers can't be primesayumin2014-05-081-2/+2
* class.c: always clear tables firstnobu2014-05-081-0/+19