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 9d25813745 * test/ruby/test_basicinstructions.rb: add a test to check access
instance variables on special const objects.

  All of such objects are frozen, so that we can not set instance
  variables for them. But we can read instance variables and return
  default value (nil).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-04-13 03:03:37 +00:00
..
enc * enc/unicode/case-folding.rb, casefold.h: Data generation to implement 2016-04-01 11:58:47 +00:00
allpairs.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
beginmainend.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
bug-11928.rb iseq.c: mark parents of wrapped iseq 2016-01-12 15:17:19 +00:00
lbtest.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
marshaltestlib.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
sentence.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_alias.rb vm_method.c: fix aliased original name 2016-03-08 15:29:48 +00:00
test_argf.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_arity.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 compile.c: fix lhs splat in massign 2016-01-10 11:57:51 +00:00
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/test_basicinstructions.rb: add a test to check access 2016-04-13 03:03:37 +00:00
test_beginendblock.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 symbol.h: unexpected safe call 2016-01-09 09:26:23 +00:00
test_case.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_class.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_clone.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_comparable.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_complex.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_complex2.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_complexrational.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_condition.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_const.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_continuation.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_defined.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 transcode.c: infection 2015-12-17 04:35:26 +00:00
test_encoding.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_extlibs.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_integer.rb bignum.c: rb_cstr_parse_inum 2016-04-08 17:05:12 +00:00
test_integer_comb.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_io.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_io_m17n.rb test_io_m17n.rb: nil default internal encoding 2016-04-09 00:59:53 +00:00
test_iseq.rb SyntaxError message at iseq compile 2016-03-19 05:46:20 +00:00
test_iterator.rb test_iterator.rb: suppress warnings 2016-04-11 08:06:19 +00:00
test_keyword.rb * vm_insnhelper.c (vm_call_method_each_type): should not set fastpath 2015-12-16 18:20:29 +00:00
test_lambda.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_lazy_enumerator.rb Add test for Enumerator::Lazy#take 2015-12-31 23:53:04 +00:00
test_literal.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_m17n.rb string.c: skip invalid char gap 2016-03-21 10:09:33 +00:00
test_m17n_comb.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_marshal.rb test_marshal.rb: assert bad link 2016-03-17 01:23:03 +00:00
test_math.rb math.c: fix lgamma 2016-04-05 15:53:32 +00:00
test_metaclass.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_method.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_mixed_unicode_escapes.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_module.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_not.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_notimp.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_numeric.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_object.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_objectspace.rb gc.c: do not expose internal singleton class 2015-12-22 13:15:58 +00:00
test_optimization.rb test_optimization.rb: disasm 2016-04-12 00:30:55 +00:00
test_pack.rb assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_parse.rb test/ruby: suppress parser warnings 2016-02-19 07:48:02 +00:00
test_path.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_pipe.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 assertions.rb: set default internal encoding 2016-04-09 01:25:11 +00:00
test_rational2.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_readpartial.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_refinement.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_regexp.rb test_regexp.rb: suppress warning 2016-04-11 08:06:21 +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: suppress warning 2016-04-11 08:06:22 +00:00
test_rubyvm.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_sprintf.rb sprintf.c: fix buffer overflow 2016-03-27 23:18:52 +00:00
test_sprintf_comb.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_string.rb string.c: fix rb_str_init 2016-02-17 11:24:09 +00:00
test_stringchar.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_struct.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
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 Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_thread.rb Bump up timeout for slower-starting implementations/platforms. 2016-02-23 02:03:37 +00:00
test_threadgroup.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_time.rb strftime.c: Bignum conversion 2016-03-24 15:49:43 +00:00
test_time_tz.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_trace.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_transcode.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_undef.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_unicode_escape.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_variable.rb test/ruby: suppress runtime warnings 2016-02-19 07:58:09 +00:00
test_weakmap.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_whileuntil.rb test_whileuntil.rb: fix old behavior 2016-04-11 08:06:23 +00:00
test_yield.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
ut_eof.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00