ruby/test/-ext-/string
shyouhei b57915eddc Add FrozenError as a subclass of RuntimeError
FrozenError will be used instead of RuntimeError for exceptions
raised when there is an attempt to modify a frozen object. The
reason for this change is to differentiate exceptions related
to frozen objects from generic exceptions such as those generated
by Kernel#raise without an exception class.

From: Jeremy Evans <code@jeremyevans.net>
Signed-off-by: Urabe Shyouhei <shyouhei@ruby-lang.org>


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-12 00:46:34 +00:00
..
test_capacity.rb Fixed misspelling words. 2017-10-22 11:27:06 +00:00
test_coderange.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_cstr.rb string.c: return reallocated pointer 2016-05-30 07:20:28 +00:00
test_ellipsize.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_enc_associate.rb Add FrozenError as a subclass of RuntimeError 2017-12-12 00:46:34 +00:00
test_enc_str_buf_cat.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_external_new.rb Add test for Bug::String.buf_new 2017-12-03 12:06:16 +00:00
test_fstring.rb test_fstring.rb: fix exception 2016-11-12 13:24:23 +00:00
test_modify_expand.rb test_modify_expand.rb: skip if no overflow 2016-12-22 23:20:00 +00:00
test_nofree.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_normalize.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_qsort.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_set_len.rb string.c: fix buffer overflow check condition in rb_str_set_len() 2016-09-13 07:08:15 +00:00