File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,29 @@ ruby/test_vm_dump.rb
114114ruby/test_weakmap.rb
115115ruby/test_whileuntil.rb
116116
117+ ruby/enc/test_big5.rb
118+ ruby/enc/test_cp949.rb
119+ ruby/enc/test_euc_tw.rb
120+ ruby/enc/test_koi8.rb
121+ ruby/enc/test_windows_1251.rb
122+ ruby/enc/test_case_comprehensive.rb
123+ ruby/enc/test_emoji.rb
124+ ruby/enc/test_gb18030.rb
125+ ruby/enc/test_regex_casefold.rb
126+ ruby/enc/test_windows_1252.rb
127+ ruby/enc/test_case_mapping.rb
128+ ruby/enc/test_emoji_breaks.rb
129+ ruby/enc/test_gbk.rb
130+ ruby/enc/test_shift_jis.rb
131+ ruby/enc/test_case_options.rb
132+ ruby/enc/test_euc_jp.rb
133+ ruby/enc/test_grapheme_breaks.rb
134+ ruby/enc/test_utf16.rb
135+ ruby/enc/test_cesu8.rb
136+ ruby/enc/test_euc_kr.rb
137+ ruby/enc/test_iso_8859.rb
138+ ruby/enc/test_utf32.rb
139+
117140# Tests below are disabled for various reasons
118141
119142# accesses RubyVM during load
Original file line number Diff line number Diff line change 1+ exclude :test_shift_jis_downcase_ascii , "needs investigation"
2+ exclude :test_shift_jis_upcase_ascii , "needs investigation"
You can’t perform that action at this time.
0 commit comments