1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby
ko1 0f9b33c793 * thread.c: rename methods:
from Thread.async_interrupt_timing to Thread.handle_interrupt,
  from Thread.async_interrupted? to Thread.pending_interrupt?.
  Also rename option from `defer' to `never'.
  [ruby-core:51074] [ruby-trunk - Feature #6762]
* vm_core.c, thread.c: rename functions and data structure
  `async_errinfo' to `pending_interrupt'.
* thread.c: add global variables sym_immediate, sym_on_blocking and
  sym_never.
* cont.c, process.c, vm.c, signal.c: ditto.
* lib/sync.rb, lib/thread.rb: catch up this renaming.
* test/ruby/test_thread.rb: ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-12-23 10:18:58 +00:00
..
enc
allpairs.rb
beginmainend.rb
endblockwarn_rb
envutil.rb envutil.rb: validate syntax 2012-12-20 02:05:37 +00:00
lbtest.rb
marshaltestlib.rb fix a typo 2012-12-11 12:38:42 +00:00
memory_status.rb
sentence.rb
test_alias.rb
test_argf.rb Deprecate #{lines,bytes,chars,codepoints} of IO-likes. 2012-12-22 17:22:04 +00:00
test_arity.rb
test_array.rb
test_assignment.rb
test_autoload.rb
test_backtrace.rb
test_basicinstructions.rb
test_beginendblock.rb
test_bignum.rb * include/ruby/intern.h: add the prototype declaration of 2012-12-22 15:06:22 +00:00
test_call.rb
test_case.rb
test_class.rb * vm_core.h (rb_vm_defineclass_type_t), 2012-12-20 08:13:53 +00:00
test_clone.rb
test_comparable.rb
test_complex.rb
test_complex2.rb
test_complexrational.rb
test_condition.rb
test_const.rb
test_continuation.rb
test_defined.rb
test_dir.rb
test_dir_m17n.rb
test_econv.rb
test_encoding.rb
test_enum.rb
test_enumerator.rb
test_env.rb
test_eval.rb
test_exception.rb
test_fiber.rb * cont.c (rb_fiber_start): in case of jump with TAG_FATAL, 2012-12-22 06:45:28 +00:00
test_file.rb
test_file_exhaustive.rb
test_fixnum.rb
test_flip.rb compile.c, vm_insnhelper.c: flip-flop without hidden string key 2012-12-10 06:11:16 +00:00
test_float.rb
test_fnmatch.rb
test_gc.rb Use assert_separately to speed up slow tests 2012-12-14 01:38:12 +00:00
test_hash.rb
test_ifunless.rb
test_integer.rb * include/ruby/intern.h: add the prototype declaration of 2012-12-22 15:06:22 +00:00
test_integer_comb.rb
test_io.rb Deprecate #{lines,bytes,chars,codepoints} of IO-likes. 2012-12-22 17:22:04 +00:00
test_io_m17n.rb
test_iseq.rb * test/ruby/test_iseq.rb: disable a test which checks features 2012-12-21 13:36:17 +00:00
test_iterator.rb
test_keyword.rb * iseq.c (rb_iseq_parameters): fix limit for optional arguments. 2012-12-11 21:44:49 +00:00
test_lambda.rb
test_lazy_enumerator.rb
test_literal.rb
test_m17n.rb
test_m17n_comb.rb
test_marshal.rb * marshal.c (r_entry0): don't taint classes and modules because 2012-12-13 05:12:55 +00:00
test_math.rb
test_metaclass.rb
test_method.rb method transplanting 2012-12-13 04:06:40 +00:00
test_mixed_unicode_escapes.rb
test_module.rb internal.h: quote unprintable 2012-12-22 15:04:57 +00:00
test_not.rb
test_notimp.rb
test_numeric.rb
test_object.rb
test_objectspace.rb
test_optimization.rb
test_pack.rb
test_parse.rb
test_path.rb
test_pipe.rb
test_primitive.rb
test_proc.rb Suppress warnings 2012-12-19 02:25:37 +00:00
test_process.rb Suppress warning: too long path 2012-12-12 10:06:29 +00:00
test_rand.rb
test_range.rb
test_rational.rb
test_rational2.rb
test_readpartial.rb
test_refinement.rb * remove trailing spaces. 2012-12-20 01:52:47 +00:00
test_regexp.rb
test_require.rb Add test for r38529 [Bug #7536] 2012-12-21 10:53:57 +00:00
test_rubyoptions.rb Specify rlimits_core to prevent making core file 2012-12-12 03:12:37 +00:00
test_settracefunc.rb * vm_core.h, vm_trace.c: fix multi-threading bug for tracing. 2012-12-21 09:33:44 +00:00
test_signal.rb
test_sleep.rb
test_sprintf.rb
test_sprintf_comb.rb
test_string.rb
test_stringchar.rb
test_struct.rb * struct.c (make_struct): remove junk ID check to allow members who 2012-12-22 02:52:48 +00:00
test_super.rb
test_symbol.rb
test_syntax.rb envutil.rb: validate syntax 2012-12-20 02:05:37 +00:00
test_system.rb
test_thread.rb * thread.c: rename methods: 2012-12-23 10:18:58 +00:00
test_threadgroup.rb * test/ruby/test_thread.rb (test_uninitialized, test_backtrace, 2012-12-14 23:11:36 +00:00
test_time.rb Use more portable value for ENV['TZ'] 2012-12-07 02:58:55 +00:00
test_time_tz.rb
test_trace.rb
test_transcode.rb
test_undef.rb
test_unicode_escape.rb
test_variable.rb
test_whileuntil.rb
test_yield.rb
ut_eof.rb