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
Nobuyoshi Nakada 23c92b6f82
Revert self-referencing finalizer warning [Feature #15974]
It has caused CI failures.

* d0cd0866d8

  Disable GC during rb_objspace_reachable_object_p

* 89cef1c56b

  Version guard for [Feature #15974]

* 796eeb6339.

  Fix up [Feature #15974]

* 928260c2a6.

  Warn in verbose mode on defining a finalizer that captures the object
2019-07-04 04:01:06 +09:00
..
enc Removed excess spaces 2019-06-28 16:02:47 +09:00
allpairs.rb
beginmainend.rb
bug-11928.rb
bug-13526.rb
lbtest.rb
marshaltestlib.rb
sentence.rb
test_alias.rb
test_argf.rb
test_arithmetic_sequence.rb enumerator.c: force hash values fixable 2019-04-08 03:26:27 +00:00
test_arity.rb
test_array.rb Implement Array#minmax 2019-07-02 08:07:06 -07:00
test_assignment.rb
test_ast.rb Suppress "literal in condition" warnings 2019-06-30 11:49:40 +09:00
test_autoload.rb Suppress void context warning in verbose mode 2019-06-28 12:33:24 +09:00
test_backtrace.rb Fix a wrong lineno in backtrace for cfunc 2019-03-21 05:59:14 +00:00
test_basicinstructions.rb
test_beginendblock.rb eval.c: clear internal errinfo 2019-03-10 06:46:28 +00:00
test_bignum.rb Removed unused variables 2019-06-30 08:45:01 +09:00
test_call.rb
test_case.rb
test_class.rb Use assert_syntax_error 2019-02-08 02:54:21 +00:00
test_clone.rb
test_comparable.rb Ignore warnings about mismatched indentations. 2019-06-01 15:23:24 +03:00
test_complex.rb Implement Complex#<=> 2019-06-19 10:50:58 -07:00
test_complex2.rb
test_complexrational.rb Implement Complex#<=> 2019-06-19 10:50:58 -07:00
test_condition.rb
test_const.rb Revert "Make constant assignments more conforming to JIS X 3017:2013 11.4.2.2.3" 2019-06-16 23:00:05 +09:00
test_continuation.rb Give up support for cross-callcc set_trace_func. 2018-11-26 19:59:08 +00:00
test_default_gems.rb
test_defined.rb
test_dir.rb dir.c: fix Dir.glob starts with brace 2019-03-21 13:32:03 +00:00
test_dir_m17n.rb
test_econv.rb
test_encoding.rb Assertion for r67226 2019-03-12 12:04:03 +00:00
test_enum.rb Adding Enumerable#filter_map 2019-05-23 14:39:16 +09:00
test_enumerator.rb Make size on an infinite each_slice enumerator return Infinity 2019-06-02 20:00:35 -07:00
test_env.rb Renamed to get rid of name clash 2019-07-02 09:31:32 +09:00
test_eval.rb Suppress unused variable warnings 2019-06-30 11:45:37 +09:00
test_exception.rb error.c: avoid infinite recursion at inspecting the frozen object 2019-06-05 13:31:09 +09:00
test_fiber.rb Don't allow rb_fiber_resume to raise exception on unborn fiber. 2018-12-28 13:03:14 +00:00
test_file.rb Always mark the string returned by File.realpath as tainted 2019-04-28 10:47:51 +09:00
test_file_exhaustive.rb The behavior of statx(2) depends on the filesystem 2019-07-02 22:11:23 +09:00
test_fixnum.rb
test_flip.rb Suppress unused variable warnings 2019-06-30 11:45:37 +09:00
test_float.rb
test_fnmatch.rb Split test_fnmatch 2018-12-17 05:57:15 +00:00
test_gc.rb Suppress unused variable warnings 2019-06-30 11:45:37 +09:00
test_gc_compact.rb Skip instead of return 2019-06-30 11:45:38 +09:00
test_hash.rb hash.c (rb_hash_s_create): Reject Hash[[nil]] 2019-05-23 00:19:56 +09:00
test_ifunless.rb
test_integer.rb numeric.c: Extend Integer#[] to support range arguments 2019-04-28 23:40:57 +09:00
test_integer_comb.rb
test_io.rb assert_cpu_usage_low with timeout scale 2019-06-11 23:15:46 +09:00
test_io_m17n.rb IO#set_encoding_by_bom 2019-06-13 18:13:05 +09:00
test_iseq.rb Suppress method redefinition warnings 2019-06-30 11:49:41 +09:00
test_iterator.rb Prefer block_given? to iterator? 2019-01-18 09:52:50 +00:00
test_jit.rb Just disable inlining with local varaible for now 2019-07-03 10:39:22 +09:00
test_key_error.rb
test_keyword.rb compile.c: fix the corner case of rest and keyword arguments 2019-03-14 09:04:57 +00:00
test_lambda.rb
test_lazy_enumerator.rb Remove a duplicate test 2019-06-21 18:02:24 +09:00
test_literal.rb Suppress unused variable warnings 2019-06-30 11:45:37 +09:00
test_m17n.rb Check that String#scrub block does not modify receiver 2019-07-02 08:34:01 -07:00
test_m17n_comb.rb Update String#crypt tests to work on OpenBSD 2019-06-01 10:50:06 -07:00
test_marshal.rb marshal.c: check instance variable count 2019-07-01 16:20:03 +09:00
test_math.rb
test_metaclass.rb
test_method.rb Hide internal IDs 2019-04-26 09:33:48 +09:00
test_mixed_unicode_escapes.rb
test_module.rb Module#constant_source_location [Feature #10771] 2019-06-23 01:46:38 +09:00
test_not.rb
test_notimp.rb test/ruby/test_notimp.rb: Use EnvUtil.timeout for timeout scale factor 2019-05-26 18:24:06 +09:00
test_numeric.rb Removed unused variables 2019-06-30 08:45:01 +09:00
test_object.rb class.c: refactor class_instance_method_list 2019-01-09 14:04:21 +00:00
test_objectspace.rb Revert self-referencing finalizer warning [Feature #15974] 2019-07-04 04:01:06 +09:00
test_optimization.rb Suppress "statement not reached" warning 2019-06-30 11:53:02 +09:00
test_pack.rb pack.c: refine warning 2018-11-16 00:25:54 +00:00
test_parse.rb Reset the result between assertions 2019-06-30 11:45:38 +09:00
test_path.rb
test_pattern_matching.rb Fixed an assertion 2019-06-30 11:45:37 +09:00
test_pipe.rb
test_primitive.rb
test_proc.rb Suppress unused variable warnings 2019-06-30 11:45:37 +09:00
test_process.rb Removed unused variables 2019-06-30 08:45:01 +09:00
test_rand.rb
test_range.rb range.c (inspect_range): omit beginless "nil" 2019-05-23 00:48:32 +09:00
test_rational.rb No TypeError at nil if exception: false 2019-01-12 05:02:58 +00:00
test_rational2.rb
test_readpartial.rb
test_refinement.rb Suppress unused variable warnings 2019-06-30 11:45:37 +09:00
test_regexp.rb Escape control codes in regexp warning message 2019-06-29 19:07:25 +09:00
test_require.rb Suppress void context warnings in verbose mode 2019-06-30 11:49:40 +09:00
test_rubyoptions.rb Adjust jit_support file path. 2019-07-02 09:56:17 +09:00
test_rubyvm.rb
test_rubyvm_mjit.rb Adjust jit_support file path. 2019-07-02 09:56:17 +09:00
test_settracefunc.rb Skip instead of return 2019-06-28 15:26:54 +09:00
test_signal.rb Wait for the helper thread to terminate 2019-06-30 11:41:10 +09:00
test_sleep.rb
test_sprintf.rb test_sprintf.rb: test for %p 2018-09-15 08:39:07 +00:00
test_sprintf_comb.rb
test_string.rb Make String#-@ not freeze receiver if called on unfrozen subclass instance 2019-07-02 08:26:50 -07:00
test_stringchar.rb
test_struct.rb struct.c: force hash values fixable 2019-04-08 05:06:43 +00:00
test_super.rb
test_symbol.rb vm_args.c: search symbol proc in super classes 2018-12-30 21:42:52 +00:00
test_syntax.rb Fix wrong "void value expression" error 2019-06-17 22:30:52 +09:00
test_system.rb Removed unused variables 2019-06-30 08:45:01 +09:00
test_thread.rb Removed unused variables 2019-06-28 23:21:37 +09:00
test_thread_cv.rb revisit more MJIT test skips 2018-10-22 15:49:22 +00:00
test_thread_queue.rb Producer threads check is the primary condition 2019-06-30 20:19:21 +09:00
test_threadgroup.rb
test_time.rb Marshal distant past/future 2019-06-19 15:26:53 +09:00
test_time_tz.rb Rmove old TestTimeTZ::TZ#abbr attribute 2019-06-29 17:55:22 +09:00
test_trace.rb
test_transcode.rb
test_undef.rb Test for undef'ed method in class hierachy 2018-11-16 04:21:57 +00:00
test_unicode_escape.rb
test_variable.rb Include inspect value of object in FrozenError messages 2019-06-04 19:25:03 -07:00
test_vm_dump.rb
test_weakmap.rb Frozen objects in WeakMap 2019-06-23 00:31:16 +09:00
test_whileuntil.rb
test_yield.rb
ut_eof.rb