ruby/test
kosaki 19e0d7c18e * test/thread/test_queue.rb (TestQueue#test_thr_kill): reduce
iterations from 2000 to 250. When running on uniprocessor
  systems, every th.kill needs TIME_QUANTUM_USEC time (i.e.
  100msec on posix systems). Because, "r.read 1" is 3 steps
  operations that 1) release GVL 2) read 3) acquire gvl and
  (1) invoke context switch to main thread. and then, main
  thread's th.kill resume (1), but not (2). Thus read interrupt
  need TIME_QUANTUM_USEC. Then maximum iteration is 30sec/100msec
  = 300.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-03-10 04:00:44 +00:00
..
-ext- Add test for [Backport #7896] [ruby-core:52607] 2013-02-21 08:31:47 +00:00
base64 * ruby.c (load_file_internal): set default source encoding as 2012-11-06 00:49:57 +00:00
benchmark * lib/benchmark.rb: Fix Benchmark.benchmark output with an empty 2012-07-18 03:56:58 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.c (BigDecimal_sub): 2013-01-13 06:15:37 +00:00
cgi * test/cgi/test_cgi_core.rb: Add test for CGI#header. 2012-11-08 06:56:17 +00:00
coverage * thread.c (update_coverage): skip coverage count up if the current 2011-08-23 15:44:26 +00:00
csv * lib/csv.rb: Remove the dangerous serialization feature. 2013-02-05 18:28:26 +00:00
date * test/date/test_date_{parse,strptime}.rb: changed the format of 2012-11-11 10:02:32 +00:00
dbm add a test. 2012-02-19 14:44:36 +00:00
digest ext/digest/digest.c (hexencode_str_new): return an ASCII string 2012-08-01 13:30:51 +00:00
dl * test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD. 2013-02-08 16:27:17 +00:00
drb Remove very obsolete test code 2013-03-08 01:21:41 +00:00
dtrace Use EnvUtil.rubybin instead of Gem.ruby 2012-12-17 12:48:12 +00:00
erb test: remove or replace trailing spaces 2012-12-07 05:02:18 +00:00
etc test_etc.rb: fix for non unique GID 2012-08-27 11:57:43 +00:00
fiddle * test/fiddle/helper.rb: specify libc and libm locations for MirOS BSD. 2013-02-08 16:27:17 +00:00
fileutils * lib/fileutils.rb: Revert r34669 which altered the way 2013-03-01 02:09:42 +00:00
gdbm Suppress warnings. 2012-07-25 06:49:35 +00:00
io console.c: default by stty raw 2013-02-05 04:27:57 +00:00
irb * test/irb/test_completion.rb: skip if cannot load irb/completion 2012-01-30 01:39:52 +00:00
json * ext/json: merge JSON 1.7.7. 2013-02-12 03:05:45 +00:00
logger test_logger.rb: uset tmpfile 2013-01-20 13:25:58 +00:00
matrix matrix.rb: complex vector 2012-09-03 05:49:06 +00:00
minitest Imported minitest 4.3.2 (r8027) 2012-11-29 22:02:36 +00:00
misc ruby-mode.el: fix argument indent 2012-12-03 03:43:40 +00:00
mkmf assertions.rb: allow proc 2013-03-08 07:02:37 +00:00
monitor
net * lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get. 2013-02-24 06:15:05 +00:00
nkf
objspace objspace.c: newly added nodes 2013-03-05 01:40:52 +00:00
open-uri * test/open-uri/test_open-uri.rb (TestOpenURI#test_read_timeout): this 2012-08-23 02:35:01 +00:00
openssl * ext/openssl/ossl.c: do not use FIPS_mode_set if not available. 2012-12-20 07:00:11 +00:00
optparse * test/optparse/test_summary.rb (test_summary_containing_space): add 2012-04-25 16:36:14 +00:00
ostruct * lib/ostruct.rb: Add [] and []=, base on a patch by Thomas Sawyer 2012-10-28 21:20:10 +00:00
pathname * test/pathname/test_pathname.rb (test_binread): add assertion to 2012-02-09 14:44:10 +00:00
psych * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotation 2013-02-07 23:54:29 +00:00
rake * lib/rake/*: Updated to rake 0.9.6 2012-12-21 02:34:37 +00:00
rdoc * lib/rdoc/generator/darkfish.rb: Set encoding on output template to 2013-02-08 04:12:56 +00:00
readline Skip on non UTF-8 locale. 2012-06-19 06:30:55 +00:00
resolv * test/net/http/test_https_proxy.rb 2012-02-02 15:55:07 +00:00
rexml * lib/rexml/security.rb (REXML::Security): create. 2013-02-27 12:24:31 +00:00
rinda * test/rinda/test_rinda.rb: fix sticks on some testsf problem 2012-04-21 06:10:21 +00:00
ripper scoped constant op-assignment 2012-12-25 00:30:47 +00:00
rss Use require_relative to require local library 2013-02-24 13:10:46 +00:00
ruby marshal.c: check for prepended 2013-03-09 02:58:45 +00:00
rubygems * ChangeLog: 2013-03-07 04:06:30 +00:00
scanf
sdbm
socket * ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): return 2013-01-31 04:59:31 +00:00
stringio * ext/stringio/stringio.c (strio_getline): fix not to raise TypeError 2012-12-27 12:21:17 +00:00
strscan Added #charpos for multibyte string position. 2012-11-28 00:17:33 +00:00
syslog * ruby.c (load_file_internal): set default source encoding as 2012-11-06 00:49:57 +00:00
testunit * test/testunit/tests_for_parallel/ptest_forth.rb: added a test case 2012-08-21 00:07:32 +00:00
thread * test/thread/test_queue.rb (TestQueue#test_thr_kill): reduce 2013-03-10 04:00:44 +00:00
uri * lib/uri/ftp.rb (URI::FTP#initialize): raise InvalidURIError if "//" 2012-08-30 00:22:11 +00:00
webrick * ruby.c (load_file_internal): set default source encoding as 2012-11-06 00:49:57 +00:00
win32ole win32ole.rb: use TracePoint 2013-01-16 09:45:48 +00:00
xmlrpc Use different port from test/xmlrpc/test_cookie.rb 2012-12-13 06:16:14 +00:00
zlib * ext/zlib/zlib.c: Added streaming support to inflate processing. 2012-07-10 18:28:40 +00:00
inlinetest.rb
profile_test_all.rb
runner.rb * test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set. 2012-12-01 00:34:01 +00:00
test_abbrev.rb Fix a line matching problem in Abbrev.abbrev(words, "prefix"). 2012-11-30 03:56:28 +00:00
test_cmath.rb Rerefix test introduced by r32307. 2011-06-30 03:31:01 +00:00
test_curses.rb * test/test_curses.rb: new file. 2012-02-23 13:27:29 +00:00
test_delegate.rb * lib/delegate.rb (Delegator#methods): Kernel#methods receives 2011-12-04 03:05:03 +00:00
test_find.rb
test_ipaddr.rb
test_mathn.rb Add test for r35265. 2012-04-08 23:05:08 +00:00
test_mutex_m.rb
test_open3.rb
test_pp.rb * numeric.c (rb_float_new_in_heap), include/ruby/ruby.h: 2012-10-27 02:10:53 +00:00
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 test_pstore.rb: fix for timeout 2012-09-04 12:45:31 +00:00
test_pty.rb * test/test_pty.rb: same as r29280, skip tests when PTY allocation 2012-03-19 06:08:44 +00:00
test_rbconfig.rb * test/test_rbconfig.rb (TestRbConfig): fix r39372. 2013-02-22 08:37:16 +00:00
test_securerandom.rb set encoding to ASCII for appropriate String#unpack modifiers 2012-10-19 13:13:32 +00:00
test_set.rb Move tests embedded in lib/set.rb to test/test_set.rb. 2012-11-24 18:51:45 +00:00
test_shellwords.rb Forgot to commit the test part. 2012-01-13 06:10:37 +00:00
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 * test/test_syslog.rb (TestSyslog#test_log): Do not be too 2011-08-05 08:26:42 +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 * lib/time.rb (Time#xmlschema): use strftime specifiers instead of 2012-02-28 08:16:03 +00:00
test_timeout.rb Revert r38216 and r38221. Release manager mark this feature as "next minor". 2012-12-07 10:36:59 +00:00
test_tmpdir.rb test_tmpdir.rb: remove tmpdir 2013-01-01 14:35:04 +00:00
test_tracer.rb * lib/tracer.rb: Updated to match removal of custom_require from 2012-11-29 08:22:04 +00:00
test_tsort.rb
test_weakref.rb Fix WeakRef finalize 2012-11-24 12:26:54 +00:00
with_different_ofs.rb * test/with_different_ofs.rb (DifferentOFS): should not affect 2010-12-26 02:15:55 +00:00