aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* webrick/httpserver.rb: Stop handling requests on shutdownnobu2014-05-081-0/+23
* refactored to test Socket and TCPSocket/TCPServer more consistently.akr2014-05-071-74/+54
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr2014-05-071-0/+69
* refactoring to extract tcp_pair.akr2014-05-071-9/+13
* numeric.c: check keyword argumentsnobu2014-05-071-0/+8
* vm_eval.c: exclude hidden variablesnobu2014-05-071-2/+2
* parse.y: no duplicated namesnobu2014-05-061-0/+6
* parse.y: remove duplicated namesnobu2014-05-061-0/+6
* * lib/time.rb (Time.make_time): Adjust the time zone of "now".akr2014-05-061-0/+8
* * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr2014-05-051-0/+23
* * process.c (check_exec_redirect): Open the file in write mode forakr2014-05-051-0/+11
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-051-0/+8
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-051-0/+4
* add a comment.akr2014-05-051-1/+1
* * lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr2014-05-051-0/+5
* * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf2014-05-041-0/+17
* math.c: C99-like atan2nobu2014-05-041-4/+9
* test_math.rb: rename check as assert_floatnobu2014-05-031-1/+2
* * lib/time.rb (Time.rfc2822): Fix year completion.akr2014-05-031-23/+43
* * lib/time.rb (make_time): Produce fixed-offset time object ifakr2014-05-031-0/+13
* add tests.akr2014-05-031-2/+17
* * lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr2014-05-031-0/+1
* math.c: check domain of base argumentnobu2014-05-031-0/+2
* time.c: fix underflow of unsigned integersnobu2014-05-021-0/+1
* test_io.rb: defer f_typenobu2014-05-021-2/+2
* parse.y: turn dynamically interned Symbol into an IDnobu2014-05-021-6/+8
* test_inadvertent_creation.rb: use Symbol.findnobu2014-04-301-2/+2
* * remove trailing spaces.nobu2014-04-301-1/+1
* * vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko12014-04-301-0/+34
* parse.y: pin down dynamic symbol onlynobu2014-04-301-0/+18
* * test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.ktsj2014-04-291-1/+1
* * parse.y (symbols_i): like r45492, call rb_gc_resurrect().ktsj2014-04-291-0/+4