Skip to content

Commit

Permalink
Showing 3 changed files with 42 additions and 1 deletion.
40 changes: 40 additions & 0 deletions test/mri/excludes_truffle/TestRegexp.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
exclude :"test_KCODE", "needs investigation"
exclude :"test_assign_named_capture_to_reserved_word", "needs investigation"
exclude :"test_char_class", "needs investigation"
exclude :"test_char_type", "needs investigation"
exclude :"test_dup", "needs investigation"
exclude :"test_dup_warn", "needs investigation"
exclude :"test_eq_tilde_can_be_overridden", "needs investigation"
exclude :"test_equal", "needs investigation"
exclude :"test_error_message_on_failed_conversion", "needs investigation"
exclude :"test_exec", "needs investigation"
exclude :"test_getter", "needs investigation"
exclude :"test_inspect", "needs investigation"
exclude :"test_invalid_escape_error", "needs investigation"
exclude :"test_invalid_fragment", "needs investigation"
exclude :"test_match", "needs investigation"
exclude :"test_match_init_copy", "needs investigation"
exclude :"test_match_offset_begin_end", "needs investigation"
exclude :"test_matchdata", "needs investigation"
exclude :"test_named_capture", "needs investigation"
exclude :"test_named_capture_nonascii", "needs investigation"
exclude :"test_once_multithread", "needs investigation"
exclude :"test_options_in_look_behind", "needs investigation"
exclude :"test_parse", "needs investigation"
exclude :"test_parse_curly_brace", "needs investigation"
exclude :"test_parse_kg", "needs investigation"
exclude :"test_property_warn", "needs investigation"
exclude :"test_regsub", "needs investigation"
exclude :"test_regsub_K", "needs investigation"
exclude :"test_ruby_dev_999", "needs investigation"
exclude :"test_source", "needs investigation"
exclude :"test_source_escaped", "needs investigation"
exclude :"test_source_unescaped", "needs investigation"
exclude :"test_taint", "needs investigation"
exclude :"test_to_s", "needs investigation"
exclude :"test_raw_hyphen_and_tk_char_type_after_range", "needs investigation"
exclude :"test_unescape", "needs investigation"
exclude :"test_unicode", "needs investigation"
exclude :"test_uninitialized", "needs investigation"
exclude :"test_union", "needs investigation"
exclude :"test_word_boundary", "needs investigation"
1 change: 1 addition & 0 deletions test/mri/excludes_truffle/TestStringScanner.rb
Original file line number Diff line number Diff line change
@@ -7,3 +7,4 @@
exclude :test_s_allocate, "needs investigation"
exclude :test_bol, "needs investigation"
exclude :test_bol? , "needs investigation"
exclude :test_get_byte, "regression near https://github.com/jruby/jruby/commit/ab3fec4cd8b3e55ee97b38833ff83052908d2858"
2 changes: 1 addition & 1 deletion test/mri_truffle.index
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ ruby/test_range.rb
ruby/test_rational.rb
ruby/test_rational2.rb
ruby/test_readpartial.rb
# ruby/test_regexp.rb # NPE in BodyTranslator
ruby/test_regexp.rb
ruby/test_require.rb
ruby/test_rubyoptions.rb

0 comments on commit 49e9fb2

Please sign in to comment.