Skip to content

Commit 8dc3d0f

Browse files
committed
Merge branch 'enable_encoding_tests' of https://github.com/ahorek/jruby
2 parents afa8e2a + e0cce8e commit 8dc3d0f

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

test/mri.core.index

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,29 @@ ruby/test_vm_dump.rb
114114
ruby/test_weakmap.rb
115115
ruby/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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
exclude :test_shift_jis_downcase_ascii, "needs investigation"
2+
exclude :test_shift_jis_upcase_ascii, "needs investigation"

0 commit comments

Comments
 (0)