1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
shugo f23e93f8b3 * backport r33007 from trunk.
* lib/net/imap.rb (idle): raises a Net::IMAP::Error when the
  connection is closed.  based on the patch by Hugo Barauna.
  [Bug #5190] [ruby-core:38930]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-19 05:18:20 +00:00
..
-ext- * encoding.c (rb_enc_set_index, rb_enc_associate_index): should 2011-07-07 06:44:46 +00:00
base64
benchmark * lib/benchmark.rb: merge eregon/benchmark. 2011-06-28 06:09:46 +00:00
bigdecimal Merge commit r32996 from trunk: 2011-08-17 06:52:00 +00:00
cgi * lib/cgi/core.rb: fix multipart form parsing bug. [Bug #3866] 2011-07-09 05:32:19 +00:00
coverage * ext/coverage/coverage.c: resurrect r32071 + add GC guard for 2011-07-04 15:55:06 +00:00
csv * backport of r32600 from trunk 2011-07-21 21:40:21 +00:00
date * test/date/test_*.rb: added tests. 2011-08-13 00:42:27 +00:00
dbm
digest * backport r32546 from trunk. 2011-07-15 03:05:23 +00:00
dl * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added. 2011-08-09 03:36:18 +00:00
drb * properties. 2011-06-29 03:35:48 +00:00
erb
etc * test/etc/test_etc.rb (TestEtc#test_get{pw,gr}nam): skip entries 2011-06-26 16:34:20 +00:00
fiddle * test/fiddle/helper.rb (libc_so, libm_so): Solaris support added. 2011-08-09 03:36:18 +00:00
fileutils merge revision(s) 32707: 2011-07-27 15:33:56 +00:00
gdbm * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create, 2011-01-28 14:23:04 +00:00
iconv
io * test/io/console/test_io_console.rb (test_noctty): daemon() on 2011-08-04 22:00:36 +00:00
irb
json * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd). 2011-07-10 08:01:04 +00:00
logger * remove trailing spaces. 2011-05-15 11:55:52 +00:00
matrix * test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714] 2011-07-01 22:25:32 +00:00
minitest Imported minitest 2.2.2 (r6281) 2011-06-01 22:34:09 +00:00
misc Run tests only for emacs 23+. 2011-06-15 03:28:47 +00:00
mkmf * lib/mkmf.rb (find_executable0): should exclude directories. 2011-03-11 09:42:46 +00:00
monitor
net * backport r33007 from trunk. 2011-08-19 05:18:20 +00:00
nkf
objspace
open-uri * remove trailing spaces. 2011-05-15 11:55:52 +00:00
openssl * backport r32973 from trunk. 2011-08-15 01:20:27 +00:00
optparse
ostruct * lib/ostruct.rb (method_missing): Handle [] and []= correctly. 2011-05-27 15:59:02 +00:00
pathname * test/ruby/test_io.rb (test_copy_stream_socket): wait a child process 2011-06-15 03:36:57 +00:00
psych * ext/psych/lib/psych/core_ext.rb: Make Kernel#y private. 2011-08-13 00:29:56 +00:00
rake * lib/rake: Update to Rake 0.9.2.2. Prevent pollution of toplevel 2011-08-12 03:29:02 +00:00
rdoc * backport r32935 from trunk 2011-08-11 18:44:10 +00:00
readline * remove trailing spaces. 2011-05-15 11:55:52 +00:00
resolv
rexml * lib/rexml/formatters/pretty.rb 2011-06-11 07:29:48 +00:00
rinda
ripper * parse.y (var_ref): distinguish vcall from local variable 2011-07-10 13:38:17 +00:00
rss
ruby Merge commit r32994 from trunk: 2011-08-17 01:32:16 +00:00
rubygems * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections. 2011-08-05 20:18:14 +00:00
scanf
sdbm
socket * test/socket/test_unix.rb: don't use Thread.abort_on_exception. 2011-06-13 14:12:23 +00:00
stringio * ext/stringio/stringio.c (strio_each): 2011-04-09 14:28:06 +00:00
strscan
syck Copy YAML::Store to Syck::Store to keep it from yamler. 2011-06-14 01:06:41 +00:00
testunit * test/testunit/test_parallel.rb: pass "--ruby" option to 2011-08-02 11:26:21 +00:00
thread * remove trailing spaces. 2011-05-15 11:55:52 +00:00
uri * lib/net/http.rb (URI::HTTP#request_uri): return nil when the uri 2011-06-03 00:32:25 +00:00
webrick merge revision(s) 32593: 2011-07-22 12:49:34 +00:00
win32ole * remove trailing spaces. 2011-05-15 11:55:52 +00:00
xmlrpc * backport r32856 from trunk. 2011-08-12 08:06:49 +00:00
zlib * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dup 2011-02-03 15:15:04 +00:00
inlinetest.rb
profile_test_all.rb
runner.rb * common.mk (RUN_OPT): disable gems. 2011-07-08 23:39:42 +00:00
test_cmath.rb Rerefix test introduced by r32307. 2011-06-30 03:31:01 +00:00
test_delegate.rb
test_find.rb
test_ipaddr.rb
test_mathn.rb
test_mutex_m.rb
test_open3.rb
test_pp.rb
test_prettyprint.rb
test_prime.rb * test/syck/test_string.rb (Syck::TestString#test_non_binary_string): 2011-02-13 00:56:44 +00:00
test_pstore.rb * remove trailing spaces. 2011-05-15 11:55:52 +00:00
test_pty.rb
test_securerandom.rb * test/test_securerandom.rb: Add testcase. This testcase does NOT aim 2011-06-16 10:32:51 +00:00
test_set.rb
test_shellwords.rb
test_singleton.rb * test/test_singleton.rb: Add tests from lib/singleton.rb. Patch by 2011-05-17 18:15:10 +00:00
test_syslog.rb merge revision(s) 32859: 2011-08-07 15:11:03 +00:00
test_tempfile.rb * test/test_tempfile.rb: simply ignore platform depedent testcases 2011-04-04 02:51:17 +00:00
test_time.rb * strftime.c (rb_strftime_with_timespec): improved style consistency. 2011-05-31 03:59:36 +00:00
test_timeout.rb
test_tracer.rb * lib/tracer.rb: Tracer.on only if required by -r command-line option. 2011-06-29 13:19:59 +00:00
test_tsort.rb
with_different_ofs.rb