ruby--ruby/test
nobu 6ef3d123dd * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-11-08 03:59:42 +00:00
..
base64
bigdecimal * ext/bigdecimal/lib/bigdecimal/math.rb (atan): atan(Infinity) is 2009-09-23 17:21:26 +00:00
cgi add a test. 2009-07-30 07:39:09 +00:00
csv rescue Encoding::ConverterNotFoundError. 2009-08-16 06:31:31 +00:00
date * lib/date/format.rb (strptime): removed \v; since \s includes \v. 2009-08-16 23:22:13 +00:00
dbm
digest
dl * test/dl/test_callback.rb (**) adding a callback test file 2009-11-08 00:21:50 +00:00
drb * test: use require_relative. 2009-09-12 17:00:51 +00:00
erb
etc
fileutils * test/fileutils/test_fileutils.rb: fixed indent by splitting methods. 2009-09-18 02:20:39 +00:00
gdbm
iconv * ext/iconv/iconv.c (iconv_create): cannot retry with given block. 2009-10-15 05:21:00 +00:00
io/nonblock
json Use Array#permutation for permutation tests. 2009-10-20 15:59:43 +00:00
logger * test/logger/test_logger.rb (TestLogDevice#test_write): check 2009-10-20 23:17:19 +00:00
matrix
minitest
mkmf * test/mkmf/base.rb (TestMkmf): was turned into a class, because 2009-08-06 04:30:15 +00:00
monitor * added monitor.rb test. see #2240 the bug on ruby_1_8. 2009-10-20 15:57:39 +00:00
net * lib/net/http.rb (Net::HTTPResponse#each_response_header): 2009-10-30 13:09:03 +00:00
nkf
open-uri * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes. 2009-09-13 02:29:47 +00:00
openssl * test: use require_relative. 2009-09-12 17:00:51 +00:00
optparse
ostruct
pathname
rake * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): uses 2009-10-17 09:04:16 +00:00
rdoc Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> 2009-08-18 04:52:41 +00:00
readline * ext/readline/extconf.rb: checked rl_refresh_line in readline. 2009-07-10 13:03:40 +00:00
rexml
rinda
ripper * parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/ripper/test_filter.rb: add more tests. 2009-10-26 23:11:59 +00:00
rss * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bug 2009-08-24 12:31:22 +00:00
ruby * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings. 2009-11-08 03:59:42 +00:00
rubygems * test/rubygems/test_gem_installer.rb (test_build_extensions_extconf_bad): 2009-10-04 04:59:11 +00:00
scanf * test/scanf/test_scanfio.rb (TestScanfIO): needs to inherit 2009-10-21 03:44:56 +00:00
sdbm
socket Use UDP for sendmsg/recvmsg tests. 2009-07-19 08:53:11 +00:00
stringio * ext/stringio/stringio.c (Init_stringio): added read_nonblock and 2009-10-27 13:22:40 +00:00
strscan * ext/strscan/strscan.c (strscan_set_string): set string should not be 2009-08-26 23:16:40 +00:00
uri
webrick * test: use require_relative. 2009-09-12 17:00:51 +00:00
win32ole * ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object 2009-07-21 07:27:08 +00:00
xmlrpc
yaml
zlib * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr; 2009-08-29 16:17:26 +00:00
inlinetest.rb
runner.rb
test_delegate.rb * lib/delegate.rb (Delegator::public_api): take snapshot of 2009-10-06 13:07:12 +00:00
test_ipaddr.rb
test_open3.rb
test_pp.rb * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless of 2009-11-07 12:05:38 +00:00
test_prettyprint.rb wrap by a module. 2009-10-04 05:44:27 +00:00
test_prime.rb * test/test_prime.rb 2009-10-18 00:55:34 +00:00
test_pstore.rb
test_pty.rb
test_set.rb
test_shellwords.rb
test_singleton.rb
test_syslog.rb * test: use require_relative. 2009-09-12 17:00:51 +00:00
test_tempfile.rb * test/test_tempfile.rb: merged from Hongli Lai's fork. 2009-08-26 10:00:03 +00:00
test_time.rb
test_timeout.rb
test_tsort.rb