1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--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
benchmark
bigdecimal * ext/bigdecimal/bigdecimal.c (BigDecimal_sub): 2013-01-13 06:15:37 +00:00
cgi
coverage
csv * lib/csv.rb: Remove the dangerous serialization feature. 2013-02-05 18:28:26 +00:00
date
dbm
digest
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
erb
etc
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
io console.c: default by stty raw 2013-02-05 04:27:57 +00:00
irb
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
minitest
misc
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
openssl
optparse
ostruct
pathname
psych * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotation 2013-02-07 23:54:29 +00:00
rake
rdoc * lib/rdoc/generator/darkfish.rb: Set encoding on output template to 2013-02-08 04:12:56 +00:00
readline
resolv
rexml * lib/rexml/security.rb (REXML::Security): create. 2013-02-27 12:24:31 +00:00
rinda
ripper
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
strscan
syslog
testunit
thread * test/thread/test_queue.rb (TestQueue#test_thr_kill): reduce 2013-03-10 04:00:44 +00:00
uri
webrick
win32ole win32ole.rb: use TracePoint 2013-01-16 09:45:48 +00:00
xmlrpc
zlib
inlinetest.rb
profile_test_all.rb
runner.rb
test_abbrev.rb
test_cmath.rb
test_curses.rb
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
test_time.rb
test_timeout.rb
test_tmpdir.rb
test_tracer.rb
test_tsort.rb
test_weakref.rb
with_different_ofs.rb