Skip to content

Commit 53953de

Browse files
eregonandrykonchin
authored andcommitted
Exclude MRI tests failing due to missing regexp encoding flags in Prism
* And also some string/encoding-related missing SyntaxError from Prism.
1 parent fd1813a commit 53953de

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

test/mri/excludes/TestM17N.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@
2828
exclude :test_sprintf_s, "needs investigation"
2929
exclude :test_string_inspect_encoding, "needs investigation"
3030
exclude :test_utf_dummy_are_like_regular_dummy_encodings, "<[0, 0, 254, 255]> expected but was"
31+
exclude :test_dynamic_eucjp_regexp, "prism missing regexp encoding flags"
32+
exclude :test_dynamic_sjis_regexp, "prism missing regexp encoding flags"
33+
exclude :test_dynamic_utf8_regexp, "prism missing regexp encoding flags"
34+
exclude :test_regexp_mixed_unicode, "prism missing regexp encoding flags"
35+
exclude :test_regexp_too_short_multibyte_character, "prism missing regexp encoding flags"
36+
exclude :test_regexp_unicode, "prism missing regexp encoding flags"
37+
exclude :test_regexp_usascii, "prism missing regexp encoding flags"
38+
exclude :test_string_mixed_unicode, "prism missing regexp encoding flags"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_basic, "prism missing regexp encoding flags"

0 commit comments

Comments
 (0)