aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah2011-02-222-27/+31
* * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove2011-02-212-0/+31
* * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove2011-02-211-6/+20
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-201-6/+24
* lib/minitest/*.rb: Imported minitest 2.0.2 r6207ryan2011-02-194-22/+22
* Fix tests.naruse2011-02-192-1/+2
* * lib/test/unit.rb: partial revert of r30849. [ruby-core:32864]tenderlove2011-02-181-0/+30
* * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):nagachika2011-02-171-1/+1
* * eval_jump.c (rb_exec_end_proc): changed at_exit and END prockosaki2011-02-161-1/+22
* Add a test for the encoding of str_aset. [ruby-core:35142]naruse2011-02-151-0/+4
* * array.c (array_join): copy the encoding of the first element asnaruse2011-02-151-0/+7
* * array.c (inspect_ary): don't taint the inspected result of anaruse2011-02-151-8/+0
* * encoding.c (rb_enc_compatible): change the rule for empty strings:naruse2011-02-152-14/+9
* * string.c (rb_enc_cr_str_buf_cat): remove special treatment ofnaruse2011-02-151-2/+2
* * test/ruby/test_system.rb (TestSystem#test_system_at): use findstrusa2011-02-151-1/+1
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+13
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+7
* * test/openssl/test_config.rb (OpenSSL#test_freeze): fix errornobu2011-02-131-2/+3
* * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):nobu2011-02-131-0/+1
* * test/syck/test_string.rb (Syck::TestString#test_non_binary_string):nobu2011-02-132-2/+2
* * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):nobu2011-02-131-2/+7
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-128-14/+14
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-0/+20
* * test/ruby/test_settracefunc.rb (TestSetTraceFunc): ensure to usenobu2011-02-111-6/+10
* * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_scan):nobu2011-02-111-1/+1
* * bin/testrb, test/runner.rb, lib/test/unit.rb: improve backwardnobu2011-02-111-9/+1
* * eval.c (ruby_cleanup): use rb_ary_free to free internal object.nobu2011-02-111-1/+10
* * test/ruby/test_transcode.rb (test_from_cp50221): fix wrongnobu2011-02-111-1/+2
* * test/ruby: uniquify test names.nobu2011-02-112-7/+7
* * configure.in (rubygems): add --disable-rubygems option.nobu2011-02-111-1/+1
* * test/rdoc/test_rdoc_encoding.rb: remove unnecessary (and wrong)usa2011-02-091-12/+0
* Upgrade to RDoc 3.5.3. Fixes [Bug #4376]drbrain2011-02-074-16/+136
* TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse2011-02-071-0/+3
* * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa2011-02-071-23/+19
* * ext/pty/pty.c (chfunc): suppress a warning.nobu2011-02-061-0/+8
* Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain2011-02-061-0/+15
* * parse.y (words, qwords): dispatch array events. based on anobu2011-02-062-11/+29
* * test/fileutils/fileasserts.rb (FileAssertions): separate module.nobu2011-02-063-1/+4
* Surpress warnings: possibly useless use of :: in void contextnaruse2011-02-051-2/+2
* * parse.y (mlhs_basic): include mlhs_post for ripper. a patchnobu2011-02-051-0/+13
* * lib/test/unit/assertions.rb (assert_block): move fromnobu2011-02-051-4/+0
* * test/fileutils/fileasserts.rb (assert_block): pass argumentsnobu2011-02-051-2/+2
* Import RDoc 3.5.2drbrain2011-02-055-9/+149
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-051-0/+5
* * ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu2011-02-051-2/+2
* * ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu2011-02-051-0/+7
* * load.c (rb_get_expanded_load_path): always expand load paths.nobu2011-02-051-0/+25
* * lib/fileutils.rb (FileUtils::LowMethods): make low level methodsnobu2011-02-043-76/+94
* * test/fileutils/fileasserts.rb: add message arguments.nobu2011-02-041-16/+17
* * test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):nobu2011-02-041-0/+4