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
nobu 89230e7ca3 test_array.rb: do not assume stable sort
* test/ruby/test_array.rb (test_sort_bang_with_freeze): make a
  clone to copy a <=> singleton method, instead of dup.  which
  element will be called is not predictable.
  [ruby-core:76088] [Bug #12509]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-10-12 15:39:10 +00:00
..
enc test_regex_casefold.rb: skip if no data file 2016-08-26 16:08:40 +00:00
allpairs.rb
beginmainend.rb
bug-11928.rb
lbtest.rb Use qualified names 2016-08-30 06:22:30 +00:00
marshaltestlib.rb
sentence.rb
test_alias.rb
test_argf.rb
test_arity.rb
test_array.rb test_array.rb: do not assume stable sort 2016-10-12 15:39:10 +00:00
test_assignment.rb parse.y: chained assignments 2016-08-13 02:10:11 +00:00
test_autoload.rb
test_backtrace.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_basicinstructions.rb
test_beginendblock.rb
test_bignum.rb numeric.c, complex.c: Add finite? and infinite? consistent with Float 2016-07-17 14:53:00 +00:00
test_call.rb
test_case.rb
test_class.rb
test_clone.rb
test_comparable.rb test_comparable.rb: fix clamp test 2016-08-13 14:04:21 +00:00
test_complex.rb numeric.c, complex.c: Add finite? and infinite? consistent with Float 2016-07-17 14:53:00 +00:00
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 * enum.c: Make Enumerable#chunk with no block return 2016-10-04 18:25:16 +00:00
test_enumerator.rb enumerator.c: Enumerator::Lazy#uniq 2016-07-20 08:44:08 +00:00
test_env.rb hash.c: env_name_new 2016-08-05 15:39:46 +00:00
test_eval.rb deprecate TRUE,FALSE,NIL 2016-08-07 09:08:29 +00:00
test_exception.rb error.c: check argument of Warning.warn 2016-09-27 15:21:01 +00:00
test_extlibs.rb * ext/tk: Tk is removed from stdlib. [Feature #8539] 2016-08-09 06:44:45 +00:00
test_fiber.rb
test_file.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_file_exhaustive.rb
test_fixnum.rb numeric.c, complex.c: Add finite? and infinite? consistent with Float 2016-07-17 14:53:00 +00:00
test_flip.rb compile.c: optimize flip-flop 2016-10-01 10:19:36 +00:00
test_float.rb numeric.c: infinite recursion 2016-08-13 14:08:03 +00:00
test_fnmatch.rb
test_gc.rb
test_hash.rb hash.c: map_v -> transform_values 2016-09-08 02:33:18 +00:00
test_ifunless.rb
test_integer.rb
test_integer_comb.rb
test_io.rb test_io.rb: split test_gets_rs 2016-10-06 03:53:34 +00:00
test_io_m17n.rb
test_iseq.rb iseq.c: syntax error in compile_file 2016-09-27 08:35:31 +00:00
test_iterator.rb
test_keyword.rb
test_lambda.rb
test_lazy_enumerator.rb
test_literal.rb
test_m17n.rb
test_m17n_comb.rb
test_marshal.rb
test_math.rb math.c: tanh overflow 2016-08-02 12:40:51 +00:00
test_metaclass.rb
test_method.rb
test_mixed_unicode_escapes.rb
test_module.rb variable.c: fix deprecated constant message 2016-09-09 01:10:01 +00:00
test_not.rb
test_notimp.rb
test_numeric.rb
test_object.rb * remove trailing spaces. 2016-08-01 05:55:36 +00:00
test_objectspace.rb test_objectspace.rb: errors in a finalizer 2016-08-09 07:36:14 +00:00
test_optimization.rb
test_pack.rb
test_parse.rb parse.y: rescue modifier in rhs of op asgn 2016-08-13 01:52:22 +00:00
test_path.rb
test_pipe.rb
test_primitive.rb
test_proc.rb
test_process.rb
test_rand.rb test_rand.rb: refine probability test 2016-08-18 03:19:24 +00:00
test_range.rb test_range.rb: all assertions 2016-09-30 04:02:17 +00:00
test_rational.rb numeric.c, complex.c: Add finite? and infinite? consistent with Float 2016-07-17 14:53:00 +00:00
test_rational2.rb
test_readpartial.rb
test_refinement.rb * eval.c (rb_mod_refine): refine modules as well. 2016-09-23 11:46:33 +00:00
test_regexp.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_require.rb ruby.c: bind fd before waiting 2016-10-10 06:22:30 +00:00
test_rubyoptions.rb
test_rubyvm.rb
test_settracefunc.rb
test_signal.rb
test_sleep.rb
test_sprintf.rb
test_sprintf_comb.rb
test_string.rb multiple arguments 2016-08-27 01:26:17 +00:00
test_stringchar.rb
test_struct.rb
test_super.rb
test_symbol.rb
test_syntax.rb parse.y: fix up r56198 2016-09-27 14:22:33 +00:00
test_system.rb
test_thread.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_threadgroup.rb
test_time.rb Use qualified names 2016-08-30 06:22:30 +00:00
test_time_tz.rb test: use assert_include 2016-07-26 13:02:33 +00:00
test_trace.rb
test_transcode.rb
test_undef.rb
test_unicode_escape.rb
test_variable.rb
test_weakmap.rb
test_whileuntil.rb
test_yield.rb
ut_eof.rb