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 4859714932 test_integer.rb: refine test_round
* test/ruby/test_integer.rb (test_round): refine assertions and
  borrow from rubyspec.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-03-26 02:03:49 +00:00
..
enc * test/ruby/enc/test_case_mapping.rb: Additional tests title case; 2016-03-25 07:40:49 +00:00
allpairs.rb
beginmainend.rb
bug-11928.rb
lbtest.rb
marshaltestlib.rb
sentence.rb
test_alias.rb vm_method.c: fix aliased original name 2016-03-08 15:29:48 +00:00
test_argf.rb
test_arity.rb
test_array.rb * array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added. 2016-03-17 12:14:21 +00:00
test_assignment.rb
test_autoload.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_backtrace.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_basicinstructions.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_beginendblock.rb
test_bignum.rb * test/ruby/test_bignum.rb: Make sure to use Bignum values in the tests. 2016-03-16 15:53:08 +00:00
test_call.rb
test_case.rb
test_class.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_clone.rb
test_comparable.rb
test_complex.rb
test_complex2.rb
test_complexrational.rb
test_condition.rb
test_const.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_continuation.rb
test_defined.rb
test_dir.rb test_dir.rb: Dir.empty? with directories 2016-02-17 15:16:37 +00:00
test_dir_m17n.rb test_dir_m17n.rb: fix ASCII-8BIT env 2016-02-20 09:36:08 +00:00
test_econv.rb
test_encoding.rb
test_enum.rb * enum.c (ary_inject_op): Use Kahan's compensated summation algorithm 2016-03-23 12:41:00 +00:00
test_enumerator.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_env.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_eval.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_exception.rb NoMethodError#private_call? 2016-02-28 04:41:38 +00:00
test_extlibs.rb
test_fiber.rb increase timeout for Solaris 10 SPARC 2016-01-26 17:19:36 +00:00
test_file.rb * test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCES 2016-01-27 12:00:07 +00:00
test_file_exhaustive.rb test_file_exhaustive.rb: strict check test_dirname 2016-03-18 08:00:57 +00:00
test_fixnum.rb fix r54193 2016-03-19 12:53:36 +00:00
test_flip.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_float.rb numeric.c: wrong type step should raise TypeError 2016-02-26 05:41:37 +00:00
test_fnmatch.rb
test_gc.rb Remove debug print introduced in r52386 2016-02-03 10:08:49 +00:00
test_hash.rb test_hash.rb: tests for to_h 2016-03-09 05:14:42 +00:00
test_ifunless.rb
test_integer.rb test_integer.rb: refine test_round 2016-03-26 02:03:49 +00:00
test_integer_comb.rb
test_io.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_io_m17n.rb * test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bump 2016-03-03 21:05:44 +00:00
test_iseq.rb SyntaxError message at iseq compile 2016-03-19 05:46:20 +00:00
test_iterator.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_keyword.rb
test_lambda.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_lazy_enumerator.rb
test_literal.rb
test_m17n.rb string.c: skip invalid char gap 2016-03-21 10:09:33 +00:00
test_m17n_comb.rb
test_marshal.rb test_marshal.rb: assert bad link 2016-03-17 01:23:03 +00:00
test_math.rb * test/ruby/test_math.rb: use 64 bits in test_override_bignum_to_f 2016-02-22 23:23:10 +00:00
test_metaclass.rb
test_method.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_mixed_unicode_escapes.rb
test_module.rb
test_not.rb
test_notimp.rb
test_numeric.rb numeric.c: wrong type step should raise TypeError 2016-02-26 05:41:37 +00:00
test_object.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_objectspace.rb
test_optimization.rb test_optimization.rb: tailcall 2016-03-17 04:31:10 +00:00
test_pack.rb
test_parse.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_path.rb
test_pipe.rb
test_primitive.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_proc.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_process.rb * test/ruby/test_process.rb (test_execopts_gid): Skip a test 2016-03-06 16:43:50 +00:00
test_rand.rb
test_range.rb * range.c (range_eqq): revert r11113 because rb_call_super() is 2016-01-23 11:16:09 +00:00
test_rational.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_rational2.rb
test_readpartial.rb
test_refinement.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_regexp.rb * re.c: Add MatchData#named_captures 2016-02-18 05:29:18 +00:00
test_require.rb * test/ruby/test_require.rb (test_require_with_loaded_features_pop): 2016-03-08 18:38:28 +00:00
test_rubyoptions.rb parse.y: lambda indentation check 2016-03-22 05:19:01 +00:00
test_rubyvm.rb
test_settracefunc.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_signal.rb Signal.list deduplicates keys 2016-01-26 05:33:28 +00:00
test_sleep.rb
test_sprintf.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_sprintf_comb.rb
test_string.rb string.c: fix rb_str_init 2016-02-17 11:24:09 +00:00
test_stringchar.rb
test_struct.rb
test_super.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_symbol.rb proc.c: fail symbol proc binding 2016-03-16 11:03:38 +00:00
test_syntax.rb parse.y: symbol literals for alias/undef 2016-03-16 14:10:27 +00:00
test_system.rb
test_thread.rb Bump up timeout for slower-starting implementations/platforms. 2016-02-23 02:03:37 +00:00
test_threadgroup.rb
test_time.rb strftime.c: Bignum conversion 2016-03-24 15:49:43 +00:00
test_time_tz.rb
test_trace.rb
test_transcode.rb
test_undef.rb
test_unicode_escape.rb
test_variable.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_weakmap.rb
test_whileuntil.rb
test_yield.rb
ut_eof.rb