ruby/test
nobu 72ad8595f2 * parse.y (bv_decls, bvar): fix for block variables.
[ruby-dev:39423]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-03 13:14:19 +00:00
..
base64 * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies with 2008-09-25 12:24:54 +00:00
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 * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
digest * test/digest/test_digest_hmac.rb: added. 2006-10-25 08:16:48 +00:00
dl * test/dl: use require_relative to require test_base.rb. 2009-09-10 17:14:53 +00:00
drb * test: use require_relative. 2009-09-12 17:00:51 +00:00
erb * test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces. 2009-03-07 03:35:44 +00:00
etc * test/etc/test_etc.rb: trivial. 2009-02-06 15:26:36 +00:00
fileutils * test/fileutils/test_fileutils.rb: fixed indent by splitting methods. 2009-09-18 02:20:39 +00:00
gdbm * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
iconv * ext/iconv/iconv.c (strip_glibc_option, map_charset): check if 2008-10-21 02:34:07 +00:00
io/nonblock * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): 2008-08-05 09:04:13 +00:00
json Add tests of JSON 1.1.9. 2009-09-01 17:34:50 +00:00
logger * lib/logger.rb (ProgName): fixed for svn, based on a patch from 2008-11-18 07:18:29 +00:00
matrix * test/matrix/test_matrix.rb (setup): typo. 2008-09-15 01:33:43 +00:00
minitest Imported minitest 1.4.0 r5083. 2009-06-18 07:31:39 +00:00
mkmf * test/mkmf/base.rb (TestMkmf): was turned into a class, because 2009-08-06 04:30:15 +00:00
monitor * lib/thread.rb (ConditionVariable#broadcast): use Mutex 2007-02-24 07:01:18 +00:00
net * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patch 2009-07-24 09:09:04 +00:00
nkf * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
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 * lib/optparse.rb (OptionParser#parse_in_order): do not make an 2009-04-26 06:13:11 +00:00
ostruct * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
pathname * lib/pathname.rb (Pathname#sub): set $~ in block.binding. 2009-03-17 05:26:15 +00:00
rake * lib/rake: updated to rake code to rake-0.8.7 source code base. 2009-10-02 19:07:55 +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 * lib/rexml/entity.rb (unnormalized): do not call 2008-11-06 17:03:40 +00:00
rinda * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
ripper * parse.y (bv_decls, bvar): fix for block variables. 2009-10-03 13:14:19 +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 * vm_method.c (rb_add_method_def): no redefinition warning on 2009-10-03 12:19:19 +00:00
rubygems * test: use require_relative. 2009-09-12 17:00:51 +00:00
scanf * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
sdbm * test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the method 2008-11-10 08:38:20 +00:00
socket Use UDP for sendmsg/recvmsg tests. 2009-07-19 08:53:11 +00:00
stringio * stringio/stringio.c (strio_read): set ASCII-8BIT encoding 2009-09-28 01:08:24 +00:00
strscan * ext/strscan/strscan.c (strscan_set_string): set string should not be 2009-08-26 23:16:40 +00:00
uri * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
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 * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
yaml * time.c: remove time_t restriction from Time class. 2009-04-21 14:56:59 +00:00
zlib * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr; 2009-08-29 16:17:26 +00:00
inlinetest.rb * test/inlinetest.rb (InlineTest.in_progname): workaround for frozen 2008-06-27 12:19:11 +00:00
runner.rb * test/runner.rb: search srcdir/test/arg at first to find test/ruby 2008-10-20 00:48:24 +00:00
test_delegate.rb add test for {SimpleDelegator, DelegateClass}#class . 2008-10-18 15:18:49 +00:00
test_ipaddr.rb * test/test_*.rb: Pathname#parent -> Pathname#dirname. 2004-01-13 04:06:31 +00:00
test_open3.rb * lib/open3.rb (Open3.pipeline_start): return an array of threads if a 2008-12-10 17:24:42 +00:00
test_pp.rb * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect 2009-09-27 04:08:31 +00:00
test_prettyprint.rb * test/test_pp.rb: extract from lib/pp.rb. 2009-02-14 23:36:45 +00:00
test_prime.rb * lib/prime.rb (Prime#prime_division): now decomposes 2009-07-13 13:51:49 +00:00
test_pstore.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_pty.rb * ext/pty/pty.c (getDevice): add nomesg argument. 2008-12-16 11:39:17 +00:00
test_set.rb * test/test_*.rb: Pathname#parent -> Pathname#dirname. 2004-01-13 04:06:31 +00:00
test_shellwords.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_singleton.rb new file. 2008-07-03 12:10:30 +00:00
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 * time.c (rb_gmtime, rb_localtime): gmtime and localtime return 2009-05-25 18:41:32 +00:00
test_timeout.rb test/test_timeout.rb (TestTimeout#test_timeout): add a test. 2009-04-28 10:10:05 +00:00
test_tsort.rb * test/test_pp.rb: extract from lib/pp.rb. 2009-02-14 23:36:45 +00:00