1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
nagachika ceab943d08 merge revision(s) 51651,51655: [Backport #11451]
* vm_insnhelper.c (vm_invoke_block): we should not expect ci->argc is
	  stable after invoking a block. [Bug #11451]

	* test/ruby/test_yield.rb: add a test. This test script is given by
	  Alex Dowad.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@52717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-11-22 15:40:37 +00:00
..
-ext- merge revision(s) 50334,50337: [Backport #10942] 2015-05-19 19:52:07 +00:00
base64
benchmark Ruby can delay arbitrarily because Ruby is not a realtime system, 2014-09-02 15:47:53 +00:00
bigdecimal * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
cgi * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
coverage
csv * test/csv/test_row.rb: Added some missing tests in CSV. 2014-09-05 09:34:38 +00:00
date test_date.rb: nonsense assertion 2014-09-10 08:25:05 +00:00
dbm * test/ruby/test_object.rb: Specify an exception class for rescue clause. 2014-11-11 15:28:17 +00:00
digest Make Digest() thread-safe. 2014-10-31 13:21:51 +00:00
drb merge revision(s) 51916: [Backport #11543] 2015-10-27 14:34:18 +00:00
dtrace * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
erb erb: suppress warnings 2014-12-12 19:59:22 +00:00
etc win32.c: login name encoding 2014-11-10 08:24:36 +00:00
fiddle * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
fileutils merge revision(s) 50141: [Backport #11021] 2015-05-13 15:32:22 +00:00
gdbm * test/gdbm/test_gdbm.rb: Added test for each_key called without a block. 2014-12-17 01:50:14 +00:00
io merge revision(s) 49797: [Backport #10923] 2015-04-12 15:46:26 +00:00
irb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
json merge revision(s) 50339,50340,50342,50343: [Backport #10705] 2015-08-14 06:20:41 +00:00
lib merge revision(s) 51445: [Backport #11404] [Backport #11481] 2015-11-19 01:14:32 +00:00
logger * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
matrix test_vector.rb: fix exception class 2014-11-19 23:57:56 +00:00
minitest * test/minitest/test_minitest_unit.rb: removed obsoleted condition 2014-08-09 01:28:50 +00:00
misc test_ruby_mode.rb: trivial refinement 2014-08-16 06:22:48 +00:00
mkmf merge revision(s) 49482,49487: [Backport #10821] 2015-02-13 05:00:23 +00:00
monitor * test/monitor/test_monitor.rb: Use assert_join_threads. 2014-11-13 13:04:43 +00:00
net merge revision(s) 51046: [Backport #11260] 2015-08-12 16:40:08 +00:00
nkf
objspace merge revision(s) 50982,50983: [Backport #11291] 2015-06-27 14:12:49 +00:00
open-uri skip old OpenSSL 2014-12-13 07:12:56 +00:00
openssl merge revision(s) 51722,51724: [Backport #11376] 2015-11-18 14:38:49 +00:00
optparse
ostruct
pathname * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
psych * ext/psych/lib/psych/visitors/to_ruby.rb: support objects that are 2014-12-01 21:35:11 +00:00
rake * lib/rake: Update to rake 10.4.2 2014-12-06 00:22:51 +00:00
rdoc merge revision(s) 49223: [Backport #10732] 2015-01-19 02:45:40 +00:00
readline merge revision(s) 49244: [Backport #6232] 2015-01-17 07:50:07 +00:00
resolv merge revision(s) 49095: [Backport #11150] 2015-05-19 17:05:35 +00:00
rexml * test/rexml/test_document.rb: Indent. 2014-11-15 12:29:21 +00:00
rinda merge revision(s) 51916: [Backport #11543] 2015-10-27 14:34:18 +00:00
ripper merge revision(s) 49140: [Backport #10693] 2015-01-16 08:35:53 +00:00
rss merge revision(s) 51766,51767: [Backport #11509] 2015-09-29 18:45:50 +00:00
ruby merge revision(s) 51651,51655: [Backport #11451] 2015-11-22 15:40:37 +00:00
rubygems merge revision(s) 50829: [Backport #11248] 2015-08-17 14:20:34 +00:00
scanf
sdbm * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
shell * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
socket merge revision(s) 50187,50202: [Backport #11051] 2015-05-23 17:42:42 +00:00
stringio stringio.c: ASCII-8BIT StringIO rejects no encodings 2014-09-26 03:52:37 +00:00
strscan strscan.c: encoding in messages 2014-08-03 01:56:31 +00:00
syslog
testunit * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
thread * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
uri * lib/uri/generic.rb (URI::Generic#query=): don't escape [\]^ 2014-12-23 13:11:43 +00:00
webrick skip old OpenSSL 2014-12-13 07:12:56 +00:00
win32ole * remove trailing spaces. 2014-12-22 12:31:59 +00:00
xmlrpc * test/xmlrpc: Refine log test. 2014-11-09 09:36:33 +00:00
zlib zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILE 2014-08-30 23:53:28 +00:00
runner.rb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
test_abbrev.rb
test_cmath.rb
test_delegate.rb
test_find.rb
test_ipaddr.rb * lib/ipaddr.rb: extracted inline tests into test dir. 2014-05-31 07:36:51 +00:00
test_mathn.rb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
test_mutex_m.rb
test_open3.rb * test/test_open3.rb: Add a simple test for env hash on popen3. 2014-12-02 22:08:05 +00:00
test_pp.rb * test/test_pp.rb (PPTestModule::PPFileStatTest): test for r48719. 2014-12-05 19:48:15 +00:00
test_prettyprint.rb
test_prime.rb
test_pstore.rb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
test_pty.rb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
test_rbconfig.rb
test_securerandom.rb
test_set.rb * lib/set.rb (Set#replace): Check if an object given is enumerable 2014-08-06 11:28:21 +00:00
test_shellwords.rb
test_singleton.rb
test_syslog.rb test/test_syslog.rb (TestSyslog#test_log): In AIX, each output line of LOG_PERROR to stderr has an additional empty line appended, so skip that line. 2014-10-04 07:35:43 +00:00
test_tempfile.rb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
test_time.rb merge revision(s) 49788,49790: [Backport #10904] 2015-08-03 19:11:41 +00:00
test_timeout.rb merge revision(s) 51213: [Backport #11344] 2015-08-10 17:08:37 +00:00
test_tmpdir.rb Add a test for Dir.mktmpdir(nil) [ruby-core:66943] [Bug #10616]. 2014-12-20 08:58:30 +00:00
test_tracer.rb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
test_tsort.rb * lib/tsort.rb: Returns an enumerator if no block is given. 2014-11-26 10:46:50 +00:00
test_unicode_normalize.rb test_unicode_normalize.rb: skip only once 2014-11-11 23:54:45 +00:00
test_weakref.rb test/test_weakref.rb: increase timeout [Bug #10618] 2014-12-19 20:20:33 +00:00
test_win32api.rb merge revision(s) 49750: [Backport #10876] 2015-02-26 08:23:50 +00:00