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
headius d9166317ca * test/ruby/test_require.rb (test_require_with_loaded_features_pop):
Only remove PATH so threads don't accidentally double-pop.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-03-08 18:38:28 +00:00
..
enc test/ruby: suppress parser warnings 2016-02-19 07:48:02 +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 test/ruby/test_array.rb: split permute + stack error tests out. 2016-03-08 14:38:22 +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_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 test/ruby: suppress parser warnings 2016-02-19 07:48:02 +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/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_fixnum.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +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/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_ifunless.rb
test_integer.rb
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 test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +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 test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_m17n_comb.rb
test_marshal.rb * marshal.c (r_object0): honor Marshal.load post proc 2016-01-21 08:36:01 +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 compile.c: fix tailcall optimization 2016-01-26 06:14:59 +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 test_rubyoptions.rb: fix test 2016-03-07 19:39:32 +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 test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_syntax.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +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
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