1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
naruse a5fadaadd3 * string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual character
escape uses hex/Unicode escapes, so fix to use Unicode escape on
  Unicode strings and hex on others. [ruby-core:54458] [Bug #8290]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-04-23 12:24:56 +00:00
..
-ext- More tests. 2013-04-22 03:13:50 +00:00
base64
benchmark
bigdecimal
cgi * lib/cgi/html.rb: fix tagmaker because attributes should recognize. 2013-04-11 13:23:01 +00:00
coverage
csv * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
date
dbm
digest
dl * test/dl/test_base.rb: typo. 2013-04-11 07:51:54 +00:00
drb * test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.kill 2013-04-11 04:21:34 +00:00
dtrace * test/dtrace/helper.rb (DTrace::TestCase#trap_probe): needs to pass 2013-04-06 00:59:12 +00:00
erb
etc
fiddle Fix if-end 2013-04-11 07:53:26 +00:00
fileutils * lib/fileutils.rb: Revert r34669 which altered the way 2013-03-01 02:09:42 +00:00
gdbm
io
irb
json * ext/json: merge JSON 1.7.7. 2013-02-12 03:05:45 +00:00
logger * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
matrix
minitest * test/minitest/test_*.rb: use require_relative to require local library 2013-03-26 14:37:24 +00:00
misc
mkmf * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
monitor
net * lib/net/imap.rb (getacl_response): parse the mailbox of an ACL 2013-04-23 05:07:21 +00:00
nkf
objspace use long_ary to suppress warning 2013-04-02 06:28:10 +00:00
open-uri * lib/open-uri.rb: Support multiple fields with same field 2013-04-09 10:53:41 +00:00
openssl * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
optparse test_optparse.rb: skip no_error in backtrace 2013-04-01 15:00:36 +00:00
ostruct
pathname * ext/pathname/pathname.c (path_write): New method. 2013-04-04 11:12:12 +00:00
psych * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
rake
rdoc
readline * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
resolv
rexml * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
rinda test_rinda.rb: use spawn 2013-04-18 15:29:32 +00:00
ripper Use assert_separately to speed up on test-all 2013-04-02 06:28:17 +00:00
rss Use require_relative to require local library 2013-02-24 13:10:46 +00:00
ruby * string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual character 2013-04-23 12:24:56 +00:00
rubygems * test/rubygems/test_gem_installer.rb (test_install_extension_flat): 2013-03-20 07:49:09 +00:00
scanf
sdbm
socket * remove trailing spaces. 2013-04-08 20:27:01 +00:00
stringio
strscan
syslog * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
testunit
thread * remove trailing spaces. 2013-03-11 00:29:00 +00:00
uri
webrick * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
win32ole win32ole.c: check arity 2013-04-08 08:19:32 +00:00
xmlrpc
zlib * test/csv/test_features.rb, test/logger/test_logger.rb 2013-04-20 23:03:52 +00:00
inlinetest.rb
profile_test_all.rb
runner.rb
test_abbrev.rb
test_cmath.rb
test_curses.rb test_curses.rb: default TERM 2013-04-17 06:39:41 +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_pstore.rb
test_pty.rb
test_rbconfig.rb * test/test_rbconfig.rb (TestRbConfig): fix r39372. 2013-02-22 08:37:16 +00:00
test_securerandom.rb
test_set.rb
test_shellwords.rb
test_singleton.rb
test_syslog.rb
test_tempfile.rb * lib/tempfile.rb (Tempfile.create): New method. 2013-04-20 13:50:47 +00:00
test_time.rb
test_timeout.rb
test_tmpdir.rb
test_tracer.rb
test_tsort.rb
test_weakref.rb
with_different_ofs.rb